summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-13md/raid1: use bucket based mechanism for IO serializationGuoqing Jiang
2020-01-13md: introduce a new struct for IO serializationGuoqing Jiang
2020-01-13md: reorgnize mddev_create/destroy_serial_poolGuoqing Jiang
2020-01-13md: add serialize_policy sysfs node for raid1Guoqing Jiang
2020-01-13md: prepare for enable raid1 io serializationGuoqing Jiang
2020-01-13md: fix a typo s/creat/createGuoqing Jiang
2020-01-13md: rename wb stuffsGuoqing Jiang
2019-12-11md: make sure desc_nr less than MD_SB_DISKSYufen Yu
2019-11-11md: avoid invalid memory access for array sb->dev_rolesYufen Yu
2019-10-24md: no longer compare spare disk superblock events in super_loadYufen Yu
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery
2019-09-13md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown
2019-09-03md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli
2019-08-27md: don't report active array_state until after revalidate_disk() completes.NeilBrown
2019-08-27md: only call set_in_sync() when it is expected to succeed.NeilBrown
2019-08-07md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang
2019-08-07md: don't set In_sync if array is frozenGuoqing Jiang
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang
2019-08-07md: Convert to use int_pow()Andy Shevchenko
2019-07-14Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe
2019-06-20md: add bitmap_abort label in md_runGuoqing Jiang
2019-06-20md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang
2019-06-20md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang
2019-06-18md: fix for divide error in status_resyncMariusz Tkaczyk
2019-06-15md: fix spelling typo and add necessary spaceYufen Yu
2019-06-15md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_showMarcos Paulo de Souza
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner
2019-05-09md: initialize percpu refcounters using PERCU_REF_ALLOW_REINITRoman Gushchin
2019-04-16md: return -ENODEV if rdev has no mddev assignedPawel Baldysiak
2019-04-10md: mark md_cluster_mod staticChristoph Hellwig
2019-04-10md: use correct type in super_1_syncChristoph Hellwig
2019-04-10md: use correct type in super_1_loadChristoph Hellwig
2019-04-10md: add a missing endianness conversion in check_sb_changesChristoph Hellwig
2019-04-10md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-04-01md: batch flush requests.NeilBrown
2019-04-01Revert "MD: fix lock contention for flush bios"NeilBrown
2019-01-14md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe
2018-12-20md: remvoe redundant condition checkChengguang Xu
2018-12-20md: remove set but not used variable 'bi_rdev'Yue Haibing
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer
2018-10-22MD: Memory leak when flush bio size is zeroXiao Ni
2018-10-22md: fix memleak for mempoolJack Wang
2018-10-18md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang
2018-10-18md-cluster/raid10: don't call remove_and_add_spares during reshaping stageGuoqing Jiang
2018-10-18md-cluster/raid10: call update_size in md_reap_sync_threadGuoqing Jiang
2018-10-18md-cluster/raid10: support add disk under grow modeGuoqing Jiang