summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-31bcache: update bucket_in_use in real timeTang Junhui4-8/+22
2017-10-31bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova3-7/+8
2017-10-31bcache: 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-25block: Invalidate cache on discard v2Dmitry Monakhov1-4/+10
2017-10-24lightnvm: pblk: remove leftover testing functionJavier González1-5/+0
2017-10-18kyber: 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
2017-10-13lightnvm: fail fast on passthrough commandsJavier González1-2/+0
2017-10-13lightnvm: pblk: avoid being reported as hung on rated GCJavier González1-1/+7
2017-10-13lightnvm: pblk: cleanup unused and static functionsJavier González4-111/+86
2017-10-13lightnvm: pblk: remove spinlock when freeing line metadataHans Holmberg1-2/+0
2017-10-13lightnvm: pblk: correct valid lba count calculationHans Holmberg1-3/+4
2017-10-13lightnvm: pblk: gc all lines in the pipeline before exitHans Holmberg4-9/+32
2017-10-13lightnvm: pblk: add l2p crc debug printoutsHans Holmberg1-5/+34
2017-10-13lightnvm: pblk: shut down gc gracefully during exitHans Holmberg1-8/+12
2017-10-13lightnvm: pblk: consider bad sectors in emeta during recoveryHans Holmberg1-14/+30
2017-10-13lightnvm: pblk: start gc if needed during initHans Holmberg4-1/+12
2017-10-13lightnvm: pblk: free full lines during recoveryHans Holmberg3-12/+24
2017-10-13lightnvm: pblk: recover partially written lines correctlyHans Holmberg1-4/+4
2017-10-13lightnvm: pblk: prevent gc kicks when gc is not operationalHans Holmberg2-4/+6
2017-10-13lightnvm: pblk: fix releases of kmem cache in error pathRakesh Pandit1-5/+12