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.13.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-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
2020-09-22
dm: fix comment in dm_process_bio()
Mike Snitzer
1
-1
/
+3
2020-09-22
dm: fix bio splitting and its bio completion order for regular IO
Mike Snitzer
1
-21
/
+2
2020-09-20
dm: Call proper helper to determine dax support
Jan Kara
1
-3
/
+7
2020-09-20
dm/dax: Fix table reference counts
Dan Williams
1
-2
/
+3
2020-09-12
bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
Song Liu
1
-4
/
+6
2020-09-12
md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
Song Liu
1
-4
/
+4
2020-09-10
md: use bdev_check_media_change
Christoph Hellwig
1
-1
/
+1
2020-09-02
dm thin metadata: Fix use-after-free in dm_bm_set_read_only
Ye Bin
2
-7
/
+9
2020-09-02
dm thin metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
1
-2
/
+6
2020-09-02
dm cache metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
1
-2
/
+6
2020-09-02
block: remove revalidate_disk()
Christoph Hellwig
1
-1
/
+1
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
4
-10
/
+10
2020-09-02
block: fix locking for struct block_device size updates
Christoph Hellwig
1
-13
/
+2
2020-09-01
dm integrity: fix error reporting in bitmap mode after creation
Mikulas Patocka
1
-0
/
+12
2020-09-01
dm crypt: Initialize crypto wait structures
Damien Le Moal
1
-2
/
+2
2020-09-01
dm mpath: fix racey management of PG initialization
Mike Snitzer
1
-7
/
+15
2020-09-01
dm writecache: handle DAX to partitions on persistent memory correctly
Mikulas Patocka
1
-2
/
+10
2020-08-29
Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+5
2020-08-28
md/raid5: make sure stripe_size as power of two
Yufen Yu
1
-2
/
+5
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
8
-16
/
+16
2020-08-16
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-7
/
+11
2020-08-11
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+2
2020-08-07
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
13
-111
/
+326
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-19
/
+19
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2
-19
/
+19
2020-08-07
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2020-08-07
Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-27
/
+317
2020-08-07
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
2
-7
/
+11
[prev]
[next]