aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe1-21/+23
2018-05-18nvme-pci: handle completions outside of the queue lockJens Axboe1-42/+45
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe1-5/+13
2018-05-18nvme-pci: remove cq check after submissionJens Axboe1-2/+0
2018-05-18nvme-pci: simplify nvme_cqe_validChristoph Hellwig1-6/+6
2018-05-18nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2-2/+2
2018-05-18blk-mq: clear hctx->dispatch_from when mappings changehuhai1-0/+1
2018-05-16nbd: call nbd_bdev_reset instead of bd_set_size on disconnectJosef Bacik1-1/+1
2018-05-16nbd: fix how we set bd_invalidatedJosef Bacik1-4/+3
2018-05-16nbd: clear_sock on netlink disconnectJosef Bacik1-0/+1
2018-05-16nbd: use bd_set_size when updating disk sizeJosef Bacik1-1/+9
2018-05-16nbd: update size when connectedJosef Bacik1-0/+2
2018-05-16nbd: fix nbd device deletionJosef Bacik1-1/+4
2018-05-16block: fix MAINTAINERS email for nbdJosef Bacik1-1/+1
2018-05-16blk-mq: remove redundant insert case in blk_mq_make_request()huhai1-15/+1
2018-05-15Remove jsflash driverJens Axboe4-708/+0
2018-05-14block: Add sysfs entry for fua supportKent Overstreet1-0/+11
2018-05-14block: Export bio check/set pages_dirtyKent Overstreet1-0/+2
2018-05-14block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet2-1/+10
2018-05-14block: Add missing flush_dcache_page() callKent Overstreet1-0/+2
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet3-35/+55
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet2-23/+39
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet4-8/+7
2018-05-14block: Add bioset_init()/bioset_exit()Kent Overstreet2-28/+67
2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet3-39/+36
2018-05-14mempool: Add mempool_init()/mempool_exit()Kent Overstreet2-27/+115
2018-05-14sbitmap: fix race in wait batch accountingJens Axboe1-10/+25
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig8-15/+16
2018-05-14block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig1-3/+2
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig2-11/+7
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig29-59/+42
2018-05-14block: fix __get_request documentationChristoph Hellwig1-1/+1
2018-05-14scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig4-24/+18
2018-05-14memstick: remove unused variablesChristoph Hellwig2-2/+0
2018-05-11ps3disk: handle highmem pagesChristoph Hellwig1-2/+0
2018-05-11jsflash: handle highmem pagesChristoph Hellwig1-2/+4
2018-05-11aoe: handle highmem pagesChristoph Hellwig2-2/+2
2018-05-11mtd_blkdevs: handle highmem pagesChristoph Hellwig1-6/+14
2018-05-11memstick: don't call blk_queue_bounce_limitChristoph Hellwig2-10/+0
2018-05-11DAC960: don't use block layer bounce buffersChristoph Hellwig2-8/+2
2018-05-11mtip32xx: don't use block layer bounce buffersChristoph Hellwig1-1/+0
2018-05-11nvme/pci: Sync controller reset for AER slot_resetKeith Busch1-2/+9
2018-05-10sbitmap: warn if using smaller shallow depth than was setupOmar Sandoval1-0/+2
2018-05-10kyber-iosched: update shallow depth when setting up hardware queueJens Axboe1-0/+3
2018-05-10bfq-iosched: update shallow depth to smallest one usedJens Axboe1-3/+14
2018-05-10sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval2-9/+69
2018-05-10bfq-iosched: remove unused variableJens Axboe2-15/+7
2018-05-10bfq: calculate shallow depths at init timeJens Axboe1-47/+50
2018-05-10bfq-iosched: don't worry about reserved tags in limit_depthJens Axboe1-8/+1
2018-05-10blk-mq: don't call into depth limiting for reserved tagsJens Axboe1-2/+4