index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-14
md: add comments in md_integrity_register
Guoqing Jiang
1
-0
/
+6
2021-06-14
md: check level before create and exit io_acct_set
Guoqing Jiang
1
-6
/
+14
2021-06-14
md: Constify attribute_group structs
Rikard Falkeborn
1
-3
/
+3
2021-06-14
md: add io accounting for raid0 and raid5
Guoqing Jiang
1
-3
/
+48
2021-06-14
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-07
md: split mddev_find
Christoph Hellwig
1
-5
/
+19
2021-04-07
md: factor out a mddev_find_locked helper from mddev_find
Christoph Hellwig
1
-13
/
+19
2021-04-07
md: md_open returns -EBUSY when entering racing area
Zhao Heming
1
-2
/
+1
2021-03-24
md: Fix missing unused status line of /proc/mdstat
Jan Glauber
1
-1
/
+5
2021-03-24
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-24
block: use ->bi_bdev for bio based I/O accounting
Christoph Hellwig
1
-4
/
+4
2021-01-24
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-16
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-09
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-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
1
-2
/
+2
2020-12-01
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
1
-1
/
+1
2020-12-01
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
2020-11-30
md: fix a warning caused by a race between concurrent md_ioctl()s
Dae R. Jeong
1
-2
/
+5
2020-11-16
md: use set_capacity_and_notify
Christoph Hellwig
1
-14
/
+10
2020-11-16
md: use __register_blkdev to allocate devices on demand
Christoph Hellwig
1
-13
/
+8
2020-11-16
md: implement ->set_read_only to hook into BLKROSET processing
Christoph Hellwig
1
-31
/
+31
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+21
2020-10-08
md: fix the checking of wrong work queue
Guoqing Jiang
1
-1
/
+1
2020-09-25
md: don't detour through bd_contains for the gendisk
Christoph Hellwig
1
-1
/
+1
2020-09-25
md: compare bd_disk instead of bd_contains
Christoph Hellwig
1
-4
/
+3
2020-09-24
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
1
-0
/
+20
2020-09-11
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
block: add a new revalidate_disk_size helper
Christoph Hellwig
1
-5
/
+5
2020-08-15
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+10
2020-08-07
Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-27
/
+11
[next]