summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bcache.h
Commit message (Expand)AuthorAgeFilesLines
* bcache: add reclaimed_journal_buckets to struct cache_setColy Li2019-06-281-0/+1
* bcache: remove retry_flush_write from struct cache_setColy Li2019-06-281-1/+0Star
* bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-06-281-2/+0Star
* bcache: add return value check to bch_cached_dev_run()Coly Li2019-06-281-1/+1
* bcache: option to automatically run gc thread after writebackColy Li2018-12-131-0/+14
* bcache: add comment for cache_set->fill_iterShenghui Wang2018-12-131-1/+5
* bcache: remove useless parameter of bch_debug_init()Dongbo Cao2018-10-081-1/+1
* bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang2018-09-271-0/+1
* bcache: remove unnecessary space before ioctl function pointer argumentsColy Li2018-08-111-2/+2
* bcache: replace Symbolic permissions by octal permission numbersColy Li2018-08-111-2/+2
* bcache: style fixes for lines over 80 charactersColy Li2018-08-111-2/+2
* bcache: add identifier names to arguments of function definitionsColy Li2018-08-111-54/+58
* bcache: style fix to add a blank line after declarationsColy Li2018-08-111-0/+1
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-53/+54
* bcache: set max writeback rate when I/O request is idleColy Li2018-08-091-7/+3Star
* bcache: fix mistaken code comments in bcache.hColy Li2018-08-091-3/+3
* bcache: do not check return value of debugfs_create_dir()Coly Li2018-08-091-1/+1
* bcache: finish incremental GCTang Junhui2018-07-271-0/+5
* bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui2018-07-271-0/+1
* bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-5/+5
* bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-281-2/+0Star
* bcache: stop bcache device when backing device is offlineColy Li2018-05-281-0/+2
* bcache: store disk name in struct cache and struct cached_devColy Li2018-05-031-0/+4
* bcache: add io_disable to struct cached_devColy Li2018-03-191-0/+6
* bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-191-0/+9
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-191-0/+33
* bcache: stop dc->writeback_rate_update properlyColy Li2018-03-191-4/+5
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-071-1/+1
* bcache: set error_limit correctlyColy Li2018-02-071-0/+1
* bcache: fix high CPU occupancy during journalTang Junhui2018-02-071-0/+2
* bcache: add journal statisticTang Junhui2018-02-071-0/+4
* bcache: fix misleading error message in bch_count_io_errors()Coly Li2018-01-081-1/+1
* bcache: reduce cache_set devices iteration by devices_max_usedColy Li2018-01-081-0/+1
* bcache: allow quick writeback when backing idleMichael Lyle2018-01-081-0/+7
* bcache: writeback: properly order backing device IOMichael Lyle2018-01-081-0/+8
* bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-081-6/+0Star
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-9/+10
|\
| * bcache: update bucket_in_use in real timeTang Junhui2017-10-301-0/+1
| * bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova2017-10-301-3/+4
| * bcache: writeback rate shouldn't artifically clampMichael Lyle2017-10-161-1/+1
| * bcache: implement PI controller for writeback rateMichael Lyle2017-10-161-5/+4Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* bcache: fix for gc and write-back raceTang Junhui2017-09-061-0/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-3/+4
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2016-12-171-2/+2
* bcache: remove driver private bio splitting codeKent Overstreet2015-08-131-18/+0Star
* bcache: fix crash with incomplete cache setSlava Pestov2014-08-051-0/+4
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* bcache: Kill bucket->gc_genKent Overstreet2014-03-181-2/+1Star
* bcache: Kill unused freelistKent Overstreet2014-03-181-23/+5Star