summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: prevent potential division by zero errorRand Deeb2023-11-201-1/+1
* bcache: dynamically allocate the md-bcache shrinkerQi Zheng2023-10-041-1/+2
* bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen2023-06-151-16/+15
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
* bcache: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-261-5/+10
* bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig2021-10-201-1/+1
* bcache: remove bcache device self-defined readaheadColy Li2021-06-081-4/+0
* bcache: Avoid comma separated statementsJoe Perches2021-02-101-2/+4
* bcache: consider the fragmentation when update the writeback ratedongdong tao2021-02-101-0/+23
* md/bcache: convert comma to semicolonZheng Yongjun2020-12-231-1/+1
* bcache: check and set sync status on cache's in-memory super blockColy Li2020-10-021-3/+3
* bcache: only use bucket_bytes() on struct cacheColy Li2020-10-021-1/+1
* bcache: only use block_bytes() on struct cacheColy Li2020-10-021-1/+1
* bcache: add sysfs file to display feature sets information of cache setColy Li2020-07-251-0/+14
* bcache: Convert pr_<level> uses to a more typical styleJoe Perches2020-05-271-4/+4
* bcache: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-221-1/+1
* bcache: add readahead cache policy options via sysfs interfaceColy Li2020-02-011-0/+22
* bcache: add idle_max_writeback_rate sysfs interfaceColy Li2019-11-131-0/+7
* Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-0/+1
|\
| * bcache: add cond_resched() in __bch_cache_cmp()Shile Zhang2019-09-031-0/+1
* | bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str...Coly Li2019-08-091-8/+12
|/
* bcache: add reclaimed_journal_buckets to struct cache_setColy Li2019-06-281-0/+5
* bcache: remove retry_flush_write from struct cache_setColy Li2019-06-281-5/+0
* bcache: avoid a deadlock in bcache_reboot()Coly Li2019-06-281-0/+26
* bcache: fix mistaken sysfs entry for io_error counterColy Li2019-06-281-2/+2
* bcache: add return value check to bch_cached_dev_run()Coly Li2019-06-281-2/+5
* bcache: use sysfs_match_string() instead of __sysfs_match_string()Alexandru Ardelean2019-06-281-12/+8
* bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li2019-06-131-1/+6
* bcache: fix inaccurate result of unused bucketsGuoju Fang2019-04-241-2/+0
* bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-02-091-2/+11
* bcache: fix input overflow to cache set io_error_limitColy Li2019-02-091-2/+1
* bcache: fix input overflow to journal_delay_msColy Li2019-02-091-1/+3
* bcache: fix input overflow to writeback_rate_minimumColy Li2019-02-091-1/+3
* bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li2019-02-091-1/+3
* bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li2019-02-091-1/+3
* bcache: fix input overflow to writeback_delayColy Li2019-02-091-1/+1
* bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li2019-02-091-8/+8
* bcache: fix input overflow to sequential_cutoffColy Li2019-02-091-1/+3
* bcache: fix input integer overflow of congested thresholdColy Li2019-02-091-4/+6
* bcache: export backing_dev_uuid via sysfsColy Li2019-02-091-0/+9
* bcache: export backing_dev_name via sysfsColy Li2019-02-091-0/+8
* bcache: set writeback_percent in a flexible rangeColy Li2018-12-131-1/+2
* bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li2018-12-131-0/+7
* bcache: option to automatically run gc thread after writebackColy Li2018-12-131-0/+9
* bcache: introduce force_wake_up_gc()Coly Li2018-12-131-15/+2
* bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang2018-12-131-2/+19
* bcache: update comment in sysfs.cShenghui Wang2018-12-131-2/+2
* bcache: Populate writeback_rate_minimum attributeBen Peddell2018-10-081-0/+2
* bcache: add static const prefix to char * array declarationsColy Li2018-08-111-1/+1
* bcache: style fixes for lines over 80 charactersColy Li2018-08-111-4/+7