aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/sysfs.c
AgeCommit message (Expand)Author
2020-05-04bcache: add readahead cache policy options via sysfs interfaceColy Li
2019-07-26bcache: fix mistaken sysfs entry for io_error counterColy Li
2019-07-26bcache: avoid a deadlock in bcache_reboot()Coly Li
2019-06-13bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li
2019-04-24bcache: fix inaccurate result of unused bucketsGuoju Fang
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li
2019-02-09bcache: fix input overflow to journal_delay_msColy Li
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li
2019-02-09bcache: fix input overflow to writeback_delayColy Li
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li
2019-02-09bcache: export backing_dev_uuid via sysfsColy Li
2019-02-09bcache: export backing_dev_name via sysfsColy Li
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li
2018-12-13bcache: option to automatically run gc thread after writebackColy Li
2018-12-13bcache: introduce force_wake_up_gc()Coly Li
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang
2018-12-13bcache: update comment in sysfs.cShenghui Wang
2018-10-08bcache: Populate writeback_rate_minimum attributeBen Peddell
2018-08-11bcache: add static const prefix to char * array declarationsColy Li
2018-08-11bcache: style fixes for lines over 80 charactersColy Li
2018-08-11bcache: style fix to add a blank line after declarationsColy Li
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li
2018-08-10bcache: fix error setting writeback_rate through sysfs interfaceColy Li
2018-08-09bcache: make the pr_err statement used for ENOENT only in sysfs_attatch sectionShenghui Wang
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li
2018-08-09bcache: display rate debug parameters to 0 when writeback is not runningColy Li
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko
2018-03-18bcache: add io_disable to struct cached_devColy Li
2018-03-18bcache: fix incorrect sysfs output value of strip sizeTang Junhui
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui
2018-02-07bcache: return attach error when no cache set existTang Junhui
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li
2018-02-07bcache: set error_limit correctlyColy Li
2018-02-07bcache: add journal statisticTang Junhui
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle
2017-10-16bcache: Avoid nested function definitionPeter Foley