summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+8Star
* 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/+0Star
* 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/+1Star
* 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/+2Star
* 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
* bcache: style fix to add a blank line after declarationsColy Li2018-08-111-0/+5
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-9/+9
* bcache: fix error setting writeback_rate through sysfs interfaceColy Li2018-08-101-3/+10
* bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang2018-08-091-2/+2
* bcache: set max writeback rate when I/O request is idleColy Li2018-08-091-4/+11
* bcache: display rate debug parameters to 0 when writeback is not runningColy Li2018-08-091-10/+16
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+2
* bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko2018-05-281-35/+9Star
* bcache: Move couple of functions to sysfs.cAndy Shevchenko2018-05-281-0/+35
* bcache: Move couple of string arrays to sysfs.cAndy Shevchenko2018-05-281-0/+18
* bcache: add io_disable to struct cached_devColy Li2018-03-191-1/+14
* bcache: fix incorrect sysfs output value of strip sizeTang Junhui2018-03-191-1/+1
* bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-191-0/+17
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-191-0/+18
* bcache: stop dc->writeback_rate_update properlyColy Li2018-03-191-1/+2
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-071-2/+4
* bcache: return attach error when no cache set existTang Junhui2018-02-071-2/+3
* bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li2018-02-071-1/+3
* bcache: set error_limit correctlyColy Li2018-02-071-2/+2
* bcache: add journal statisticTang Junhui2018-02-071-0/+15