index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-12
bcache: add the missing comments for smp_mb()/smp_wmb()
Coly Li
1
-1
/
+1
2018-08-12
bcache: add missing SPDX header
Coly Li
1
-0
/
+1
2018-08-12
bcache: move open brace at end of function definitions to next line
Coly Li
1
-3
/
+6
2018-08-12
bcache: fix code comments style
Coly Li
1
-9
/
+13
2018-08-12
bcache: replace printk() by pr_*() routines
Coly Li
1
-2
/
+2
2018-08-12
bcache: style fixes for lines over 80 characters
Coly Li
1
-6
/
+12
2018-08-12
bcache: add identifier names to arguments of function definitions
Coly Li
1
-2
/
+2
2018-08-12
bcache: style fix to add a blank line after declarations
Coly Li
1
-1
/
+12
2018-08-12
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-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-2
/
+2
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+4
2018-05-31
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-06
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-24
/
+136
2018-03-19
bcache: Fix a compiler warning in bcache_device_init()
Bart Van Assche
1
-3
/
+3
2018-03-19
bcache: add io_disable to struct cached_dev
Coly Li
1
-0
/
+21
2018-03-19
bcache: add backing_request_endio() for bi_end_io
Coly Li
1
-0
/
+1
2018-03-19
bcache: move closure debug file into debug directory
Chengguang Xu
1
-2
/
+1
2018-03-19
bcache: add stop_when_cache_set_failed option to backing device
Coly Li
1
-10
/
+68
2018-03-19
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
1
-1
/
+5
2018-03-19
bcache: stop dc->writeback_rate_update properly
Coly Li
1
-4
/
+34
2018-03-19
bcache: fix cached_dev->count usage for bch_cache_set_error()
Coly Li
1
-1
/
+0
2018-03-09
bcache: Use the blk_queue_flag_{set,clear}() functions
Bart Van Assche
1
-3
/
+3
2018-03-06
bcache: don't attach backing with duplicate UUID
Michael Lyle
1
-0
/
+11
2018-03-06
bcache: fix crashes in duplicate cache device register
Tang Junhui
1
-6
/
+10
2018-02-27
bcache: correct flash only vols (check all uuids)
Coly Li
1
-1
/
+1
[next]