index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-18
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-1
/
+1
2022-01-26
bcache: use default_groups in kobj_type
Greg Kroah-Hartman
1
-5
/
+10
2021-10-20
bcache: remove the backing_dev_name field from struct cached_dev
Christoph Hellwig
1
-1
/
+1
2021-06-09
bcache: remove bcache device self-defined readahead
Coly Li
1
-4
/
+0
2021-02-10
bcache: Avoid comma separated statements
Joe Perches
1
-2
/
+4
2021-02-10
bcache: consider the fragmentation when update the writeback rate
dongdong tao
1
-0
/
+23
2020-12-23
md/bcache: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-10-02
bcache: check and set sync status on cache's in-memory super block
Coly Li
1
-3
/
+3
2020-10-02
bcache: only use bucket_bytes() on struct cache
Coly Li
1
-1
/
+1
2020-10-02
bcache: only use block_bytes() on struct cache
Coly Li
1
-1
/
+1
2020-07-25
bcache: add sysfs file to display feature sets information of cache set
Coly Li
1
-0
/
+14
2020-05-27
bcache: Convert pr_<level> uses to a more typical style
Joe Perches
1
-4
/
+4
2020-03-22
bcache: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-1
/
+1
2020-02-01
bcache: add readahead cache policy options via sysfs interface
Coly Li
1
-0
/
+22
2019-11-14
bcache: add idle_max_writeback_rate sysfs interface
Coly Li
1
-0
/
+7
2019-09-18
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2019-09-03
bcache: add cond_resched() in __bch_cache_cmp()
Shile Zhang
1
-0
/
+1
2019-08-09
bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_str...
Coly Li
1
-8
/
+12
2019-06-28
bcache: add reclaimed_journal_buckets to struct cache_set
Coly Li
1
-0
/
+5
2019-06-28
bcache: remove retry_flush_write from struct cache_set
Coly Li
1
-5
/
+0
2019-06-28
bcache: avoid a deadlock in bcache_reboot()
Coly Li
1
-0
/
+26
2019-06-28
bcache: fix mistaken sysfs entry for io_error counter
Coly Li
1
-2
/
+2
2019-06-28
bcache: add return value check to bch_cached_dev_run()
Coly Li
1
-2
/
+5
2019-06-28
bcache: use sysfs_match_string() instead of __sysfs_match_string()
Alexandru Ardelean
1
-12
/
+8
2019-06-13
bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached
Coly Li
1
-1
/
+6
2019-04-24
bcache: fix inaccurate result of unused buckets
Guoju Fang
1
-2
/
+0
2019-02-09
bcache: fix input overflow to cache set sysfs file io_error_halflife
Coly Li
1
-2
/
+11
2019-02-09
bcache: fix input overflow to cache set io_error_limit
Coly Li
1
-2
/
+1
2019-02-09
bcache: fix input overflow to journal_delay_ms
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix input overflow to writeback_rate_minimum
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix potential div-zero error of writeback_rate_p_term_inverse
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix potential div-zero error of writeback_rate_i_term_inverse
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix input overflow to writeback_delay
Coly Li
1
-1
/
+1
2019-02-09
bcache: use sysfs_strtoul_bool() to set bit-field variables
Coly Li
1
-8
/
+8
2019-02-09
bcache: fix input overflow to sequential_cutoff
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix input integer overflow of congested threshold
Coly Li
1
-4
/
+6
2019-02-09
bcache: export backing_dev_uuid via sysfs
Coly Li
1
-0
/
+9
2019-02-09
bcache: export backing_dev_name via sysfs
Coly Li
1
-0
/
+8
2018-12-13
bcache: set writeback_percent in a flexible range
Coly Li
1
-1
/
+2
2018-12-13
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
Coly Li
1
-0
/
+7
2018-12-13
bcache: option to automatically run gc thread after writeback
Coly Li
1
-0
/
+9
2018-12-13
bcache: introduce force_wake_up_gc()
Coly Li
1
-15
/
+2
2018-12-13
bcache: cannot set writeback_running via sysfs if no writeback kthread created
Shenghui Wang
1
-2
/
+19
2018-12-13
bcache: update comment in sysfs.c
Shenghui Wang
1
-2
/
+2
2018-10-08
bcache: Populate writeback_rate_minimum attribute
Ben Peddell
1
-0
/
+2
2018-08-12
bcache: add static const prefix to char * array declarations
Coly Li
1
-1
/
+1
2018-08-12
bcache: style fixes for lines over 80 characters
Coly Li
1
-4
/
+7
2018-08-12
bcache: style fix to add a blank line after declarations
Coly Li
1
-0
/
+5
2018-08-12
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
1
-9
/
+9
2018-08-10
bcache: fix error setting writeback_rate through sysfs interface
Coly Li
1
-3
/
+10
[next]