aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-19Revert "bcache: remove heap-related macros and switch to generic min_heap"Kuan-Wei Chiu1-3/+1
2024-06-24bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu1-1/+3
2024-05-08bcache: fix variable length array abuse in btree_iterMatthew Mirvish1-1/+1
2024-02-22bcache: use of hlist_count_nodes()Pierre Gondois1-7/+1
2023-11-20bcache: prevent potential division by zero errorRand Deeb1-1/+1
2023-10-04bcache: dynamically allocate the md-bcache shrinkerQi Zheng1-1/+2
2023-06-15bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen1-16/+15
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
2022-01-26bcache: use default_groups in kobj_typeGreg Kroah-Hartman1-5/+10
2021-10-20bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig1-1/+1
2021-06-08bcache: remove bcache device self-defined readaheadColy Li1-4/+0
2021-02-10bcache: Avoid comma separated statementsJoe Perches1-2/+4
2021-02-10bcache: consider the fragmentation when update the writeback ratedongdong tao1-0/+23
2020-12-23md/bcache: convert comma to semicolonZheng Yongjun1-1/+1
2020-10-02bcache: check and set sync status on cache's in-memory super blockColy Li1-3/+3
2020-10-02bcache: only use bucket_bytes() on struct cacheColy Li1-1/+1
2020-10-02bcache: only use block_bytes() on struct cacheColy Li1-1/+1
2020-07-25bcache: add sysfs file to display feature sets information of cache setColy Li1-0/+14
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches1-4/+4
2020-03-22bcache: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-02-01bcache: add readahead cache policy options via sysfs interfaceColy Li1-0/+22
2019-11-13bcache: add idle_max_writeback_rate sysfs interfaceColy Li1-0/+7
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-09-03bcache: add cond_resched() in __bch_cache_cmp()Shile Zhang1-0/+1
2019-08-09bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str...Coly Li1-8/+12
2019-06-28bcache: add reclaimed_journal_buckets to struct cache_setColy Li1-0/+5
2019-06-28bcache: remove retry_flush_write from struct cache_setColy Li1-5/+0
2019-06-28bcache: avoid a deadlock in bcache_reboot()Coly Li1-0/+26
2019-06-28bcache: fix mistaken sysfs entry for io_error counterColy Li1-2/+2
2019-06-28bcache: add return value check to bch_cached_dev_run()Coly Li1-2/+5
2019-06-28bcache: use sysfs_match_string() instead of __sysfs_match_string()Alexandru Ardelean1-12/+8
2019-06-13bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li1-1/+6
2019-04-24bcache: fix inaccurate result of unused bucketsGuoju Fang1-2/+0
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li1-2/+11
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li1-2/+1
2019-02-09bcache: fix input overflow to journal_delay_msColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_delayColy Li1-1/+1
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li1-8/+8
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li1-1/+3
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li1-4/+6
2019-02-09bcache: export backing_dev_uuid via sysfsColy Li1-0/+9
2019-02-09bcache: export backing_dev_name via sysfsColy Li1-0/+8
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li1-1/+2
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li1-0/+7
2018-12-13bcache: option to automatically run gc thread after writebackColy Li1-0/+9
2018-12-13bcache: introduce force_wake_up_gc()Coly Li1-15/+2
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang1-2/+19
2018-12-13bcache: update comment in sysfs.cShenghui Wang1-2/+2
2018-10-08bcache: Populate writeback_rate_minimum attributeBen Peddell1-0/+2
2018-08-11bcache: add static const prefix to char * array declarationsColy Li1-1/+1
2018-08-11bcache: style fixes for lines over 80 charactersColy Li1-4/+7
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-0/+5
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-9/+9
2018-08-10bcache: fix error setting writeback_rate through sysfs interfaceColy Li1-3/+10
2018-08-09bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang1-2/+2
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li1-4/+11
2018-08-09bcache: display rate debug parameters to 0 when writeback is not runningColy Li1-10/+16
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko1-35/+9
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko1-0/+35
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko1-0/+18
2018-03-18bcache: add io_disable to struct cached_devColy Li1-1/+14
2018-03-18bcache: fix incorrect sysfs output value of strip sizeTang Junhui1-1/+1
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li1-0/+17
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-0/+18
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li1-1/+2
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui1-2/+4
2018-02-07bcache: return attach error when no cache set existTang Junhui1-2/+3
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li1-1/+3
2018-02-07bcache: set error_limit correctlyColy Li1-2/+2
2018-02-07bcache: add journal statisticTang Junhui1-0/+15
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle1-8/+10
2017-10-16bcache: Avoid nested function definitionPeter Foley1-4/+6
2017-09-06bcache: Correct return value for sysfs attach errorsTony Asleson1-2/+2
2017-09-06bcache: gc does not work when triggering by manual commandTang Junhui1-1/+14
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2014-03-18bcache: remove nested function usageJohn Sheu1-63/+63
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet1-3/+0
2014-03-18bcache: Improve priority_statsKent Overstreet1-6/+20
2014-01-29bcache: Minor fixes from kbuild robotKent Overstreet1-1/+1
2014-01-08bcache: Convert btree_iter to struct btree_keysKent Overstreet1-1/+1
2014-01-08bcache: Refactor bset_tree sysfs statsKent Overstreet1-0/+42
2014-01-08bcache: Add struct btree_keysKent Overstreet1-1/+1
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet1-1/+1
2014-01-08bcache: Rework allocator reservesKent Overstreet1-31/+0
2013-12-16bcache: New writeback PD controllerKent Overstreet1-21/+29
2013-11-10bcache: Bypass torture testKent Overstreet1-0/+4
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet1-1/+1
2013-11-10bcache: Kill sequential_merge optionKent Overstreet1-4/+0
2013-11-10bcache: Incremental gcKent Overstreet1-2/+0
2013-11-10bcache: Debug code improvementsKent Overstreet1-0/+5
2013-11-10bcache: Convert gc to a kthreadKent Overstreet1-1/+1
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/+21
2013-09-24bcache: Strip endline when writing the label through sysfsGabriel de Perthuis1-2/+7
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner1-1/+1
2013-07-12bcache: check for allocation failuresDan Carpenter1-0/+2
2013-06-26bcache: Send label ueventsGabriel de Perthuis1-0/+9
2013-06-26bcache: Write out full stripesKent Overstreet1-0/+8
2013-06-26bcache: Track dirty data by stripeKent Overstreet1-2/+3
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-0/+1
2013-06-26bcache: fix a spurious gcc complaint, use scnprintfKent Overstreet1-21/+22
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-12/+12
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+817