summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-43/+138
2020-08-02md: print errno in super_writtenGuoqing Jiang1-1/+2
2020-08-02md: register new md sysfs file 'uuid' read-onlySebastian Parschauer1-0/+9
2020-08-02md: fix max sectors calculation for super 1.0Xiao Ni1-4/+31
2020-07-21md-cluster: fix rmmod issue when md_cluster convert bitmap to noneZhao Heming1-0/+1
2020-07-21md-cluster: fix safemode_delay value when converting to clustered bitmapZhao Heming1-2/+9
2020-07-15md: Fix compilation warningDamien Le Moal1-6/+6
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi1-14/+30
2020-07-13md: improve io stats accountingArtur Paszkiewicz1-12/+45
2020-07-13md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King1-4/+5
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-23/+0
2020-07-08md: switch to ->check_events for media change notificationsChristoph Hellwig1-11/+8
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+3
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-1/+1
2020-05-13md: add a newline when printing parameter 'start_ro' by sysfsXiongfeng Wang1-1/+1
2020-05-13md: stop using ->queuedataChristoph Hellwig1-2/+1
2020-05-13md: remove redundant memalloc scope API usageColy Li1-4/+4
2020-05-13md: use memalloc scope APIs in mddev_suspend()/mddev_resume()Coly Li1-0/+4
2020-05-13md: remove the extra line for ->hot_add_diskGuoqing Jiang1-4/+2
2020-05-13md: flush md_rdev_misc_wq for HOT_ADD_DISK caseGuoqing Jiang1-1/+1
2020-05-13md: don't flush workqueue unconditionally in md_openGuoqing Jiang1-1/+2
2020-05-13md: add new workqueue for delete rdevGuoqing Jiang1-8/+29
2020-05-13md: add checkings before flush md_misc_wqGuoqing Jiang1-2/+4
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig1-0/+1
2020-03-24block: remove __bdevnameChristoph Hellwig1-2/+2
2020-03-17md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2020-01-13md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang1-5/+13
2020-01-13md: introduce a new struct for IO serializationGuoqing Jiang1-18/+62
2020-01-13md: reorgnize mddev_create/destroy_serial_poolGuoqing Jiang1-29/+42
2020-01-13md: add serialize_policy sysfs node for raid1Guoqing Jiang1-0/+52
2020-01-13md: prepare for enable raid1 io serializationGuoqing Jiang1-20/+45
2020-01-13md: fix a typo s/creat/createGuoqing Jiang1-3/+3
2020-01-13md: rename wb stuffsGuoqing Jiang1-34/+36
2019-12-11md: make sure desc_nr less than MD_SB_DISKSYufen Yu1-0/+1
2019-11-11md: avoid invalid memory access for array sb->dev_rolesYufen Yu1-31/+20
2019-10-24md: no longer compare spare disk superblock events in super_loadYufen Yu1-6/+51
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery1-2/+9
2019-09-13md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown1-0/+13
2019-09-03md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli1-4/+18
2019-08-27md: don't report active array_state until after revalidate_disk() completes.NeilBrown1-4/+7
2019-08-27md: only call set_in_sync() when it is expected to succeed.NeilBrown1-1/+2
2019-08-07md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang1-1/+2
2019-08-07md: don't set In_sync if array is frozenGuoqing Jiang1-2/+9
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang1-0/+29
2019-08-07md: Convert to use int_pow()Andy Shevchenko1-5/+1