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.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-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
/
md.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-51
/
+65
|
\
|
*
md: add comments in md_integrity_register
Guoqing Jiang
2021-06-14
1
-0
/
+6
|
*
md: check level before create and exit io_acct_set
Guoqing Jiang
2021-06-14
1
-6
/
+14
|
*
md: Constify attribute_group structs
Rikard Falkeborn
2021-06-14
1
-3
/
+3
|
*
md: add io accounting for raid0 and raid5
Guoqing Jiang
2021-06-14
1
-3
/
+48
|
*
md: revert io stats accounting
Guoqing Jiang
2021-06-14
1
-45
/
+0
*
|
md: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2021-06-01
1
-16
/
+9
|
/
*
md-cluster: fix use-after-free issue when removing rdev
Heming Zhao
2021-04-23
1
-4
/
+4
*
md: do not return existing mddevs from mddev_find_or_alloc
Christoph Hellwig
2021-04-15
1
-23
/
+23
*
md: refactor mddev_find_or_alloc
Christoph Hellwig
2021-04-15
1
-36
/
+24
*
md: factor out a mddev_alloc_unit helper from mddev_find
Christoph Hellwig
2021-04-15
1
-20
/
+27
*
md: split mddev_find
Christoph Hellwig
2021-04-07
1
-5
/
+19
*
md: factor out a mddev_find_locked helper from mddev_find
Christoph Hellwig
2021-04-07
1
-13
/
+19
*
md: md_open returns -EBUSY when entering racing area
Zhao Heming
2021-04-07
1
-2
/
+1
*
md: Fix missing unused status line of /proc/mdstat
Jan Glauber
2021-03-24
1
-1
/
+5
*
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
2021-03-24
1
-0
/
+20
*
md: use rdev_read_only in restart_array
Christoph Hellwig
2021-02-01
1
-1
/
+1
*
md: check for NULL ->meta_bdev before calling bdev_read_only
Christoph Hellwig
2021-02-01
1
-5
/
+8
*
md: remove md_bio_alloc_sync
Christoph Hellwig
2021-01-27
1
-9
/
+1
*
md: simplify sync_page_io
Christoph Hellwig
2021-01-27
1
-13
/
+13
*
md: remove bio_alloc_mddev
Christoph Hellwig
2021-01-27
1
-11
/
+1
*
block: use ->bi_bdev for bio based I/O accounting
Christoph Hellwig
2021-01-24
1
-4
/
+4
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
1
-1
/
+1
*
md: Set prev_flush_start and flush_bio in an atomic way
Xiao Ni
2021-01-20
1
-0
/
+2
*
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-10
/
+23
|
\
|
*
md/cluster: fix deadlock when node is doing resync job
Zhao Heming
2020-11-30
1
-2
/
+4
|
*
md/cluster: block reshape with remote resync job
Zhao Heming
2020-11-30
1
-2
/
+6
|
*
md: use current request time as base for ktime comparisons
Pankaj Gupta
2020-11-30
1
-2
/
+2
|
*
md: add comments in md_flush_request()
Pankaj Gupta
2020-11-30
1
-0
/
+4
|
*
md: improve variable names in md_flush_request()
Pankaj Gupta
2020-11-30
1
-4
/
+4
|
*
md: fix a warning caused by a race between concurrent md_ioctl()s
Dae R. Jeong
2020-11-30
1
-2
/
+5
*
|
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-63
/
+52
|
\
\
|
*
|
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
2020-12-04
1
-3
/
+2
|
*
|
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
1
-2
/
+2
|
*
|
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
2020-12-01
1
-1
/
+1
|
*
|
block: add a bdev_kobj helper
Christoph Hellwig
2020-12-01
1
-3
/
+1
|
*
|
md: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-14
/
+10
|
|
/
|
*
md: use __register_blkdev to allocate devices on demand
Christoph Hellwig
2020-11-16
1
-13
/
+8
|
*
md: implement ->set_read_only to hook into BLKROSET processing
Christoph Hellwig
2020-11-16
1
-31
/
+31
*
|
Revert "md: add md_submit_discard_bio() for submitting discard bio"
Song Liu
2020-12-09
1
-20
/
+0
|
/
*
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-1
/
+21
|
\
|
*
md: fix the checking of wrong work queue
Guoqing Jiang
2020-10-08
1
-1
/
+1
|
*
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
2020-09-24
1
-0
/
+20
*
|
md: don't detour through bd_contains for the gendisk
Christoph Hellwig
2020-09-25
1
-1
/
+1
*
|
md: compare bd_disk instead of bd_contains
Christoph Hellwig
2020-09-25
1
-4
/
+3
|
/
*
md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
Song Liu
2020-09-11
1
-4
/
+4
*
md: use bdev_check_media_change
Christoph Hellwig
2020-09-10
1
-1
/
+1
*
block: add a new revalidate_disk_size helper
Christoph Hellwig
2020-09-02
1
-5
/
+5
*
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-15
1
-7
/
+10
|
\
|
*
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
2020-08-06
1
-7
/
+10
|
|
\
[next]