summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-01block: Rework drivers/cdrom/MakefileBart Van Assche5-13/+17
2017-11-01blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCEMing Lei3-32/+23
2017-11-01blk-mq: don't handle TAG_SHARED in restartMing Lei1-74/+4
2017-11-01scsi: implement .get_budget and .put_budget for blk-mqMing Lei1-23/+52
2017-11-01scsi: allow passing in null rq to scsi_prep_state_check()Ming Lei1-2/+2
2017-11-01blk-mq-sched: improve dispatching from sw queueMing Lei4-3/+114
2017-11-01blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei5-17/+114
2017-11-01block: kyber: check if there are requests in ctx in kyber_has_work()Ming Lei1-1/+1
2017-11-01sbitmap: introduce __sbitmap_for_each_set()Ming Lei1-17/+47
2017-11-01blk-mq-sched: move actual dispatching into one helperMing Lei1-19/+24
2017-11-01blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatchMing Lei1-6/+6
2017-10-31MAINTAINERS: Remove Rafael from Opal maintainers.Scott Bauer1-1/+0
2017-10-30bcache: explicitly destroy mutex while exitingLiang Chen1-2/+4
2017-10-30bcache: fix wrong cache_misses statisticstang.junhui1-1/+5
2017-10-30bcache: update bucket_in_use in real timeTang Junhui4-8/+22
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova3-7/+8
2017-10-30bcache: only permit to recovery read error when cache device is cleanColy Li1-1/+9
2017-10-30block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche2-3/+2
2017-10-25mq-deadline: add 'deadline' as a name aliasJens Axboe1-0/+1
2017-10-25elevator: allow name aliasesJens Axboe2-6/+18
2017-10-25elevator: lookup mq vs non-mq elevatorsJens Axboe1-23/+21
2017-10-25block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()Ilya Dryomov1-10/+35
2017-10-25block: factor out __blkdev_issue_zero_pages()Ilya Dryomov1-26/+37
2017-10-25block: move CAP_SYS_ADMIN check in blkdev_roset()Ilya Dryomov1-2/+3
2017-10-24block: Invalidate cache on discard v2Dmitry Monakhov1-4/+10
2017-10-24lightnvm: pblk: remove leftover testing functionJavier González1-5/+0
2017-10-17kyber: fix hang on domain token wait queueOmar Sandoval1-1/+9
2017-10-17nullb: fix error return code in null_init()Wei Yongjun1-1/+3
2017-10-16block: fix Sphinx kernel-doc warningRandy Dunlap1-1/+1
2017-10-16bcache: writeback rate clamping: make 32 bit safeMichael Lyle1-2/+2
2017-10-16bcache: MAINTAINERS: set bcache to MAINTAINEDMichael Lyle1-1/+2
2017-10-16bcache: Add Michael Lyle to MAINTAINERSKent Overstreet1-0/+1
2017-10-16bcache: safeguard a dangerous addressing in closure_queueLiang Chen1-0/+6
2017-10-16bcache: rearrange writeback main thread ratelimitMichael Lyle1-1/+4
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle3-6/+7
2017-10-16bcache: smooth writeback rate controlMichael Lyle2-3/+9
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle3-52/+66
2017-10-16bcache: don't write back data if reading it failedMichael Lyle1-6/+14
2017-10-16bcache: remove unused parameterYijing Wang1-6/+6
2017-10-16bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler2-1/+11
2017-10-16bcache: Remove redundant set_capacityYijing Wang1-3/+0
2017-10-16bcache: rewrite multiple partitions supportColy Li1-12/+25
2017-10-16bcache: fix a comments typo in bch_alloc_sectors()Coly Li1-1/+1
2017-10-16bcache: check ca->alloc_thread initialized before wake up itColy Li1-1/+2
2017-10-16bcache: Avoid nested function definitionPeter Foley1-4/+6
2017-10-14mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im...Yafang Shao1-1/+10
2017-10-13null_blk: add usage hints for no_schedweiping zhang1-0/+4
2017-10-13null_blk: update usage hints for submit_queuesweiping zhang1-3/+3
2017-10-13Revert "lightnvm: prevent bd removal if busy"Jens Axboe1-14/+0
2017-10-13lightnvm: implement generic path for sync I/OJavier González7-123/+143