aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bcache.h
AgeCommit message (Expand)Author
2018-07-27bcache: finish incremental GCTang Junhui
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko
2018-05-28bcache: stop bcache device when backing device is offlineColy Li
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li
2018-03-18bcache: add io_disable to struct cached_devColy Li
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui
2018-02-07bcache: set error_limit correctlyColy Li
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui
2018-02-07bcache: add journal statisticTang Junhui
2018-01-08bcache: fix misleading error message in bch_count_io_errors()Coly Li
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle
2018-01-08bcache: writeback: properly order backing device IOMichael Lyle
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30bcache: update bucket_in_use in real timeTang Junhui
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle
2017-09-06bcache: fix for gc and write-back raceTang Junhui
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet
2014-08-04bcache: fix crash with incomplete cache setSlava Pestov
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-18bcache: Kill bucket->gc_genKent Overstreet
2014-03-18bcache: Kill unused freelistKent Overstreet
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet
2014-03-18bcache: Kill btree_io_wqKent Overstreet
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson
2014-01-29bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong
2014-01-08bcache: Improve bucket_prio() calculationKent Overstreet
2014-01-08bcache: Add struct btree_keysKent Overstreet
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet
2014-01-08bcache: Bkey indexing renamingKent Overstreet
2014-01-08bcache: Remove/fix some header dependenciesKent Overstreet
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet
2014-01-08bcache: Btree verify code improvementsKent Overstreet
2014-01-08bcache: kill index()Kent Overstreet
2014-01-08bcache: Rework allocator reservesKent Overstreet
2014-01-08bcache: kill closure locking usageKent Overstreet
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe