index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
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
1
-9
/
+0
2020-12-07
bcache: fix race between setting bdev state to none and new write request dir...
Dongsheng Yang
1
-9
/
+0
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-10-02
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
1
-30
/
+17
2020-10-02
bcache: check and set sync status on cache's in-memory super block
Coly Li
1
-5
/
+2
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: remove useless alloc_bucket_pages()
Coly Li
1
-3
/
+0
2020-10-02
bcache: only use block_bytes() on struct cache
Coly Li
1
-1
/
+1
2020-10-02
bcache: add set_uuid in struct cache_set
Coly Li
1
-12
/
+12
2020-10-02
bcache: remove for_each_cache()
Coly Li
1
-67
/
+48
2020-10-02
bcache: explicitly make cache_set only have single cache
Coly Li
1
-11
/
+8
2020-10-02
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
1
-1
/
+1
2020-10-02
bcache: share register sysfs with async register
Coly Li
1
-5
/
+7
2020-09-24
block: lift setting the readahead size into the block layer
Christoph Hellwig
1
-3
/
+0
2020-09-24
bcache: inherit the optimal I/O size
Christoph Hellwig
1
-0
/
+2
2020-08-05
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-89
/
+188
2020-07-25
bcache: avoid extra memory consumption in struct bbio for large bucket size
Coly Li
1
-1
/
+1
2020-07-25
bcache: avoid extra memory allocation from mempool c->fill_iter
Coly Li
1
-1
/
+1
2020-07-25
bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
Coly Li
1
-4
/
+19
2020-07-25
bcache: handle btree node memory allocation properly for bucket size > 8MB
Coly Li
1
-1
/
+1
2020-07-25
bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...
Coly Li
1
-5
/
+5
2020-07-25
bcache: handle c->uuids properly for bucket size > 8MB
Coly Li
1
-4
/
+6
2020-07-25
bcache: introduce meta_bucket_pages() related helper routines
Coly Li
1
-0
/
+3
2020-07-25
bcache: move bucket related code into read_super_common()
Coly Li
1
-5
/
+5
2020-07-25
bcache: increase super block version for cache device and backing device
Coly Li
1
-3
/
+29
2020-07-25
bcache: fix super block seq numbers comparision in register_cache_set()
Coly Li
1
-1
/
+8
2020-07-25
bcache: disassemble the big if() checks in bch_cache_set_alloc()
Coly Li
1
-15
/
+37
2020-07-25
bcache: add more accurate error information in read_super_common()
Coly Li
1
-5
/
+14
2020-07-25
bcache: add read_super_common() to read major part of super block
Coly Li
1
-48
/
+63
2020-07-25
bcache: avoid nr_stripes overflow in bcache_device_init()
Coly Li
1
-6
/
+6
2020-07-25
bcache: allocate meta data pages as compound pages
Coly Li
1
-1
/
+1
2020-07-25
bcache: Fix typo in Kconfig name
Jean Delvare
1
-1
/
+1
2020-07-09
writeback: remove bdi->congested_fn
Christoph Hellwig
1
-1
/
+0
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
1
-7
/
+16
2020-07-01
bcache: stop setting ->queuedata
Christoph Hellwig
1
-1
/
+0
2020-06-15
bcache: pr_info() format clean up in bcache_device_init()
Coly Li
1
-2
/
+1
2020-06-15
bcache: use delayed kworker fo asynchronous devices registration
Coly Li
1
-6
/
+8
2020-06-15
bcache: check and adjust logical block size for backing devices
Mauricio Faria de Oliveira
1
-3
/
+19
2020-05-27
bcache: configure the asynchronous registertion to be experimental
Coly Li
1
-0
/
+2
2020-05-27
bcache: asynchronous devices registration
Coly Li
1
-0
/
+100
2020-05-27
bcache: fix refcount underflow in bcache_device_free()
Coly Li
1
-2
/
+5
2020-05-27
bcache: Convert pr_<level> uses to a more typical style
Joe Perches
1
-61
/
+62
2020-03-27
block: simplify queue allocation
Christoph Hellwig
1
-2
/
+1
2020-03-27
bcache: pass the make_request methods to blk_queue_make_request
Christoph Hellwig
1
-4
/
+6
2020-02-13
bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"
Coly Li
1
-17
/
+0
2020-02-01
bcache: check return value of prio_read()
Coly Li
1
-5
/
+16
[next]