aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19bcache:: fix repeated words in commentsJilin Yuan1-1/+1
2022-05-28bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li1-0/+7
2021-10-29bcache: move uapi header bcache.h to bcache code directoryColy Li1-1/+1
2021-10-20bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig1-2/+0
2021-10-20bcache: remove the cache_dev_name field from struct cacheChristoph Hellwig1-2/+0
2021-06-08bcache: remove bcache device self-defined readaheadColy Li1-1/+0
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig1-9/+2
2021-02-10bcache: Move journal work to new flush wqKai Krakow1-0/+1
2021-02-10Revert "bcache: Kill btree_io_wq"Kai Krakow1-0/+2
2021-02-10bcache: consider the fragmentation when update the writeback ratedongdong tao1-0/+4
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li1-3/+1
2020-10-02bcache: only use bucket_bytes() on struct cacheColy Li1-1/+1
2020-10-02bcache: remove useless bucket_pages()Coly Li1-1/+0
2020-10-02bcache: only use block_bytes() on struct cacheColy Li1-1/+1
2020-10-02bcache: add set_uuid in struct cache_setColy Li1-0/+1
2020-10-02bcache: remove for_each_cache()Coly Li1-7/+2
2020-10-02bcache: explicitly make cache_set only have single cacheColy Li1-5/+3
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li1-2/+2
2020-07-25bcache: handle cache prio_buckets and disk_buckets properly for bucket size > 8MBColy Li1-4/+5
2020-07-25bcache: introduce meta_bucket_pages() related helper routinesColy Li1-0/+20
2020-07-25bcache: fix overflow in offset_to_stripe()Coly Li1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches1-1/+1
2020-02-01bcache: add readahead cache policy options via sysfs interfaceColy Li1-0/+3
2020-01-23bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig1-0/+2
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