Age | Commit message (Expand) | Author | Files | Lines |
2020-06-20 | md: don't flush workqueue unconditionally in md_open | Guoqing Jiang | 1 | -1/+2 |
2019-10-05 | md: don't set In_sync if array is frozen | Guoqing Jiang | 1 | -2/+9 |
2019-10-05 | md: don't call spare_active in md_reap_sync_thread if all member devices can'... | Guoqing Jiang | 1 | -1/+2 |
2019-07-21 | md: fix for divide error in status_resync | Mariusz Tkaczyk | 1 | -14/+22 |
2019-05-25 | md: add mddev->pers to avoid potential NULL pointer dereference | Yufen Yu | 1 | -2/+4 |
2018-11-13 | MD: fix invalid stored role for a disk - try2 | Shaohua Li | 1 | -4/+0 |
2018-11-13 | MD: fix invalid stored role for a disk | Shaohua Li | 1 | -0/+4 |
2018-08-03 | md: fix NULL dereference of mddev->pers in remove_and_add_spares() | Yufen Yu | 1 | -0/+3 |
2018-07-03 | md: fix two problems with setting the "re-add" device state. | NeilBrown | 1 | -1/+3 |
2018-05-30 | md: fix a potential deadlock of raid5/raid10 reshape | BingJing Chang | 1 | -0/+13 |
2018-03-22 | md.c:didn't unlock the mddev before return EINVAL in array_size_store | Zhilong Liu | 1 | -1/+3 |
2018-03-11 | md: only allow remove_and_add_spares when no sync_thread running. | NeilBrown | 1 | -0/+4 |
2017-07-15 | md: fix super_offset endianness in super_1_rdev_size_change | Jason Yan | 1 | -1/+1 |
2017-07-15 | md: fix incorrect use of lexx_to_cpu in does_sb_need_changing | Jason Yan | 1 | -1/+1 |
2017-05-25 | md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop | NeilBrown | 1 | -0/+5 |
2017-01-12 | md: fix refcount problem on mddev when stopping array. | NeilBrown | 1 | -1/+4 |
2017-01-12 | md: MD_RECOVERY_NEEDED is set for mddev->recovery | Shaohua Li | 1 | -1/+1 |
2016-10-29 | md: be careful not lot leak internal curr_resync value into metadata. -- (all) | NeilBrown | 1 | -2/+2 |
2016-10-25 | md: report 'write_pending' state when array in sync | Tomasz Majchrzak | 1 | -3/+3 |
2016-10-03 | md: set rotational bit | Shaohua Li | 1 | -0/+15 |
2016-09-21 | md: fix a potential deadlock | Shaohua Li | 1 | -0/+2 |
2016-09-21 | md-cluster: clean related infos of cluster | Guoqing Jiang | 1 | -0/+2 |
2016-09-21 | md: changes for MD_STILL_CLOSED flag | Guoqing Jiang | 1 | -6/+8 |
2016-09-21 | md-cluster: call md_kick_rdev_from_array once ack failed | Guoqing Jiang | 1 | -3/+8 |
2016-09-08 | md-cluster: make md-cluster also can work when compiled into kernel | Guoqing Jiang | 1 | -8/+4 |
2016-08-30 | Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 1 | -13/+15 |
2016-08-24 | r5cache: set MD_JOURNAL_CLEAN correctly | Song Liu | 1 | -4/+1 |
2016-08-17 | md: don't print the same repeated messages about delayed sync operation | Artur Paszkiewicz | 1 | -4/+9 |
2016-08-17 | md: remove obsolete ret in md_start_sync | Guoqing Jiang | 1 | -5/+2 |
2016-08-17 | md: do not count journal as spare in GET_ARRAY_INFO | Song Liu | 1 | -0/+3 |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe | 1 | -2/+2 |
2016-07-28 | Merge branch 'mymd/for-next' into mymd/for-linus | Shaohua Li | 1 | -20/+54 |
2016-07-28 | MD: fix null pointer deference | Shaohua Li | 1 | -2/+4 |
2016-07-19 | md: add missing sysfs_notify on array_state update | Tomasz Majchrzak | 1 | -0/+2 |
2016-07-19 | Fix kernel module refcount handling | Alexey Obitotskiy | 1 | -0/+2 |
2016-07-19 | md: use seconds granularity for error logging | Arnd Bergmann | 1 | -2/+1 |
2016-06-13 | md: reduce the number of synchronize_rcu() calls when multiple devices fail. | NeilBrown | 1 | -3/+26 |
2016-06-13 | md: disconnect device from personality before trying to remove it. | NeilBrown | 1 | -0/+2 |
2016-06-13 | MD:Update superblock when err == 0 in size_store | Xiao Ni | 1 | -1/+2 |
2016-06-09 | md: use a mutex to protect a global list | Cong Wang | 1 | -0/+5 |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 1 | -1/+1 |
2016-06-07 | md: use bio op accessors | Mike Christie | 1 | -6/+6 |
2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 1 | -3/+7 |
2016-06-04 | md: simplify the code with md_kick_rdev_from_array | Guoqing Jiang | 1 | -2/+1 |
2016-06-04 | md-cluster: fix deadlock issue when add disk to an recoverying array | Guoqing Jiang | 1 | -12/+11 |
2016-05-20 | Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 1 | -33/+53 |
2016-05-18 | Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2016-05-09 | md: set MD_CHANGE_PENDING in a atomic region | Guoqing Jiang | 1 | -13/+14 |
2016-05-09 | md: md.c: fix oops in mddev_suspend for raid0 | Heinz Mauelshagen | 1 | -1/+1 |
2016-05-04 | md-cluster: wakeup thread if activated a spare disk | Guoqing Jiang | 1 | -0/+5 |