index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
mtip32xx
/
mtip32xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-23
/
+6
2018-08-22
mtip32xx: Convert to new IDA API
Matthew Wilcox
1
-23
/
+6
2018-08-08
drivers/block/mtip32xx: remove the null check for debugfs_remove_recursive
zhong jiang
1
-2
/
+1
2018-05-30
blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter
Christoph Hellwig
1
-10
/
+2
2018-05-29
mtip32xx: complete requests from ->timeout
Christoph Hellwig
1
-1
/
+2
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
1
-6
/
+5
2018-05-12
mtip32xx: don't use block layer bounce buffers
Christoph Hellwig
1
-1
/
+0
2018-05-10
mtip32xx: Fix an error handling path in 'mtip_pci_probe()'
Christophe JAILLET
1
-1
/
+1
2018-03-09
mtip32xx: Use the blk_queue_flag_*() functions
Bart Van Assche
1
-4
/
+4
2017-10-13
mtip32xx: Clean up unused variables
Christos Gkekas
1
-7
/
+0
2017-07-10
Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus
Jens Axboe
1
-4
/
+15
2017-07-06
mtip32xx: quiesce request queues to make sure no submissions are inflight
Sagi Grimberg
1
-4
/
+15
2017-07-05
mtip32xx: avoid to read HOST_CAP from HW in .queue_rq()
Ming Lei
1
-2
/
+2
2017-06-23
mtip32xx: fix up the checking for internal command failure
Jens Axboe
1
-17
/
+4
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
1
-9
/
+8
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-8
/
+8
2017-05-03
mtip32xx: convert internal commands to regular block infrastructure
Jens Axboe
1
-168
/
+30
2017-05-03
mtip32xx: cleanup internal tag assumptions
Jens Axboe
1
-10
/
+9
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
1
-14
/
+6
2017-05-02
Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"
Jens Axboe
1
-1
/
+1
2017-05-02
mtip32xx: convert internal command issue to block IO path
Jens Axboe
1
-30
/
+73
2017-05-02
mtip32xx: abstract out "are any commands active" helper
Jens Axboe
1
-10
/
+18
2017-05-02
mtip32xx: kill atomic argument to mtip_quiesce_io()
Jens Axboe
1
-15
/
+5
2017-05-02
mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()
Jens Axboe
1
-105
/
+43
2017-05-01
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-22
/
+36
2017-04-27
mtip32xx: use runtime tag to initialize command header
Ming Lei
1
-12
/
+24
2017-04-21
mtip32xx: fix dereference of stack garbage
Jens Axboe
1
-0
/
+1
2017-04-20
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
1
-2
/
+2
2017-04-20
mtip32xx: add a status field to struct mtip_cmd
Christoph Hellwig
1
-7
/
+9
2017-04-19
mtip32xx: pass BLK_MQ_F_NO_SCHED
Ming Lei
1
-1
/
+1
2017-04-08
block: remove the discard_zeroes_data flag
Christoph Hellwig
1
-1
/
+0
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
1
-1
/
+1
2017-03-29
block: rename blk_mq_freeze_queue_start()
Ming Lei
1
-1
/
+1
2016-12-01
block: mtip32xx: set error code on failure
Pan Bian
1
-1
/
+3
2016-11-11
Block: mtip32xx: Improvement in code readability when memdup_user() fails.
Sachin Shukla
1
-9
/
+5
2016-09-15
blk-mq: remove ->map_queue
Christoph Hellwig
1
-1
/
+0
2016-08-29
mtip32xx: mark symbols static where possible
Baoyou Xie
1
-1
/
+1
2016-06-27
block: convert to device_add_disk()
Dan Williams
1
-3
/
+2
2016-06-07
drivers: use req op accessor
Mike Christie
1
-1
/
+1
2016-04-13
mtip32xx: remove call to blk_queue_flush()
Jens Axboe
1
-6
/
+0
2016-04-13
mtip32xx: Convert to use blk_mq_tagset_busy_iter
Keith Busch
1
-3
/
+3
2016-03-19
mtip32xx: fix checks for dma mapping errors
Alexey Khoroshilov
1
-2
/
+2
2016-03-04
mtip32xx: remove unneeded variable in mtip_cmd_timeout()
Jens Axboe
1
-2
/
+1
2016-03-03
mtip32xx: Cleanup queued requests after surprise removal
Asai Thambi SP
1
-18
/
+60
2016-03-03
mtip32xx: Implement timeout handler
Asai Thambi SP
1
-8
/
+87
2016-03-03
mtip32xx: Handle FTL rebuild failure state during device initialization
Asai Thambi SP
1
-5
/
+6
2016-03-03
mtip32xx: Handle safe removal during IO
Asai Thambi SP
1
-2
/
+32
2016-03-03
mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
Asai Thambi SP
1
-7
/
+7
2016-03-03
mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
Asai Thambi SP
1
-8
/
+12
2016-03-03
mtip32xx: Print exact time when an internal command is interrupted
Asai Thambi SP
1
-2
/
+6
[next]