aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 immediatelyYafang 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
2017-10-13lightnvm: pblk: reduce arguments in __pblk_rb_update_l2pRakesh Pandit1-6/+5
2017-10-13lightnvm: remove stale extern and unused exported symbolsRakesh Pandit2-72/+64
2017-10-13lightnvm: remove unused argument from nvm_set_tgt_bb_tblRakesh Pandit2-18/+13
2017-10-13lightnvm: pblk: remove useless lineRakesh Pandit1-1/+0
2017-10-13lightnvm: pblk: fix changing GC group list for a lineRakesh Pandit1-2/+2
2017-10-13lightnvm: pblk: ensure right bad block calculationJavier González1-1/+1
2017-10-13lightnvm: pblk: enable 1 LUN configurationJavier González4-19/+29
2017-10-13lightnvm: pblk: remove I/O dependency on write pathJavier González1-80/+65
2017-10-13lightnvm: pblk: remove redundant check on read pathJavier González1-2/+2
2017-10-13lightnvm: pblk: guarantee line integrity on readsJavier González4-25/+118