summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/sysfs.c
AgeCommit message (Expand)AuthorLines
2024-06-24bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu-1/+3
2024-05-08bcache: fix variable length array abuse in btree_iterMatthew Mirvish-1/+1
2024-02-22bcache: use of hlist_count_nodes()Pierre Gondois-7/+1
2023-11-20bcache: prevent potential division by zero errorRand Deeb-1/+1
2023-10-04bcache: dynamically allocate the md-bcache shrinkerQi Zheng-1/+2
2023-06-15bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen-16/+15
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-1/+1
2022-01-26bcache: use default_groups in kobj_typeGreg Kroah-Hartman-5/+10
2021-10-20bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig-1/+1
2021-06-08bcache: remove bcache device self-defined readaheadColy Li-4/+0
2021-02-10bcache: Avoid comma separated statementsJoe Perches-2/+4
2021-02-10bcache: consider the fragmentation when update the writeback ratedongdong tao-0/+23
2020-12-23md/bcache: convert comma to semicolonZheng Yongjun-1/+1
2020-10-02bcache: check and set sync status on cache's in-memory super blockColy Li-3/+3
2020-10-02bcache: only use bucket_bytes() on struct cacheColy Li-1/+1
2020-10-02bcache: only use block_bytes() on struct cacheColy Li-1/+1
2020-07-25bcache: add sysfs file to display feature sets information of cache setColy Li-0/+14
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches-4/+4
2020-03-22bcache: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-1/+1
2020-02-01bcache: add readahead cache policy options via sysfs interfaceColy Li-0/+22
2019-11-13bcache: add idle_max_writeback_rate sysfs interfaceColy Li-0/+7
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2019-09-03bcache: add cond_resched() in __bch_cache_cmp()Shile Zhang-0/+1
2019-08-09bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str...Coly Li-8/+12
2019-06-28bcache: add reclaimed_journal_buckets to struct cache_setColy Li-0/+5
2019-06-28bcache: remove retry_flush_write from struct cache_setColy Li-5/+0
2019-06-28bcache: avoid a deadlock in bcache_reboot()Coly Li-0/+26
2019-06-28bcache: fix mistaken sysfs entry for io_error counterColy Li-2/+2
2019-06-28bcache: add return value check to bch_cached_dev_run()Coly Li-2/+5
2019-06-28bcache: use sysfs_match_string() instead of __sysfs_match_string()Alexandru Ardelean-12/+8
2019-06-13bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li-1/+6
2019-04-24bcache: fix inaccurate result of unused bucketsGuoju Fang-2/+0
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li-2/+11
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li-2/+1
2019-02-09bcache: fix input overflow to journal_delay_msColy Li-1/+3
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li-1/+3
2019-02-09bcache: fix input overflow to writeback_delayColy Li-1/+1
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li-8/+8
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li-1/+3
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li-4/+6
2019-02-09bcache: export backing_dev_uuid via sysfsColy Li-0/+9
2019-02-09bcache: export backing_dev_name via sysfsColy Li-0/+8
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li-1/+2
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li-0/+7
2018-12-13bcache: option to automatically run gc thread after writebackColy Li-0/+9
2018-12-13bcache: introduce force_wake_up_gc()Coly Li-15/+2
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang-2/+19
2018-12-13bcache: update comment in sysfs.cShenghui Wang-2/+2