summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-31block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini1-2/+0
2018-05-31block: fixup bioset_integrity_create() callJens Axboe1-1/+1
2018-05-31block: Drop bioset_create()Kent Overstreet2-52/+15
2018-05-31xfs: convert to bioset_init()/mempool_init()Kent Overstreet3-8/+7
2018-05-31btrfs: convert to bioset_init()/mempool_init()Kent Overstreet1-14/+11
2018-05-31fs: convert block_dev.c to bioset_init()Kent Overstreet1-6/+3
2018-05-31target: convert to bioset_init()/mempool_init()Kent Overstreet2-9/+7
2018-05-31dm: convert to bioset_init()/mempool_init()Kent Overstreet17-206/+197
2018-05-31md: convert to bioset_init()/mempool_init()Kent Overstreet15-181/+159
2018-05-31bcache: convert to bioset_init()/mempool_init()Kent Overstreet7-52/+37
2018-05-31lightnvm: convert to bioset_init()/mempool_init()Kent Overstreet6-65/+65
2018-05-31pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet2-26/+26
2018-05-31drbd: convert to bioset_init()/mempool_init()Kent Overstreet6-59/+38
2018-05-31block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet7-33/+41
2018-05-30blk-throttle: return proper bool type to caller instead of 0/1Chengguang Xu1-5/+5
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig5-21/+4
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor1-6/+15
2018-05-30blk-throttle: fix potential NULL pointer dereference in throtl_select_dispatchLiu Bo1-1/+2
2018-05-30block: kyber: make kyber more friendly with mergingJianchao Wang1-32/+158
2018-05-30blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe2-11/+26
2018-05-30nvme-loop: add support for multiple portsChristoph Hellwig2-19/+31
2018-05-30nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig1-23/+14
2018-05-30nvme-pci: Rate limit the nvme timeout warningsKeith Busch1-1/+1
2018-05-30nvme: allow duplicate controller if prior controller being deletedJames Smart1-1/+3
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig7-63/+19
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe16-119/+457
2018-05-29block: don't print a message when the device went awayChristoph Hellwig3-8/+12
2018-05-29block: unexport check_disk_size_changeChristoph Hellwig1-1/+0
2018-05-29block: move ->timeout request memberJens Axboe1-2/+2
2018-05-29blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig1-14/+8
2018-05-29block: document the blk_eh_timer_return valuesChristoph Hellwig1-2/+2
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig4-19/+0
2018-05-29libiscsi: don't try to bypass SCSI EHChristoph Hellwig1-2/+2
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig1-2/+3
2018-05-29scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig1-4/+3
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig1-2/+4
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig1-1/+2
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig1-3/+4
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig3-11/+7
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig17-25/+25
2018-05-29blk-mq: Remove generation seqeunceKeith Busch6-254/+89
2018-05-29blk-mq: Fix timeout and state orderKeith Busch1-1/+1
2018-05-29libata: remove ata_scsi_timed_outChristoph Hellwig2-53/+0
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko1-35/+9
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko3-40/+35
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko3-20/+18
2018-05-28bcache: stop bcache device when backing device is offlineColy Li2-0/+55
2018-05-25null_blk: add blocking description and remove lightnvmLiu Bo1-3/+6
2018-05-25nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke1-1/+1
2018-05-25nvme: fix KASAN warning when parsing host nqnHannes Reinecke1-1/+1