aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bcache.h
AgeCommit message (Expand)Author
2023-11-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-10-28bcache: Convert to bdev_open_by_path()Jan Kara
2023-10-19bcache: move closures to lib/Kent Overstreet
2023-10-04bcache: dynamically allocate the md-bcache shrinkerQi Zheng
2023-06-15bcache: make kobj_type structures constantThomas Weißschuh
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2022-09-19bcache:: fix repeated words in commentsJilin Yuan
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