summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bcache.h
AgeCommit message (Expand)Author
2022-05-28bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li
2021-10-29bcache: move uapi header bcache.h to bcache code directoryColy Li
2021-10-20bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig
2021-10-20bcache: remove the cache_dev_name field from struct cacheChristoph Hellwig
2021-06-08bcache: remove bcache device self-defined readaheadColy Li
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig
2021-02-10bcache: Move journal work to new flush wqKai Krakow
2021-02-10Revert "bcache: Kill btree_io_wq"Kai Krakow
2021-02-10bcache: consider the fragmentation when update the writeback ratedongdong tao
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li
2020-10-02bcache: only use bucket_bytes() on struct cacheColy Li
2020-10-02bcache: remove useless bucket_pages()Coly Li
2020-10-02bcache: only use block_bytes() on struct cacheColy Li
2020-10-02bcache: add set_uuid in struct cache_setColy Li
2020-10-02bcache: remove for_each_cache()Coly Li
2020-10-02bcache: explicitly make cache_set only have single cacheColy Li
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li
2020-07-25bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li
2020-07-25bcache: introduce meta_bucket_pages() related helper routinesColy Li
2020-07-25bcache: fix overflow in offset_to_stripe()Coly Li
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches
2020-02-01bcache: add readahead cache policy options via sysfs interfaceColy Li
2020-01-23bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig
2019-11-13bcache: add idle_max_writeback_rate sysfs interfaceColy Li
2019-11-13bcache: fix deadlock in bcache_allocatorAndrea Righi
2019-11-13bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang
2019-06-28bcache: add reclaimed_journal_buckets to struct cache_setColy Li
2019-06-28bcache: remove retry_flush_write from struct cache_setColy Li
2019-06-28bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li
2019-06-28bcache: add return value check to bch_cached_dev_run()Coly Li
2018-12-13bcache: option to automatically run gc thread after writebackColy Li
2018-12-13bcache: add comment for cache_set->fill_iterShenghui Wang
2018-10-08bcache: remove useless parameter of bch_debug_init()Dongbo Cao
2018-09-27bcache: add separate workqueue for journal_write to avoid deadlockGuoju Fang
2018-08-11bcache: remove unnecessary space before ioctl function pointer argumentsColy Li
2018-08-11bcache: replace Symbolic permissions by octal permission numbersColy Li
2018-08-11bcache: style fixes for lines over 80 charactersColy Li
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li
2018-08-11bcache: style fix to add a blank line after declarationsColy Li
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li
2018-08-09bcache: fix mistaken code comments in bcache.hColy Li
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li
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