aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.9.117 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+3
|\
| * md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu2018-08-031-0/+3
* | Merge 4.9.111 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-1/+3
|\|
| * md: fix two problems with setting the "re-add" device state.NeilBrown2018-07-031-1/+3
* | Merge 4.9.104 into android-msm-bluecross-4.9Nathan Chancellor2018-10-211-0/+13
|\|
| * md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-05-301-0/+13
* | Merge android-4.9.89 (960923f) into msm-4.9Blagovest Kolenichev2018-04-171-1/+3
|\ \
| * | Merge 4.9.89 into android-4.9Greg Kroah-Hartman2018-03-221-1/+3
| |\|
| | * md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu2018-03-221-1/+3
* | | Merge android-4.9.87 (a290494) into msm-4.9Blagovest Kolenichev2018-04-171-0/+4
|\| |
| * | Merge 4.9.87 into android-4.9Greg Kroah-Hartman2018-03-111-0/+4
| |\|
| | * md: only allow remove_and_add_spares when no sync_thread running.NeilBrown2018-03-111-0/+4
* | | Merge android-4.9.86 (b324a70) into msm-4.9Blagovest Kolenichev2018-04-171-3/+3
|\| |
| * | BACKPORT: treewide: Fix function prototypes for module_param_call()Kees Cook2018-02-281-3/+3
| |/
* / block: Use pointer to backing_dev_info from request_queueJan Kara2018-02-281-3/+3
|/
* 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
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* | md: use bio op accessorsMike Christie2016-06-071-6/+6
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-3/+7
|/
* Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-05-191-33/+53
|\
| * md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-091-13/+14