aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2024-02-23md: Whenassemble the array, consult the superblock of the freshest deviceAlex Lyakas
2023-07-27md: fix data corruption for raid456 when reshape restart while grow upYu Kuai
2023-07-27md/raid10: fix wrong setting of max_corr_read_errorsLi Nan
2023-07-27md/raid10: fix overflow of md/safe_mode_delayLi Nan
2023-04-05md: avoid signed overflow in slot_store()NeilBrown
2023-01-18md: fix a crash in mempool_freeMikulas Patocka
2022-09-05md: call __md_stop_writes in md_stopGuoqing Jiang
2022-06-14md: protect md_unregister_thread from reentrancyGuoqing Jiang
2022-06-14md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong
2022-06-14md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong
2021-09-30md: fix a lock order reversal in md_allocChristoph Hellwig
2021-05-14md: Fix missing unused status line of /proc/mdstatJan Glauber
2021-05-14md: md_open returns -EBUSY when entering racing areaZhao Heming
2021-05-14md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig
2021-05-14md: split mddev_findChristoph Hellwig
2021-05-14md-cluster: fix use-after-free issue when removing rdevHeming Zhao
2021-02-10md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni
2020-12-30md/cluster: fix deadlock when node is doing resync jobZhao Heming
2020-12-30md/cluster: block reshape with remote resync jobZhao Heming
2020-12-30md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong
2020-08-19md: raid0/linear: fix dereference before null check on pointer mddevColin Ian King
2020-06-22md: don't flush workqueue unconditionally in md_openGuoqing Jiang
2020-04-17md: check arrays is suspended in mddev_detach before call quiesce operationsGuoqing Jiang
2020-01-04md: make sure desc_nr less than MD_SB_DISKSYufen Yu
2019-12-31md: avoid invalid memory access for array sb->dev_rolesYufen Yu
2019-12-31md: no longer compare spare disk superblock events in super_loadYufen Yu
2019-12-17md: 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