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
2020-07-21
md-cluster: fix rmmod issue when md_cluster convert bitmap to none
Zhao Heming
1
-0
/
+1
2020-07-21
md-cluster: fix safemode_delay value when converting to clustered bitmap
Zhao Heming
1
-2
/
+9
2020-07-15
md: Fix compilation warning
Damien Le Moal
1
-6
/
+6
2020-07-14
md: fix deadlock causing by sysfs_notify
Junxiao Bi
1
-14
/
+30
2020-07-13
md: improve io stats accounting
Artur Paszkiewicz
1
-12
/
+45
2020-07-13
md: raid0/linear: fix dereference before null check on pointer mddev
Colin Ian King
1
-4
/
+5
2020-07-01
block: remove the bd_queue field from struct block_device
Christoph Hellwig
1
-1
/
+1
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
1
-2
/
+3
2020-07-01
block: remove the request_queue argument from blk_queue_split
Christoph Hellwig
1
-1
/
+1
2020-05-13
md: add a newline when printing parameter 'start_ro' by sysfs
Xiongfeng Wang
1
-1
/
+1
2020-05-13
md: stop using ->queuedata
Christoph Hellwig
1
-2
/
+1
2020-05-13
md: remove redundant memalloc scope API usage
Coly Li
1
-4
/
+4
2020-05-13
md: use memalloc scope APIs in mddev_suspend()/mddev_resume()
Coly Li
1
-0
/
+4
2020-05-13
md: remove the extra line for ->hot_add_disk
Guoqing Jiang
1
-4
/
+2
2020-05-13
md: flush md_rdev_misc_wq for HOT_ADD_DISK case
Guoqing Jiang
1
-1
/
+1
2020-05-13
md: don't flush workqueue unconditionally in md_open
Guoqing Jiang
1
-1
/
+2
2020-05-13
md: add new workqueue for delete rdev
Guoqing Jiang
1
-8
/
+29
2020-05-13
md: add checkings before flush md_misc_wq
Guoqing Jiang
1
-2
/
+4
2020-03-30
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-03-27
block: simplify queue allocation
Christoph Hellwig
1
-2
/
+1
2020-03-25
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
1
-0
/
+1
2020-03-24
block: cleanup how md_autodetect_dev is called
Christoph Hellwig
1
-0
/
+1
2020-03-24
block: remove __bdevname
Christoph Hellwig
1
-2
/
+2
2020-03-17
md: check arrays is suspended in mddev_detach before call quiesce operations
Guoqing Jiang
1
-1
/
+1
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-8
/
+7
2020-01-13
md/raid1: use bucket based mechanism for IO serialization
Guoqing Jiang
1
-5
/
+13
2020-01-13
md: introduce a new struct for IO serialization
Guoqing Jiang
1
-18
/
+62
2020-01-13
md: reorgnize mddev_create/destroy_serial_pool
Guoqing Jiang
1
-29
/
+42
2020-01-13
md: add serialize_policy sysfs node for raid1
Guoqing Jiang
1
-0
/
+52
2020-01-13
md: prepare for enable raid1 io serialization
Guoqing Jiang
1
-20
/
+45
2020-01-13
md: fix a typo s/creat/create
Guoqing Jiang
1
-3
/
+3
2020-01-13
md: rename wb stuffs
Guoqing Jiang
1
-34
/
+36
2019-12-11
md: make sure desc_nr less than MD_SB_DISKS
Yufen Yu
1
-0
/
+1
2019-11-11
md: avoid invalid memory access for array sb->dev_roles
Yufen Yu
1
-31
/
+20
2019-10-24
md: no longer compare spare disk superblock events in super_load
Yufen Yu
1
-6
/
+51
2019-10-24
md: improve handling of bio with REQ_PREFLUSH in md_flush_request()
David Jeffery
1
-2
/
+9
2019-09-13
md: add feature flag MD_FEATURE_RAID0_LAYOUT
NeilBrown
1
-0
/
+13
2019-09-03
md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone
Guilherme G. Piccoli
1
-4
/
+18
2019-08-27
md: don't report active array_state until after revalidate_disk() completes.
NeilBrown
1
-4
/
+7
2019-08-27
md: only call set_in_sync() when it is expected to succeed.
NeilBrown
1
-1
/
+2
2019-08-07
md: don't call spare_active in md_reap_sync_thread if all member devices can'...
Guoqing Jiang
1
-1
/
+2
2019-08-07
md: don't set In_sync if array is frozen
Guoqing Jiang
1
-2
/
+9
2019-08-07
md: allow last device to be forcibly removed from RAID1/RAID10.
Guoqing Jiang
1
-0
/
+29
2019-08-07
md: Convert to use int_pow()
Andy Shevchenko
1
-5
/
+1
2019-07-14
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...
Linus Torvalds
1
-1
/
+2
2019-07-01
Merge tag 'v5.2-rc6' into for-5.3/block
Jens Axboe
1
-14
/
+22
2019-06-20
md: add bitmap_abort label in md_run
Guoqing Jiang
1
-16
/
+10
2019-06-20
md: introduce mddev_create/destroy_wb_pool for the change of member device
Guoqing Jiang
1
-0
/
+65
2019-06-20
md/raid1: fix potential data inconsistency issue with write behind device
Guoqing Jiang
1
-0
/
+41
2019-06-18
md: fix for divide error in status_resync
Mariusz Tkaczyk
1
-14
/
+22
[next]