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
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-15
md: Flush workqueue md_rdev_misc_wq in md_alloc()
David Sloan
1
-0
/
+1
2022-08-31
md: call __md_stop_writes in md_stop
Guoqing Jiang
1
-0
/
+1
2022-08-31
Revert "md-raid: destroy the bitmap after destroying the thread"
Guoqing Jiang
1
-1
/
+1
2022-08-25
md: Notify sysfs sync_completed in md_reap_sync_thread()
Logan Gunthorpe
1
-0
/
+1
2022-08-17
md-raid: destroy the bitmap after destroying the thread
Mikulas Patocka
1
-1
/
+1
2022-06-14
md: protect md_unregister_thread from reentrancy
Guoqing Jiang
1
-5
/
+10
2022-06-09
md: fix double free of io_acct_set bioset
Xiao Ni
1
-4
/
+0
2022-06-09
md: fix an incorrect NULL check in md_reload_sb
Xiaomeng Tong
1
-4
/
+6
2022-06-09
md: fix an incorrect NULL check in does_sb_need_changing
Xiaomeng Tong
1
-3
/
+5
2022-03-16
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
1
-0
/
+1
2022-01-27
md: Move alloc/free acct bioset in to personality
Xiao Ni
1
-10
/
+17
2021-12-14
md: fix update super 1.0 on rdev size change
Markus Hochholdinger
1
-0
/
+1
2021-11-18
md: update superblock after changing rdev flags in state_store
Xiao Ni
1
-1
/
+10
2021-09-22
md: fix a lock order reversal in md_alloc
Christoph Hellwig
1
-5
/
+0
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-51
/
+65
2021-06-15
md: add comments in md_integrity_register
Guoqing Jiang
1
-0
/
+6
2021-06-15
md: check level before create and exit io_acct_set
Guoqing Jiang
1
-6
/
+14
2021-06-15
md: Constify attribute_group structs
Rikard Falkeborn
1
-3
/
+3
2021-06-15
md: add io accounting for raid0 and raid5
Guoqing Jiang
1
-3
/
+48
2021-06-15
md: revert io stats accounting
Guoqing Jiang
1
-45
/
+0
2021-06-01
md: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
1
-16
/
+9
2021-04-23
md-cluster: fix use-after-free issue when removing rdev
Heming Zhao
1
-4
/
+4
2021-04-15
md: do not return existing mddevs from mddev_find_or_alloc
Christoph Hellwig
1
-23
/
+23
2021-04-15
md: refactor mddev_find_or_alloc
Christoph Hellwig
1
-36
/
+24
2021-04-15
md: factor out a mddev_alloc_unit helper from mddev_find
Christoph Hellwig
1
-20
/
+27
2021-04-08
md: split mddev_find
Christoph Hellwig
1
-5
/
+19
2021-04-08
md: factor out a mddev_find_locked helper from mddev_find
Christoph Hellwig
1
-13
/
+19
2021-04-08
md: md_open returns -EBUSY when entering racing area
Zhao Heming
1
-2
/
+1
2021-03-25
md: Fix missing unused status line of /proc/mdstat
Jan Glauber
1
-1
/
+5
2021-03-25
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
1
-0
/
+20
2021-02-01
md: use rdev_read_only in restart_array
Christoph Hellwig
1
-1
/
+1
2021-02-01
md: check for NULL ->meta_bdev before calling bdev_read_only
Christoph Hellwig
1
-5
/
+8
2021-01-27
md: remove md_bio_alloc_sync
Christoph Hellwig
1
-9
/
+1
2021-01-27
md: simplify sync_page_io
Christoph Hellwig
1
-13
/
+13
2021-01-27
md: remove bio_alloc_mddev
Christoph Hellwig
1
-11
/
+1
2021-01-25
block: use ->bi_bdev for bio based I/O accounting
Christoph Hellwig
1
-4
/
+4
2021-01-25
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-1
/
+1
2021-01-20
md: Set prev_flush_start and flush_bio in an atomic way
Xiao Ni
1
-0
/
+2
2020-12-17
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+23
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-63
/
+52
2020-12-10
Revert "md: add md_submit_discard_bio() for submitting discard bio"
Song Liu
1
-20
/
+0
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
1
-3
/
+2
2020-12-02
block: switch partition lookup to use struct block_device
Christoph Hellwig
1
-2
/
+2
2020-12-02
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
1
-1
/
+1
2020-12-02
block: add a bdev_kobj helper
Christoph Hellwig
1
-3
/
+1
2020-11-30
md/cluster: fix deadlock when node is doing resync job
Zhao Heming
1
-2
/
+4
2020-11-30
md/cluster: block reshape with remote resync job
Zhao Heming
1
-2
/
+6
2020-11-30
md: use current request time as base for ktime comparisons
Pankaj Gupta
1
-2
/
+2
2020-11-30
md: add comments in md_flush_request()
Pankaj Gupta
1
-0
/
+4
2020-11-30
md: improve variable names in md_flush_request()
Pankaj Gupta
1
-4
/
+4
[next]