index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
24
-620
/
+1032
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-119
/
+106
2020-10-12
Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+9
2020-10-09
md/raid5: fix oops during stripe resizing
Song Liu
1
-2
/
+2
2020-10-09
md/bitmap: fix memory leak of temporary bitmap
Zhao Heming
2
-1
/
+3
2020-10-09
md: fix the checking of wrong work queue
Guoqing Jiang
1
-1
/
+1
2020-10-09
md/bitmap: md_bitmap_get_counter returns wrong blocks
Zhao Heming
1
-1
/
+1
2020-10-09
md/bitmap: md_bitmap_read_sb uses wrong bitmap blocks
Zhao Heming
1
-2
/
+2
2020-10-09
md/raid0: remove unused function is_io_in_chunk_boundary()
Jason Yan
1
-17
/
+0
2020-10-06
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
1
-6
/
+9
2020-10-05
block: make bio_crypt_clone() able to fail
Eric Biggers
1
-3
/
+4
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
2020-09-25
dm: add support for REQ_NOWAIT and enable it for linear target
Konstantin Khlebnikov
3
-3
/
+38
2020-09-25
md: don't detour through bd_contains for the gendisk
Christoph Hellwig
2
-2
/
+2
2020-09-25
md: compare bd_disk instead of bd_contains
Christoph Hellwig
1
-4
/
+3
2020-09-25
block: add a bdev_is_partition helper
Christoph Hellwig
1
-1
/
+1
2020-09-25
md/raid10: improve discard request for far layout
Xiao Ni
2
-23
/
+64
2020-09-25
md/raid10: improve raid10 discard request
Xiao Ni
1
-1
/
+255
2020-09-25
md/raid10: pull codes that wait for blocked dev into one function
Xiao Ni
1
-51
/
+67
2020-09-25
md/raid10: extend r10bio devs to raid disks
Xiao Ni
1
-5
/
+4
2020-09-25
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
3
-12
/
+24
2020-09-25
md: Simplify code with existing definition RESYNC_SECTORS in raid10.c
Zhen Lei
1
-4
/
+4
2020-09-25
md/raid5: reallocate page array after setting new stripe_size
Yufen Yu
1
-0
/
+20
2020-09-25
md/raid5: resize stripe_head when reshape array
Yufen Yu
1
-0
/
+24
2020-09-25
md/raid5: let multiple devices of stripe_head share page
Yufen Yu
2
-3
/
+114
2020-09-25
md/raid6: let async recovery function support different page offset
Yufen Yu
1
-2
/
+2
2020-09-25
md/raid6: let syndrome computor support different page offset
Yufen Yu
1
-12
/
+24
2020-09-25
md/raid5: convert to new xor compution interface
Yufen Yu
1
-9
/
+34
2020-09-25
md/raid5: make async_copy_data() to support different page offset
Yufen Yu
1
-3
/
+5
2020-09-25
md/raid5: add a new member of offset into r5dev
Yufen Yu
2
-11
/
+40
2020-09-25
md: only calculate blocksize once and use i_blocksize()
Xianting Tian
1
-3
/
+4
2020-09-24
Merge branch 'for-5.10/block' into for-5.10/drivers
Jens Axboe
12
-106
/
+58
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2
-7
/
+7
2020-09-24
block: lift setting the readahead size into the block layer
Christoph Hellwig
5
-56
/
+3
2020-09-24
md: update the optimal I/O size on reshape
Christoph Hellwig
2
-10
/
+22
2020-09-24
bcache: inherit the optimal I/O size
Christoph Hellwig
1
-0
/
+2
[next]