aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bcache.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-19Revert "bcache: remove heap-related macros and switch to generic min_heap"Kuan-Wei Chiu1-1/+1
2024-06-24bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu1-1/+1
2024-05-28bcache: 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/...Linus 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 >...Coly 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
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-0/+1
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-53/+54
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li1-7/+3
2018-08-09bcache: fix mistaken code comments in bcache.hColy Li1-3/+3
2018-08-09bcache: do not check return value of debugfs_create_dir()Coly Li1-1/+1
2018-07-27bcache: finish incremental GCTang Junhui1-0/+5
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui1-0/+1
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet1-5/+5
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko1-2/+0
2018-05-28bcache: stop bcache device when backing device is offlineColy Li1-0/+2
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li1-0/+4
2018-03-18bcache: add io_disable to struct cached_devColy Li1-0/+6
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li1-0/+9
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-0/+33
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li1-4/+5
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui1-1/+1
2018-02-07bcache: set error_limit correctlyColy Li1-0/+1
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui1-0/+2
2018-02-07bcache: add journal statisticTang Junhui1-0/+4
2018-01-08bcache: fix misleading error message in bch_count_io_errors()Coly Li1-1/+1
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li1-0/+1
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle1-0/+7
2018-01-08bcache: writeback: properly order backing device IOMichael Lyle1-0/+8
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui1-6/+0
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30bcache: update bucket_in_use in real timeTang Junhui1-0/+1
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova1-3/+4
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle1-1/+1
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle1-5/+4
2017-09-06bcache: fix for gc and write-back raceTang Junhui1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+4
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet1-2/+2
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet1-18/+0
2014-08-04bcache: fix crash with incomplete cache setSlava Pestov1-0/+4
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-03-18bcache: Kill bucket->gc_genKent Overstreet1-2/+1
2014-03-18bcache: Kill unused freelistKent Overstreet1-23/+5
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet1-10/+5
2014-03-18bcache: Kill btree_io_wqKent Overstreet1-2/+0
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet1-3/+3
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson1-0/+2
2014-01-29bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong1-1/+3
2014-01-08bcache: Improve bucket_prio() calculationKent Overstreet1-1/+1
2014-01-08bcache: Add struct btree_keysKent Overstreet1-1/+1
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet1-8/+0
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet1-3/+2
2014-01-08bcache: Bkey indexing renamingKent Overstreet1-9/+2
2014-01-08bcache: Remove/fix some header dependenciesKent Overstreet1-5/+18
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet1-6/+1
2014-01-08bcache: Btree verify code improvementsKent Overstreet1-0/+1
2014-01-08bcache: kill index()Kent Overstreet1-4/+0
2014-01-08bcache: Rework allocator reservesKent Overstreet1-9/+7
2014-01-08bcache: kill closure locking usageKent Overstreet1-3/+6
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-6/+6
2013-12-16bcache: New writeback PD controllerKent Overstreet1-3/+3
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson1-3/+3
2013-11-23block: Introduce new bio_split()Kent Overstreet1-1/+0
2013-11-23bcache: Kill unaligned bvec hackKent Overstreet1-1/+0
2013-11-10bcache: Bypass torture testKent Overstreet1-0/+1
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet1-6/+4
2013-11-10bcache: Better full stripe scanningKent Overstreet1-2/+3
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet1-2/+0
2013-11-10bcache: Kill sequential_merge optionKent Overstreet1-1/+0
2013-11-10bcache: Incremental gcKent Overstreet1-1/+0
2013-11-10bcache: Debug code improvementsKent Overstreet1-9/+1
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet1-242/+2
2013-11-10bcache: Move sector allocator to alloc.cKent Overstreet1-0/+4
2013-11-10bcache: Add btree_map() functionsKent Overstreet1-2/+0
2013-11-10bcache: Convert writeback to a kthreadKent Overstreet1-4/+6
2013-11-10bcache: Convert gc to a kthreadKent Overstreet1-5/+4
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-4/+4
2013-11-10bcache: Convert try_wait to wait_queue_head_tKent Overstreet1-2/+2
2013-11-10bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet1-8/+0
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet1-1/+1
2013-11-10bcache: Add on error panic/unregister settingKent Overstreet1-0/+6
2013-11-10bcache: Use blkdev_issue_discard()Kent Overstreet1-10/+0
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet1-4/+3
2013-07-12bcache: Allocation kthread fixesKent Overstreet1-4/+0
2013-07-12bcache: Fix a sysfs splat on shutdownKent Overstreet1-0/+1
2013-06-26bcache: Write out full stripesKent Overstreet1-2/+1
2013-06-26bcache: Track dirty data by stripeKent Overstreet1-6/+4
2013-06-26bcache: Initialize sectors_dirty when attachingKent Overstreet1-1/+1
2013-06-26bcache: Improve lazy sortingKent Overstreet1-0/+1
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-20/+0
2013-06-26bcache: Refactor btree ioKent Overstreet1-3/+2
2013-06-26bcache: Convert allocator thread to kthreadKent Overstreet1-6/+11
2013-05-15bcache: Fix error handling in init codeKent Overstreet1-1/+1
2013-04-20bcache: Take data offset from the bdev superblock.Kent Overstreet1-10/+37
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-1/+1
2013-03-25bcache: Style/checkpatch fixesKent Overstreet1-5/+5
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+1232