aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2020-07-11md: don't flush workqueue unconditionally in md_openGuoqing Jiang
2020-06-24md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown
2020-06-01md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang
2020-02-24md: make sure desc_nr less than MD_SB_DISKSYufen Yu
2020-02-24md: avoid invalid memory access for array sb->dev_rolesYufen Yu
2020-02-24md: no longer compare spare disk superblock events in super_loadYufen Yu
2020-01-31md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery
2019-10-05md: only call set_in_sync() when it is expected to succeed.NeilBrown
2019-10-05md: don't report active array_state until after revalidate_disk() completes.NeilBrown
2019-10-05md: don't set In_sync if array is frozenGuoqing Jiang
2019-10-05md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang
2019-06-18md: fix for divide error in status_resyncMariusz Tkaczyk
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner
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
2018-10-14MD: fix invalid stored role for a disk - try2Shaohua Li
2018-10-03md: allow metadata updates while suspending an array - fixNeilBrown
2018-10-01MD: fix invalid stored role for a diskShaohua Li
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-08-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-08-01md: Avoid namespace collision with bitmap APIAndy Shevchenko
2018-07-24md: remove a bogus commentChristoph Hellwig
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan
2018-07-05md-cluster: show array's status more accurateGuoqing Jiang
2018-06-18MD: cleanup resources in failureShaohua Li
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-06-08md: Unify mddev destruction pathsKent Overstreet
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-21MD: fix lock contention for flush biosXiao Ni
2018-05-17md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu
2018-05-01md: fix two problems with setting the "re-add" device state.NeilBrown