index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
sysfs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcache: Convert pr_<level> uses to a more typical style
Joe Perches
2020-05-27
1
-4
/
+4
*
bcache: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-03-22
1
-1
/
+1
*
bcache: add readahead cache policy options via sysfs interface
Coly Li
2020-02-01
1
-0
/
+22
*
bcache: add idle_max_writeback_rate sysfs interface
Coly Li
2019-11-13
1
-0
/
+7
*
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-09-18
1
-0
/
+1
|
\
|
*
bcache: add cond_resched() in __bch_cache_cmp()
Shile Zhang
2019-09-03
1
-0
/
+1
*
|
bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str...
Coly Li
2019-08-09
1
-8
/
+12
|
/
*
bcache: add reclaimed_journal_buckets to struct cache_set
Coly Li
2019-06-28
1
-0
/
+5
*
bcache: remove retry_flush_write from struct cache_set
Coly Li
2019-06-28
1
-5
/
+0
*
bcache: avoid a deadlock in bcache_reboot()
Coly Li
2019-06-28
1
-0
/
+26
*
bcache: fix mistaken sysfs entry for io_error counter
Coly Li
2019-06-28
1
-2
/
+2
*
bcache: add return value check to bch_cached_dev_run()
Coly Li
2019-06-28
1
-2
/
+5
*
bcache: use sysfs_match_string() instead of __sysfs_match_string()
Alexandru Ardelean
2019-06-28
1
-12
/
+8
*
bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached
Coly Li
2019-06-13
1
-1
/
+6
*
bcache: fix inaccurate result of unused buckets
Guoju Fang
2019-04-24
1
-2
/
+0
*
bcache: fix input overflow to cache set sysfs file io_error_halflife
Coly Li
2019-02-09
1
-2
/
+11
*
bcache: fix input overflow to cache set io_error_limit
Coly Li
2019-02-09
1
-2
/
+1
*
bcache: fix input overflow to journal_delay_ms
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix input overflow to writeback_rate_minimum
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix potential div-zero error of writeback_rate_p_term_inverse
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix potential div-zero error of writeback_rate_i_term_inverse
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix input overflow to writeback_delay
Coly Li
2019-02-09
1
-1
/
+1
*
bcache: use sysfs_strtoul_bool() to set bit-field variables
Coly Li
2019-02-09
1
-8
/
+8
*
bcache: fix input overflow to sequential_cutoff
Coly Li
2019-02-09
1
-1
/
+3
*
bcache: fix input integer overflow of congested threshold
Coly Li
2019-02-09
1
-4
/
+6
*
bcache: export backing_dev_uuid via sysfs
Coly Li
2019-02-09
1
-0
/
+9
*
bcache: export backing_dev_name via sysfs
Coly Li
2019-02-09
1
-0
/
+8
*
bcache: set writeback_percent in a flexible range
Coly Li
2018-12-13
1
-1
/
+2
*
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
Coly Li
2018-12-13
1
-0
/
+7
*
bcache: option to automatically run gc thread after writeback
Coly Li
2018-12-13
1
-0
/
+9
*
bcache: introduce force_wake_up_gc()
Coly Li
2018-12-13
1
-15
/
+2
*
bcache: cannot set writeback_running via sysfs if no writeback kthread created
Shenghui Wang
2018-12-13
1
-2
/
+19
*
bcache: update comment in sysfs.c
Shenghui Wang
2018-12-13
1
-2
/
+2
*
bcache: Populate writeback_rate_minimum attribute
Ben Peddell
2018-10-08
1
-0
/
+2
*
bcache: add static const prefix to char * array declarations
Coly Li
2018-08-11
1
-1
/
+1
*
bcache: style fixes for lines over 80 characters
Coly Li
2018-08-11
1
-4
/
+7
*
bcache: style fix to add a blank line after declarations
Coly Li
2018-08-11
1
-0
/
+5
*
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
2018-08-11
1
-9
/
+9
*
bcache: fix error setting writeback_rate through sysfs interface
Coly Li
2018-08-10
1
-3
/
+10
*
bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section
Shenghui Wang
2018-08-09
1
-2
/
+2
*
bcache: set max writeback rate when I/O request is idle
Coly Li
2018-08-09
1
-4
/
+11
*
bcache: display rate debug parameters to 0 when writeback is not running
Coly Li
2018-08-09
1
-10
/
+16
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-13
1
-1
/
+2
*
bcache: Replace bch_read_string_list() by __sysfs_match_string()
Andy Shevchenko
2018-05-28
1
-35
/
+9
*
bcache: Move couple of functions to sysfs.c
Andy Shevchenko
2018-05-28
1
-0
/
+35
*
bcache: Move couple of string arrays to sysfs.c
Andy Shevchenko
2018-05-28
1
-0
/
+18
*
bcache: add io_disable to struct cached_dev
Coly Li
2018-03-19
1
-1
/
+14
*
bcache: fix incorrect sysfs output value of strip size
Tang Junhui
2018-03-19
1
-1
/
+1
*
bcache: add stop_when_cache_set_failed option to backing device
Coly Li
2018-03-19
1
-0
/
+17
*
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
2018-03-19
1
-0
/
+18
[next]