aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/md/bcache/bcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
10 daysbcache: allow allocator to invalidate bucket in gcDongsheng Yang1-0/+1
2024-02-25bcache: port block device access to filesChristian Brauner1-2/+2
2023-11-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-1/+1
2023-10-28bcache: Convert to bdev_open_by_path()Jan Kara1-0/+2
2023-10-19bcache: move closures to lib/Kent Overstreet1-1/+1
2023-10-04bcache: dynamically allocate the md-bcache shrinkerQi Zheng1-1/+1
2023-06-15bcache: make kobj_type structures constantThomas Weißschuh1-5/+5
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
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