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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-11
bcache: fix a regression of code compiling failure in debug.c
Coly Li
1
-1
/
+1
2021-04-11
bcache: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
1
-3
/
+3
2021-04-11
md: bcache: Trivial typo fixes in the file journal.c
Bhaskar Chowdhury
1
-2
/
+2
2021-04-11
md: bcache: avoid -Wempty-body warnings
Arnd Bergmann
1
-1
/
+1
2021-04-11
bcache: use NULL instead of using plain integer as pointer
Yang Li
1
-1
/
+1
2021-04-11
bcache: remove PTR_CACHE
Christoph Hellwig
8
-23
/
+14
2021-04-11
bcache: reduce redundant code in bch_cached_dev_run()
Zhiqiang Liu
1
-13
/
+12
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-1
/
+1
2021-02-21
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-12
/
+131
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-17
/
+26
2021-02-10
bcache: Avoid comma separated statements
Joe Perches
2
-6
/
+12
2021-02-10
bcache: Move journal work to new flush wq
Kai Krakow
3
-2
/
+19
2021-02-10
bcache: Give btree_io_wq correct semantics again
Kai Krakow
1
-1
/
+1
2021-02-10
Revert "bcache: Kill btree_io_wq"
Kai Krakow
3
-2
/
+25
2021-02-10
bcache: Fix register_device_aync typo
Kai Krakow
1
-2
/
+2
2021-02-10
bcache: consider the fragmentation when update the writeback rate
dongdong tao
4
-0
/
+73
2021-01-28
bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WI...
Coly Li
1
-0
/
+6
2021-01-26
bcache: use bio_set_dev to assign ->bi_bdev
Christoph Hellwig
1
-1
/
+1
2021-01-25
bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'
Ming Lei
1
-1
/
+1
2021-01-25
block: use ->bi_bdev for bio based I/O accounting
Christoph Hellwig
1
-13
/
+21
2021-01-25
block: store a block_device pointer in struct bio
Christoph Hellwig
2
-4
/
+5
2021-01-09
bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...
Coly Li
1
-0
/
+15
2021-01-09
bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket
Coly Li
3
-7
/
+28
2021-01-09
bcache: check unsupported feature sets for bcache register
Coly Li
2
-0
/
+29
2021-01-09
bcache: fix typo from SUUP to SUPP in features.h
Coly Li
1
-3
/
+3
2021-01-09
bcache: set pdev_set_uuid before scond loop iteration
Yi Li
1
-1
/
+1
2020-12-23
md/bcache: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-23
bcache:remove a superfluous check in register_bcache
Yi Li
1
-2
/
+0
2020-12-17
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-9
/
+9
2020-12-07
bcache: fix race between setting bdev state to none and new write request dir...
Dongsheng Yang
2
-9
/
+9
2020-12-02
block: switch partition lookup to use struct block_device
Christoph Hellwig
1
-2
/
+2
2020-12-02
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-1
/
+1
2020-12-02
block: remove i_bdev
Christoph Hellwig
1
-9
/
+11
2020-12-02
block: add a bdev_kobj helper
Christoph Hellwig
1
-5
/
+2
2020-11-16
block: remove __blkdev_driver_ioctl
Christoph Hellwig
1
-2
/
+3
2020-10-02
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
11
-59
/
+46
2020-10-02
bcache: check and set sync status on cache's in-memory super block
Coly Li
4
-10
/
+7
2020-10-02
bcache: remove can_attach_cache()
Coly Li
1
-10
/
+0
2020-10-02
bcache: don't check seq numbers in register_cache_set()
Coly Li
1
-15
/
+0
2020-10-02
bcache: only use bucket_bytes() on struct cache
Coly Li
2
-2
/
+2
2020-10-02
bcache: remove useless bucket_pages()
Coly Li
1
-1
/
+0
2020-10-02
bcache: remove useless alloc_bucket_pages()
Coly Li
1
-3
/
+0
2020-10-02
bcache: only use block_bytes() on struct cache
Coly Li
7
-24
/
+24
2020-10-02
bcache: add set_uuid in struct cache_set
Coly Li
3
-13
/
+14
2020-10-02
bcache: remove for_each_cache()
Coly Li
6
-294
/
+237
2020-10-02
bcache: explicitly make cache_set only have single cache
Coly Li
3
-17
/
+12
2020-10-02
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
4
-24
/
+19
2020-10-02
bcache: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-13
/
+3
2020-10-02
bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
Dongsheng Yang
1
-1
/
+1
2020-10-02
bcache: share register sysfs with async register
Coly Li
1
-5
/
+7
[next]