summaryrefslogtreecommitdiff
path: root/drivers/md/bcache
AgeCommit message (Expand)Author
2018-11-21bcache: fix miss key refill->end in writebackTang Junhui
2018-09-09bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai
2018-05-30bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li
2018-05-30bcache: fix kcrashes with fio in RAID5 backend devTang Junhui
2018-05-30bcache: return attach error when no cache set existTang Junhui
2018-05-30bcache: fix for data collapse after re-attaching an attached deviceTang Junhui
2018-05-30bcache: fix for allocator and register thread raceTang Junhui
2018-05-30bcache: properly set task state in bch_writeback_thread()Coly Li
2018-04-13bcache: segregate flash only volume write streamsTang Junhui
2018-04-13bcache: stop writeback thread after detachingTang Junhui
2018-03-18bcache: don't attach backing with duplicate UUIDMichael Lyle
2018-02-03bcache: check return value of register_shrinkerMichael Lyle
2017-12-20bcache: fix wrong cache_misses statisticstang.junhui
2017-12-20bcache: explicitly destroy mutex while exitingLiang Chen
2017-12-09bcache: recover data from backing when data is cleanRui Hua
2017-12-09bcache: only permit to recovery read error when cache device is cleanColy Li
2017-12-05bcache: Fix building error on MIPSHuacai Chen
2017-11-30bcache: check ca->alloc_thread initialized before wake up itColy Li
2017-09-27bcache: fix bch_hprint crash and improve outputMichael Lyle
2017-09-27bcache: fix for gc and write-back raceTang Junhui
2017-09-27bcache: Correct return value for sysfs attach errorsTony Asleson
2017-09-27bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui
2017-09-27bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui
2017-09-27bcache: Fix leak of bdev referenceJan Kara
2017-09-27bcache: initialize dirty stripes in flash_dev_run()Tang Junhui
2017-02-23bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet
2016-09-15bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet
2016-04-12bcache: fix cache_set_flush() NULL pointer dereference on OOMEric Wheeler
2016-04-12bcache: fix race of writeback thread starting before complete initializationEric Wheeler
2016-04-12bcache: cleaned up error handling around register_cache()Eric Wheeler
2016-03-03bcache: Change refill_dirty() to always scan entire disk if necessaryKent Overstreet
2016-03-03bcache: prevent crash on changing writeback_runningStefan Bader
2016-03-03bcache: allows use of register in udev to avoid "device_busy" error.Gabriel de Perthuis
2016-03-03bcache: unregister reboot notifier if bcache fails to unregister deviceZheng Liu
2016-03-03bcache: fix a leak in bch_cached_dev_run()Al Viro
2016-03-03bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing deviceZheng Liu
2016-03-03bcache: Add a cond_resched() call to gcKent Overstreet
2016-03-03bcache: fix a livelock when we cause a huge number of cache missesZheng Liu
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-11-06bcache: Really show state of work pending bitPetr Mladek
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2015-07-11bcache: don't embed 'return' statements in closure macrosJens Axboe
2015-06-30MAINTAINERS: BCACHE: Kent Overstreet has changed email addressJoe Perches
2015-06-30bcache: use kvfree() in various placesPekka Enberg
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer