summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-01lightnvm: pblk: remove unnecessary argumentJavier González3-5/+5
2018-06-01lightnvm: pblk: remove unnecessary indirectionJavier González1-12/+2
2018-06-01lightnvm: pblk: return NVM_ error on failed submissionJavier González1-14/+8
2018-06-01lightnvm: pblk: warn in case of corrupted write bufferJavier González1-3/+2
2018-06-01lightnvm: pblk: improve error msg on corrupted LBAsJavier González1-10/+32
2018-06-01lightnvm: pblk: check read lba on gc pathJavier González1-6/+33
2018-06-01lightnvm: pblk: recheck for bad lines at runtimeJavier González2-14/+35
2018-06-01lightnvm: pblk: fail gracefully on line alloc. failureJavier González2-9/+29
2018-06-01Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe11-193/+351
2018-06-01block: split the blk-mq case from elevator_initChristoph Hellwig3-32/+48
2018-06-01block: move sysfs_lock into elevator_initChristoph Hellwig5-28/+8
2018-06-01block: remove the always unused name argument to elevator_initChristoph Hellwig4-11/+5
2018-06-01block: unexport elevator_init/exitChristoph Hellwig3-4/+2
2018-06-01block: move initialization of elevator-related fields to blk_alloc_queue_nodeChristoph Hellwig2-5/+5
2018-06-01nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig2-4/+49
2018-06-01nvme: mark nvme_queue_scan staticChristoph Hellwig2-11/+9
2018-06-01nvme: submit AEN event configuration on startupHannes Reinecke2-0/+18
2018-06-01nvmet: mask pending AENsChristoph Hellwig3-1/+10
2018-06-01nvmet: add AEN configuration supportChristoph Hellwig3-2/+32
2018-06-01nvmet: implement the changed namespaces logChristoph Hellwig3-9/+76
2018-06-01nvmet: split log page implementationChristoph Hellwig1-63/+36
2018-06-01nvmet: add a new nvmet_zero_sgl helperChristoph Hellwig2-0/+8
2018-06-01nvme.h: add AEN configuration symbolsHannes Reinecke1-0/+5
2018-05-31nvme.h: add the changed namespace list logChristoph Hellwig1-0/+3
2018-05-31nvme.h: untangle AEN notice definitionsChristoph Hellwig2-14/+24
2018-05-31nvmet: fix error return code in nvmet_file_ns_enable()Wei Yongjun1-2/+6
2018-05-31nvmet: fix a typo in nvmet_file_ns_enable()Wei Yongjun1-1/+1
2018-05-31nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig1-48/+31
2018-05-31block, bfq: prevent soft_rt_next_start from being stuck at infinityDavide Sapienza1-27/+2
2018-05-31block, bfq: increase weight-raising duration for interactive appsDavide Sapienza1-11/+15
2018-05-31block, bfq: remove slow-system classPaolo Valente2-105/+46
2018-05-31block, bfq: add description of weight-raising heuristicsPaolo Valente1-24/+56
2018-05-31block, bfq: remove the removal of 'next' rq in bfq_requests_mergedFilippo Muzzini1-7/+0
2018-05-31block, bfq: remove wrong check in bfq_requests_mergedPaolo Valente1-6/+20
2018-05-31block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini1-2/+0
2018-05-30block: fixup bioset_integrity_create() callJens Axboe1-1/+1
2018-05-30block: Drop bioset_create()Kent Overstreet2-52/+15
2018-05-30xfs: convert to bioset_init()/mempool_init()Kent Overstreet3-8/+7
2018-05-30btrfs: convert to bioset_init()/mempool_init()Kent Overstreet1-14/+11
2018-05-30fs: convert block_dev.c to bioset_init()Kent Overstreet1-6/+3
2018-05-30target: convert to bioset_init()/mempool_init()Kent Overstreet2-9/+7
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet17-206/+197
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet15-181/+159
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet7-52/+37
2018-05-30lightnvm: convert to bioset_init()/mempool_init()Kent Overstreet6-65/+65
2018-05-30pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet2-26/+26
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet6-59/+38
2018-05-30block: 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