index
:
Linux Stable
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.12.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
sysfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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-12
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-18
1
-1
/
+14
*
bcache: fix incorrect sysfs output value of strip size
Tang Junhui
2018-03-18
1
-1
/
+1
*
bcache: add stop_when_cache_set_failed option to backing device
Coly Li
2018-03-18
1
-0
/
+17
*
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
2018-03-18
1
-0
/
+18
*
bcache: stop dc->writeback_rate_update properly
Coly Li
2018-03-18
1
-1
/
+2
*
bcache: fix for data collapse after re-attaching an attached device
Tang Junhui
2018-02-07
1
-2
/
+4
*
bcache: return attach error when no cache set exist
Tang Junhui
2018-02-07
1
-2
/
+3
*
bcache: set writeback_rate_update_seconds in range [1, 60] seconds
Coly Li
2018-02-07
1
-1
/
+3
*
bcache: set error_limit correctly
Coly Li
2018-02-07
1
-2
/
+2
*
bcache: add journal statistic
Tang Junhui
2018-02-07
1
-0
/
+15
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-14
1
-12
/
+16
|
\
|
*
bcache: implement PI controller for writeback rate
Michael Lyle
2017-10-16
1
-8
/
+10
|
*
bcache: Avoid nested function definition
Peter Foley
2017-10-16
1
-4
/
+6
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
bcache: Correct return value for sysfs attach errors
Tony Asleson
2017-09-06
1
-2
/
+2
*
bcache: gc does not work when triggering by manual command
Tang Junhui
2017-09-06
1
-1
/
+14
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
bcache: remove nested function usage
John Sheu
2014-03-18
1
-63
/
+63
*
bcache: Rework btree cache reserve handling
Kent Overstreet
2014-03-18
1
-3
/
+0
*
bcache: Improve priority_stats
Kent Overstreet
2014-03-18
1
-6
/
+20
*
bcache: Minor fixes from kbuild robot
Kent Overstreet
2014-01-29
1
-1
/
+1
*
bcache: Convert btree_iter to struct btree_keys
Kent Overstreet
2014-01-08
1
-1
/
+1
*
bcache: Refactor bset_tree sysfs stats
Kent Overstreet
2014-01-08
1
-0
/
+42
*
bcache: Add struct btree_keys
Kent Overstreet
2014-01-08
1
-1
/
+1
*
bcache: Add struct bset_sort_state
Kent Overstreet
2014-01-08
1
-1
/
+1
*
bcache: Rework allocator reserves
Kent Overstreet
2014-01-08
1
-31
/
+0
*
bcache: New writeback PD controller
Kent Overstreet
2013-12-16
1
-21
/
+29
*
bcache: Bypass torture test
Kent Overstreet
2013-11-10
1
-0
/
+4
*
bcache: Fix sysfs splat on shutdown with flash only devs
Kent Overstreet
2013-11-10
1
-1
/
+1
*
bcache: Kill sequential_merge option
Kent Overstreet
2013-11-10
1
-4
/
+0
*
bcache: Incremental gc
Kent Overstreet
2013-11-10
1
-2
/
+0
*
bcache: Debug code improvements
Kent Overstreet
2013-11-10
1
-0
/
+5
*
bcache: Convert gc to a kthread
Kent Overstreet
2013-11-10
1
-1
/
+1
*
bcache: Stripe size isn't necessarily a power of two
Kent Overstreet
2013-11-10
1
-1
/
+1
*
bcache: Add on error panic/unregister setting
Kent Overstreet
2013-11-10
1
-0
/
+21
*
bcache: Strip endline when writing the label through sysfs
Gabriel de Perthuis
2013-09-24
1
-2
/
+7
*
drivers: convert shrinkers to new count/scan API
Dave Chinner
2013-09-10
1
-1
/
+1
*
bcache: check for allocation failures
Dan Carpenter
2013-07-12
1
-0
/
+2
*
bcache: Send label uevents
Gabriel de Perthuis
2013-06-26
1
-0
/
+9
*
bcache: Write out full stripes
Kent Overstreet
2013-06-26
1
-0
/
+8
[prev]
[next]