aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13bcache: add idle_max_writeback_rate sysfs interfaceColy Li1-0/+1
2019-11-13bcache: fix deadlock in bcache_allocatorAndrea Righi1-1/+1
2019-11-13bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang1-0/+1
2019-06-28bcache: add reclaimed_journal_buckets to struct cache_setColy Li1-0/+1
2019-06-28bcache: remove retry_flush_write from struct cache_setColy Li1-1/+0
2019-06-28bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li1-2/+0
2019-06-28bcache: add return value check to bch_cached_dev_run()Coly Li1-1/+1
2018-12-13bcache: option to automatically run gc thread after writebackColy Li1-0/+14
2018-12-13bcache: add comment for cache_set->fill_iterShenghui Wang1-1/+5
2018-10-08bcache: remove useless parameter of bch_debug_init()Dongbo Cao1-1/+1
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang1-0/+1
2018-08-11bcache: remove unnecessary space before ioctl function pointer argumentsColy Li1-2/+2
2018-08-11bcache: replace Symbolic permissions by octal permission numbersColy Li1-2/+2
2018-08-11bcache: style fixes for lines over 80 charactersColy Li1-2/+2
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li1-54/+58
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-0/+1
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-53/+54
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li1-7/+3
2018-08-09bcache: fix mistaken code comments in bcache.hColy Li1-3/+3
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li1-1/+1
2018-07-27bcache: finish incremental GCTang Junhui1-0/+5
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui1-0/+1
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet1-5/+5
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko1-2/+0
2018-05-28bcache: stop bcache device when backing device is offlineColy Li1-0/+2
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li1-0/+4
2018-03-18bcache: add io_disable to struct cached_devColy Li1-0/+6
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li1-0/+9
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-0/+33
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li1-4/+5
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui1-1/+1
2018-02-07bcache: set error_limit correctlyColy Li1-0/+1
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui1-0/+2
2018-02-07bcache: add journal statisticTang Junhui1-0/+4
2018-01-08bcache: fix misleading error message in bch_count_io_errors()Coly Li1-1/+1
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li1-0/+1
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle1-0/+7
2018-01-08bcache: writeback: properly order backing device IOMichael Lyle1-0/+8
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui1-6/+0
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30bcache: update bucket_in_use in real timeTang Junhui1-0/+1
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova1-3/+4
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle1-1/+1
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle1-5/+4
2017-09-06bcache: fix for gc and write-back raceTang Junhui1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+4
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet1-2/+2
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet1-18/+0
2014-08-04bcache: fix crash with incomplete cache setSlava Pestov1-0/+4