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
starfive-6.6.48-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-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
2018-02-07
bcache: fix for data collapse after re-attaching an attached device
Tang Junhui
1
-4
/
+6
2018-02-07
bcache: fix for allocator and register thread race
Tang Junhui
1
-1
/
+12
2018-02-07
bcache: set error_limit correctly
Coly Li
1
-1
/
+1
2018-01-08
bcache: fix misleading error message in bch_count_io_errors()
Coly Li
1
-1
/
+3
2018-01-08
bcache: reduce cache_set devices iteration by devices_max_used
Coly Li
1
-3
/
+6
2018-01-08
bcache: stop writeback thread after detaching
Tang Junhui
1
-0
/
+6
2018-01-06
block: convert to bio_first_bvec_all & bio_first_page_all
Ming Lei
1
-4
/
+4
2017-10-31
bcache: explicitly destroy mutex while exiting
Liang Chen
1
-2
/
+4
2017-10-31
bcache: convert cached_dev.count from atomic_t to refcount_t
Elena Reshetova
1
-3
/
+3
2017-10-16
bcache: Remove redundant set_capacity
Yijing Wang
1
-3
/
+0
2017-10-16
bcache: rewrite multiple partitions support
Coly Li
1
-12
/
+25
2017-09-07
bcache: initialize dirty stripes in flash_dev_run()
Tang Junhui
1
-1
/
+2
2017-09-06
bcache: silence static checker warning
Dan Carpenter
1
-3
/
+0
2017-09-06
bcache: fix for gc and write-back race
Tang Junhui
1
-0
/
+2
2017-09-06
bcache: Fix leak of bdev reference
Jan Kara
1
-0
/
+2
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-3
/
+3
2017-06-18
blk: make the bioset rescue_workqueue optional.
NeilBrown
1
-2
/
+6
2017-06-18
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
NeilBrown
1
-2
/
+2
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-3
/
+3
2017-05-09
drivers/md/bcache/super.c: use kvmalloc
Michal Hocko
1
-6
/
+2
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
1
-4
/
+4
2016-12-17
bcache: partition support: add 16 minors per bcacheN device
Eric Wheeler
1
-1
/
+4
2016-12-17
bcache: Make gc wakeup sane, remove set_task_state()
Kent Overstreet
1
-0
/
+2
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
1
-9
/
+3
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-2
/
+2
2016-08-19
bcache: pr_err: more meaningful error message when nr_stripes is invalid
Eric Wheeler
1
-1
/
+2
2016-08-19
bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.
Kent Overstreet
1
-1
/
+1
2016-08-19
bcache: register_bcache(): call blkdev_put() when cache_alloc() fails
Eric Wheeler
1
-2
/
+7
[next]