summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* md: fix a crash in mempool_freeMikulas Patocka2023-01-071-3/+6
* md: protect md_unregister_thread from reentrancyGuoqing Jiang2022-06-141-5/+10
* md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong2022-06-141-4/+6
* md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong2022-06-141-3/+5
* md: md_open returns -EBUSY when entering racing areaZhao Heming2021-05-221-2/+1
* md: factor out a mddev_find_locked helper from mddev_findChristoph Hellwig2021-05-221-13/+19
* md-cluster: fix use-after-free issue when removing rdevHeming Zhao2021-05-221-4/+4
* md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong2020-12-291-2/+5
* md: don't flush workqueue unconditionally in md_openGuoqing Jiang2020-06-201-1/+2
* md: don't set In_sync if array is frozenGuoqing Jiang2019-10-051-2/+9
* md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang2019-10-051-1/+2
* md: fix for divide error in status_resyncMariusz Tkaczyk2019-07-211-14/+22
* md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu2019-05-251-2/+4
* MD: fix invalid stored role for a disk - try2Shaohua Li2018-11-131-4/+0
* MD: fix invalid stored role for a diskShaohua Li2018-11-131-0/+4
* md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu2018-08-031-0/+3
* md: fix two problems with setting the "re-add" device state.NeilBrown2018-07-031-1/+3
* md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-05-301-0/+13
* md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu2018-03-221-1/+3
* md: only allow remove_and_add_spares when no sync_thread running.NeilBrown2018-03-111-0/+4
* md: fix super_offset endianness in super_1_rdev_size_changeJason Yan2017-07-151-1/+1
* md: fix incorrect use of lexx_to_cpu in does_sb_need_changingJason Yan2017-07-151-1/+1
* md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown2017-05-251-0/+5
* md: fix refcount problem on mddev when stopping array.NeilBrown2017-01-121-1/+4
* md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li2017-01-121-1/+1
* md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2016-10-281-2/+2
* md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-241-3/+3
* md: set rotational bitShaohua Li2016-10-031-0/+15
* md: fix a potential deadlockShaohua Li2016-09-211-0/+2
* md-cluster: clean related infos of clusterGuoqing Jiang2016-09-211-0/+2
* md: changes for MD_STILL_CLOSED flagGuoqing Jiang2016-09-211-6/+8
* md-cluster: call md_kick_rdev_from_array once ack failedGuoqing Jiang2016-09-211-3/+8
* md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang2016-09-081-8/+4
* Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-08-301-13/+15
|\
| * r5cache: set MD_JOURNAL_CLEAN correctlySong Liu2016-08-241-4/+1
| * md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz2016-08-171-4/+9
| * md: remove obsolete ret in md_start_syncGuoqing Jiang2016-08-171-5/+2
| * md: do not count journal as spare in GET_ARRAY_INFOSong Liu2016-08-161-0/+3
* | block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-2/+2
|/
* Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-281-20/+54
|\
| * MD: fix null pointer deferenceShaohua Li2016-07-281-2/+4
| * md: add missing sysfs_notify on array_state updateTomasz Majchrzak2016-07-191-0/+2
| * Fix kernel module refcount handlingAlexey Obitotskiy2016-07-191-0/+2
| * md: use seconds granularity for error loggingArnd Bergmann2016-07-191-2/+1
| * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-131-3/+26
| * md: disconnect device from personality before trying to remove it.NeilBrown2016-06-131-0/+2
| * MD:Update superblock when err == 0 in size_storeXiao Ni2016-06-131-1/+2
| * md: use a mutex to protect a global listCong Wang2016-06-091-0/+5
| * md: simplify the code with md_kick_rdev_from_arrayGuoqing Jiang2016-06-031-2/+1
| * md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang2016-06-031-12/+11