summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: kyber: check if there are requests in ctx in kyber_has_work()Ming Lei2017-11-011-1/+1
* sbitmap: introduce __sbitmap_for_each_set()Ming Lei2017-11-011-17/+47
* blk-mq-sched: move actual dispatching into one helperMing Lei2017-11-011-19/+24
* blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatchMing Lei2017-11-011-6/+6
* MAINTAINERS: Remove Rafael from Opal maintainers.Scott Bauer2017-10-311-1/+0
* bcache: explicitly destroy mutex while exitingLiang Chen2017-10-301-2/+4
* bcache: fix wrong cache_misses statisticstang.junhui2017-10-301-1/+5
* bcache: update bucket_in_use in real timeTang Junhui2017-10-304-8/+22
* bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova2017-10-303-7/+8
* bcache: only permit to recovery read error when cache device is cleanColy Li2017-10-301-1/+9
* block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche2017-10-302-3/+2
* mq-deadline: add 'deadline' as a name aliasJens Axboe2017-10-251-0/+1
* elevator: allow name aliasesJens Axboe2017-10-252-6/+18
* elevator: lookup mq vs non-mq elevatorsJens Axboe2017-10-251-23/+21
* block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()Ilya Dryomov2017-10-251-10/+35
* block: factor out __blkdev_issue_zero_pages()Ilya Dryomov2017-10-251-26/+37
* block: move CAP_SYS_ADMIN check in blkdev_roset()Ilya Dryomov2017-10-251-2/+3
* block: Invalidate cache on discard v2Dmitry Monakhov2017-10-241-4/+10
* lightnvm: pblk: remove leftover testing functionJavier González2017-10-241-5/+0
* kyber: fix hang on domain token wait queueOmar Sandoval2017-10-171-1/+9
* nullb: fix error return code in null_init()Wei Yongjun2017-10-171-1/+3
* block: fix Sphinx kernel-doc warningRandy Dunlap2017-10-161-1/+1
* bcache: writeback rate clamping: make 32 bit safeMichael Lyle2017-10-161-2/+2
* bcache: MAINTAINERS: set bcache to MAINTAINEDMichael Lyle2017-10-161-1/+2
* bcache: Add Michael Lyle to MAINTAINERSKent Overstreet2017-10-161-0/+1
* bcache: safeguard a dangerous addressing in closure_queueLiang Chen2017-10-161-0/+6
* bcache: rearrange writeback main thread ratelimitMichael Lyle2017-10-161-1/+4
* bcache: writeback rate shouldn't artifically clampMichael Lyle2017-10-163-6/+7
* bcache: smooth writeback rate controlMichael Lyle2017-10-162-3/+9
* bcache: implement PI controller for writeback rateMichael Lyle2017-10-163-52/+66
* bcache: don't write back data if reading it failedMichael Lyle2017-10-161-6/+14
* bcache: remove unused parameterYijing Wang2017-10-161-6/+6
* bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler2017-10-162-1/+11
* bcache: Remove redundant set_capacityYijing Wang2017-10-161-3/+0
* bcache: rewrite multiple partitions supportColy Li2017-10-161-12/+25
* bcache: fix a comments typo in bch_alloc_sectors()Coly Li2017-10-161-1/+1
* bcache: check ca->alloc_thread initialized before wake up itColy Li2017-10-161-1/+2
* bcache: Avoid nested function definitionPeter Foley2017-10-161-4/+6
* mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im...Yafang Shao2017-10-141-1/+10
* null_blk: add usage hints for no_schedweiping zhang2017-10-131-0/+4
* null_blk: update usage hints for submit_queuesweiping zhang2017-10-131-3/+3
* Revert "lightnvm: prevent bd removal if busy"Jens Axboe2017-10-131-14/+0
* lightnvm: implement generic path for sync I/OJavier González2017-10-137-123/+143
* lightnvm: fail fast on passthrough commandsJavier González2017-10-131-2/+0
* lightnvm: pblk: avoid being reported as hung on rated GCJavier González2017-10-131-1/+7
* lightnvm: pblk: cleanup unused and static functionsJavier González2017-10-134-111/+86
* lightnvm: pblk: remove spinlock when freeing line metadataHans Holmberg2017-10-131-2/+0
* lightnvm: pblk: correct valid lba count calculationHans Holmberg2017-10-131-3/+4
* lightnvm: pblk: gc all lines in the pipeline before exitHans Holmberg2017-10-134-9/+32
* lightnvm: pblk: add l2p crc debug printoutsHans Holmberg2017-10-131-5/+34