index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-09
bcache: fix indentation issue, remove tabs on a hunk of code
Colin Ian King
1
-15
/
+15
2018-12-13
bcache: make cutoff_writeback and cutoff_writeback_sync tunable
Coly Li
1
-0
/
+40
2018-12-13
bcache: add MODULE_DESCRIPTION information
Coly Li
1
-3
/
+4
2018-12-13
bcache: do not check if debug dentry is ERR or NULL explicitly on remove
Shenghui Wang
1
-2
/
+1
2018-10-08
bcache: panic fix for making cache device
Dongbo Cao
1
-0
/
+8
2018-10-08
bcache: split combined if-condition code into separate ones
Dongbo Cao
1
-14
/
+76
2018-10-08
bcache: remove useless parameter of bch_debug_init()
Dongbo Cao
1
-1
/
+1
2018-10-08
bcache: recal cached_dev_sectors on detach
Shenghui Wang
1
-0
/
+1
2018-10-08
bcache: correct dirty data statistics
Tang Junhui
1
-1
/
+2
2018-10-08
bcache: fix ioctl in flash device
Tang Junhui
1
-4
/
+0
2018-10-08
bcache: account size of buckets used in uuid write to ca->meta_sectors_written
Shenghui Wang
1
-0
/
+5
2018-09-27
bcache: add separate workqueue for journal_write to avoid deadlock
Guoju Fang
1
-0
/
+8
2018-08-11
bcache: add the missing comments for smp_mb()/smp_wmb()
Coly Li
1
-1
/
+1
2018-08-11
bcache: add missing SPDX header
Coly Li
1
-0
/
+1
2018-08-11
bcache: move open brace at end of function definitions to next line
Coly Li
1
-3
/
+6
2018-08-11
bcache: fix code comments style
Coly Li
1
-9
/
+13
2018-08-11
bcache: replace printk() by pr_*() routines
Coly Li
1
-2
/
+2
2018-08-11
bcache: style fixes for lines over 80 characters
Coly Li
1
-6
/
+12
2018-08-11
bcache: add identifier names to arguments of function definitions
Coly Li
1
-2
/
+2
2018-08-11
bcache: style fix to add a blank line after declarations
Coly Li
1
-1
/
+12
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
1
-17
/
+17
2018-08-09
bcache: set max writeback rate when I/O request is idle
Coly Li
1
-0
/
+4
2018-08-09
bcache: add a comment in super.c
Coly Li
1
-0
/
+1
2018-08-09
bcache: do not check return value of debugfs_create_dir()
Coly Li
1
-1
/
+3
2018-07-27
bcache: stop using the deprecated get_seconds()
Arnd Bergmann
1
-6
/
+6
2018-07-27
bcache: do not assign in if condition in bcache_device_init()
Florian Schmaus
1
-5
/
+11
2018-07-27
bcache: do not assign in if condition in bcache_init()
Florian Schmaus
1
-3
/
+9
2018-07-27
bcache: do not assign in if condition register_bcache()
Florian Schmaus
1
-2
/
+6
2018-07-27
bcache: simplify the calculation of the total amount of flash dirty data
Tang Junhui
1
-0
/
+2
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-2
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+4
2018-05-30
bcache: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-24
/
+14
2018-05-28
bcache: Move couple of string arrays to sysfs.c
Andy Shevchenko
1
-18
/
+0
2018-05-28
bcache: stop bcache device when backing device is offline
Coly Li
1
-0
/
+53
2018-05-03
bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set
Coly Li
1
-1
/
+1
2018-05-03
bcache: set dc->io_disable to true in conditional_stop_bcache_device()
Coly Li
1
-0
/
+14
2018-05-03
bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
Coly Li
1
-0
/
+17
2018-05-03
bcache: store disk name in struct cache and struct cached_dev
Coly Li
1
-23
/
+21
2018-04-05
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-24
/
+136
2018-03-18
bcache: Fix a compiler warning in bcache_device_init()
Bart Van Assche
1
-3
/
+3
2018-03-18
bcache: add io_disable to struct cached_dev
Coly Li
1
-0
/
+21
2018-03-18
bcache: add backing_request_endio() for bi_end_io
Coly Li
1
-0
/
+1
2018-03-18
bcache: move closure debug file into debug directory
Chengguang Xu
1
-2
/
+1
2018-03-18
bcache: add stop_when_cache_set_failed option to backing device
Coly Li
1
-10
/
+68
2018-03-18
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
1
-1
/
+5
2018-03-18
bcache: stop dc->writeback_rate_update properly
Coly Li
1
-4
/
+34
2018-03-18
bcache: fix cached_dev->count usage for bch_cache_set_error()
Coly Li
1
-1
/
+0
2018-03-08
bcache: Use the blk_queue_flag_{set,clear}() functions
Bart Van Assche
1
-3
/
+3
2018-03-05
bcache: don't attach backing with duplicate UUID
Michael Lyle
1
-0
/
+11
2018-03-05
bcache: fix crashes in duplicate cache device register
Tang Junhui
1
-6
/
+10
[next]