index
:
linux-stable.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-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
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
Coly Li
2019-07-26
1
-17
/
+0
*
bcache: fix potential deadlock in cached_def_free()
Coly Li
2019-07-26
1
-2
/
+0
*
bcache: avoid a deadlock in bcache_reboot()
Coly Li
2019-07-26
1
-1
/
+39
*
bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()
Coly Li
2019-07-26
1
-1
/
+1
*
bcache: acquire bch_register_lock later in cached_dev_free()
Coly Li
2019-07-26
1
-2
/
+2
*
bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
Coly Li
2019-04-30
1
-1
/
+0
*
bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...
Shenghui Wang
2019-04-24
1
-0
/
+8
*
bcache: improve bcache_reboot()
Coly Li
2019-04-24
1
-2
/
+10
*
bcache: add comments for closure_fn to be called in closure_queue()
Coly Li
2019-04-24
1
-0
/
+6
*
bcache: Add comments for blkdev_put() in registration code path
Coly Li
2019-04-24
1
-0
/
+8
*
bcache: add error check for calling register_bdev()
Coly Li
2019-04-24
1
-6
/
+10
*
bcache: add comments for kobj release callback routine
Coly Li
2019-04-24
1
-0
/
+4
*
bcache: add failure check to run_cache_set() for journal replay
Coly Li
2019-04-24
1
-5
/
+12
*
bcache: fix a race between cache register and cacheset unregister
Liang Chen
2019-04-24
1
-1
/
+1
*
bcache: use kmemdup_nul for CACHED_LABEL buffer
Geliang Tang
2019-04-24
1
-6
/
+4
*
bcache: fix indentation issue, remove tabs on a hunk of code
Colin Ian King
2019-02-09
1
-15
/
+15
*
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
Coly Li
2018-12-13
1
-0
/
+40
*
bcache: add MODULE_DESCRIPTION information
Coly Li
2018-12-13
1
-3
/
+4
*
bcache: do not check if debug dentry is ERR or NULL explicitly on remove
Shenghui Wang
2018-12-13
1
-2
/
+1
*
bcache: panic fix for making cache device
Dongbo Cao
2018-10-08
1
-0
/
+8
*
bcache: split combined if-condition code into separate ones
Dongbo Cao
2018-10-08
1
-14
/
+76
*
bcache: remove useless parameter of bch_debug_init()
Dongbo Cao
2018-10-08
1
-1
/
+1
*
bcache: recal cached_dev_sectors on detach
Shenghui Wang
2018-10-08
1
-0
/
+1
*
bcache: correct dirty data statistics
Tang Junhui
2018-10-08
1
-1
/
+2
*
bcache: fix ioctl in flash device
Tang Junhui
2018-10-08
1
-4
/
+0
*
bcache: account size of buckets used in uuid write to ca->meta_sectors_written
Shenghui Wang
2018-10-08
1
-0
/
+5
*
bcache: add separate workqueue for journal_write to avoid deadlock
Guoju Fang
2018-09-27
1
-0
/
+8
*
bcache: add the missing comments for smp_mb()/smp_wmb()
Coly Li
2018-08-11
1
-1
/
+1
*
bcache: add missing SPDX header
Coly Li
2018-08-11
1
-0
/
+1
*
bcache: move open brace at end of function definitions to next line
Coly Li
2018-08-11
1
-3
/
+6
*
bcache: fix code comments style
Coly Li
2018-08-11
1
-9
/
+13
*
bcache: replace printk() by pr_*() routines
Coly Li
2018-08-11
1
-2
/
+2
*
bcache: style fixes for lines over 80 characters
Coly Li
2018-08-11
1
-6
/
+12
*
bcache: add identifier names to arguments of function definitions
Coly Li
2018-08-11
1
-2
/
+2
*
bcache: style fix to add a blank line after declarations
Coly Li
2018-08-11
1
-1
/
+12
*
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
2018-08-11
1
-17
/
+17
*
bcache: set max writeback rate when I/O request is idle
Coly Li
2018-08-09
1
-0
/
+4
*
bcache: add a comment in super.c
Coly Li
2018-08-09
1
-0
/
+1
*
bcache: do not check return value of debugfs_create_dir()
Coly Li
2018-08-09
1
-1
/
+3
*
bcache: stop using the deprecated get_seconds()
Arnd Bergmann
2018-07-27
1
-6
/
+6
*
bcache: do not assign in if condition in bcache_device_init()
Florian Schmaus
2018-07-27
1
-5
/
+11
*
bcache: do not assign in if condition in bcache_init()
Florian Schmaus
2018-07-27
1
-3
/
+9
*
bcache: do not assign in if condition register_bcache()
Florian Schmaus
2018-07-27
1
-2
/
+6
*
bcache: simplify the calculation of the total amount of flash dirty data
Tang Junhui
2018-07-27
1
-0
/
+2
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-3
/
+4
*
bcache: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-24
/
+14
*
bcache: Move couple of string arrays to sysfs.c
Andy Shevchenko
2018-05-28
1
-18
/
+0
*
bcache: stop bcache device when backing device is offline
Coly Li
2018-05-28
1
-0
/
+53
*
bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set
Coly Li
2018-05-03
1
-1
/
+1
[next]