summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-151-7/+10
|\
| * Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2020-08-061-7/+10
| |\
| | * md: get sysfs entry after redundancy attr group createJunxiao Bi2020-08-051-7/+10
* | | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-27/+11
|\ \ \ | |/ / |/| |
| * | md: rewrite md_setup_drive to avoid ioctlsChristoph Hellwig2020-07-161-14/+10
| * | md: replace the RAID_AUTORUN ioctl with a direct function callChristoph Hellwig2020-07-161-13/+1
* | | Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-43/+138
|\ \ \ | | |/ | |/|
| * | md: print errno in super_writtenGuoqing Jiang2020-08-021-1/+2
| * | md: register new md sysfs file 'uuid' read-onlySebastian Parschauer2020-08-021-0/+9
| * | md: fix max sectors calculation for super 1.0Xiao Ni2020-08-021-4/+31
| * | md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming2020-07-211-0/+1
| * | md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming2020-07-211-2/+9
| * | md: Fix compilation warningDamien Le Moal2020-07-151-6/+6
| * | md: fix deadlock causing by sysfs_notifyJunxiao Bi2020-07-141-14/+30
| * | md: improve io stats accountingArtur Paszkiewicz2020-07-131-12/+45
| * | md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King2020-07-131-4/+5
* | | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-23/+0
* | | md: switch to ->check_events for media change notificationsChristoph Hellwig2020-07-081-11/+8
|/ /
* | block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-1/+1
* | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+3
* | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-1/+1
|/
* md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang2020-05-131-1/+1
* md: stop using ->queuedataChristoph Hellwig2020-05-131-2/+1
* md: remove redundant memalloc scope API usageColy Li2020-05-131-4/+4
* md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li2020-05-131-0/+4
* md: remove the extra line for ->hot_add_diskGuoqing Jiang2020-05-131-4/+2
* md: flush md_rdev_misc_wq for HOT_ADD_DISK caseGuoqing Jiang2020-05-131-1/+1
* md: don't flush workqueue unconditionally in md_openGuoqing Jiang2020-05-131-1/+2
* md: add new workqueue for delete rdevGuoqing Jiang2020-05-131-8/+29
* md: add checkings before flush md_misc_wqGuoqing Jiang2020-05-131-2/+4
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-1/+1
|\
| * md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang2020-03-171-1/+1
* | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
* | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
* | block: cleanup how md_autodetect_dev is calledChristoph Hellwig2020-03-241-0/+1
* | block: remove __bdevnameChristoph Hellwig2020-03-241-2/+2
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-8/+7
* md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang2020-01-131-5/+13
* md: introduce a new struct for IO serializationGuoqing Jiang2020-01-131-18/+62
* md: reorgnize mddev_create/destroy_serial_poolGuoqing Jiang2020-01-131-29/+42
* md: add serialize_policy sysfs node for raid1Guoqing Jiang2020-01-131-0/+52
* md: prepare for enable raid1 io serializationGuoqing Jiang2020-01-131-20/+45
* md: fix a typo s/creat/createGuoqing Jiang2020-01-131-3/+3
* md: rename wb stuffsGuoqing Jiang2020-01-131-34/+36
* md: make sure desc_nr less than MD_SB_DISKSYufen Yu2019-12-111-0/+1
* md: avoid invalid memory access for array sb->dev_rolesYufen Yu2019-11-111-31/+20
* md: no longer compare spare disk superblock events in super_loadYufen Yu2019-10-241-6/+51
* md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-10-241-2/+9
* md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2019-09-131-0/+13
* md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli2019-09-031-4/+18