aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-24bcache: check return value of register_shrinkerMichael Lyle1-1/+4
2017-11-24bcache: recover data from backing when data is cleanRui Hua1-7/+6
2017-11-24bcache: Fix building error on MIPSHuacai Chen3-3/+3
2017-11-24bcache: add a comment in journal bucket readingTang Junhui1-0/+5
2017-11-14md: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds12-111/+201
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman26-0/+26
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-16bcache: writeback rate clamping: make 32 bit safeMichael Lyle1-2/+2
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-09-27bcache: use llist_for_each_entry_safe() in __closure_wake_up()Coly Li1-2/+2
2017-09-07bcache: initialize dirty stripes in flash_dev_run()Tang Junhui3-6/+7
2017-09-06bcache: fix bch_hprint crash and improve outputMichael Lyle1-15/+35
2017-09-06bcache: Update continue_at() documentationDan Carpenter1-4/+0
2017-09-06bcache: silence static checker warningDan Carpenter1-3/+0
2017-09-06bcache: fix for gc and write-back raceTang Junhui3-2/+10
2017-09-06bcache: increase the number of open bucketsTang Junhui1-1/+3
2017-09-06bcache: Correct return value for sysfs attach errorsTony Asleson1-2/+2
2017-09-06bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2-1/+21
2017-09-06bcache: gc does not work when triggering by manual commandTang Junhui1-1/+14
2017-09-06bcache: Don't reinvent the wheel but use existing llist APIByungchul Park1-13/+2
2017-09-06bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui1-3/+3
2017-09-06bcache: fix sequential large write IO bypassTang Junhui1-6/+0
2017-09-06bcache: Fix leak of bdev referenceJan Kara1-0/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig6-19/+18
2017-08-09block: pass in queue to inflight accountingJens Axboe1-3/+4
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-18bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown1-1/+1
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-2/+6
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-2/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig9-35/+36
2017-05-08drivers/md/bcache/super.c: use kvmallocMichal Hocko1-6/+2
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-10/+2