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