summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bcache.h
Commit message (Expand)AuthorAgeFilesLines
* bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu2024-06-241-1/+1
* bcache: allow allocator to invalidate bucket in gcDongsheng Yang2024-05-281-0/+1
* bcache: port block device access to filesChristian Brauner2024-02-251-2/+2
* bcache: avoid oversize memory allocation by small stripe_sizeColy Li2023-11-201-0/+1
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-1/+1
|\
| * bcache: dynamically allocate the md-bcache shrinkerQi Zheng2023-10-041-1/+1
* | Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-10-301-1/+1
|\ \
| * | bcache: move closures to lib/Kent Overstreet2023-10-191-1/+1
| |/
* / bcache: Convert to bdev_open_by_path()Jan Kara2023-10-281-0/+2
|/
* bcache: make kobj_type structures constantThomas Weißschuh2023-06-151-5/+5
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
* 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