summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bcache.h
Commit message (Expand)AuthorAgeFilesLines
* bcache:: fix repeated words in commentsJilin Yuan2022-09-191-1/+1
* bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li2022-05-281-0/+7
* bcache: move uapi header bcache.h to bcache code directoryColy Li2021-10-291-1/+1
* bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig2021-10-201-2/+0
* bcache: remove the cache_dev_name field from struct cacheChristoph Hellwig2021-10-201-2/+0
* bcache: remove bcache device self-defined readaheadColy Li2021-06-081-1/+0
* bcache: remove PTR_CACHEChristoph Hellwig2021-04-111-9/+2
* bcache: Move journal work to new flush wqKai Krakow2021-02-101-0/+1
* Revert "bcache: Kill btree_io_wq"Kai Krakow2021-02-101-0/+2
* bcache: consider the fragmentation when update the writeback ratedongdong tao2021-02-101-0/+4
* bcache: remove embedded struct cache_sb from struct cache_setColy Li2020-10-021-3/+1
* bcache: only use bucket_bytes() on struct cacheColy Li2020-10-021-1/+1
* bcache: remove useless bucket_pages()Coly Li2020-10-021-1/+0
* bcache: only use block_bytes() on struct cacheColy Li2020-10-021-1/+1
* bcache: add set_uuid in struct cache_setColy Li2020-10-021-0/+1
* bcache: remove for_each_cache()Coly Li2020-10-021-7/+2
* bcache: explicitly make cache_set only have single cacheColy Li2020-10-021-5/+3
* bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li2020-10-021-2/+2
* bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li2020-07-251-4/+5
* bcache: introduce meta_bucket_pages() related helper routinesColy Li2020-07-251-0/+20
* bcache: fix overflow in offset_to_stripe()Coly Li2020-07-251-1/+1
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
* bcache: Convert pr_<level> uses to a more typical styleJoe Perches2020-05-271-1/+1
* bcache: add readahead cache policy options via sysfs interfaceColy Li2020-02-011-0/+3
* bcache: store a pointer to the on-disk sb in the cache and cached_dev structuresChristoph Hellwig2020-01-231-0/+2
* bcache: add idle_max_writeback_rate sysfs interfaceColy Li2019-11-131-0/+1
* bcache: fix deadlock in bcache_allocatorAndrea Righi2019-11-131-1/+1
* bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang2019-11-131-0/+1
* 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/+0
* bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li2019-06-281-2/+0
* 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/+3
* 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/+0
* bcache: stop bcache device when backing device is offlineColy Li2018-05-281-0/+2