summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-13MD: fix invalid stored role for a disk - try2Shaohua Li1-4/+0
2018-11-13MD: fix invalid stored role for a diskShaohua Li1-0/+4
2018-08-03md: fix NULL dereference of mddev->pers in remove_and_add_spares()Yufen Yu1-0/+3
2018-07-03md: fix two problems with setting the "re-add" device state.NeilBrown1-1/+3
2018-05-30md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang1-0/+13
2018-03-22md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu1-1/+3
2018-03-11md: only allow remove_and_add_spares when no sync_thread running.NeilBrown1-0/+4
2017-07-15md: fix super_offset endianness in super_1_rdev_size_changeJason Yan1-1/+1
2017-07-15md: fix incorrect use of lexx_to_cpu in does_sb_need_changingJason Yan1-1/+1
2017-05-25md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown1-0/+5
2017-01-12md: fix refcount problem on mddev when stopping array.NeilBrown1-1/+4
2017-01-12md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li1-1/+1
2016-10-29md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown1-2/+2
2016-10-25md: report 'write_pending' state when array in syncTomasz Majchrzak1-3/+3
2016-10-03md: set rotational bitShaohua Li1-0/+15
2016-09-21md: fix a potential deadlockShaohua Li1-0/+2
2016-09-21md-cluster: clean related infos of clusterGuoqing Jiang1-0/+2
2016-09-21md: changes for MD_STILL_CLOSED flagGuoqing Jiang1-6/+8
2016-09-21md-cluster: call md_kick_rdev_from_array once ack failedGuoqing Jiang1-3/+8
2016-09-08md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang1-8/+4
2016-08-30Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-13/+15
2016-08-24r5cache: set MD_JOURNAL_CLEAN correctlySong Liu1-4/+1
2016-08-17md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz1-4/+9
2016-08-17md: remove obsolete ret in md_start_syncGuoqing Jiang1-5/+2
2016-08-17md: do not count journal as spare in GET_ARRAY_INFOSong Liu1-0/+3
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-2/+2
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li1-20/+54
2016-07-28MD: fix null pointer deferenceShaohua Li1-2/+4
2016-07-19md: add missing sysfs_notify on array_state updateTomasz Majchrzak1-0/+2
2016-07-19Fix kernel module refcount handlingAlexey Obitotskiy1-0/+2
2016-07-19md: use seconds granularity for error loggingArnd Bergmann1-2/+1
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown1-3/+26
2016-06-13md: disconnect device from personality before trying to remove it.NeilBrown1-0/+2
2016-06-13MD:Update superblock when err == 0 in size_storeXiao Ni1-1/+2
2016-06-09md: use a mutex to protect a global listCong Wang1-0/+5
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07md: use bio op accessorsMike Christie1-6/+6
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-3/+7
2016-06-04md: simplify the code with md_kick_rdev_from_arrayGuoqing Jiang1-2/+1
2016-06-04md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang1-12/+11
2016-05-20Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-33/+53
2016-05-18Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang1-13/+14
2016-05-09md: md.c: fix oops in mddev_suspend for raid0Heinz Mauelshagen1-1/+1
2016-05-04md-cluster: wakeup thread if activated a spare diskGuoqing Jiang1-0/+5
2016-05-04md-cluster: change array_sectors and update size are not supportedGuoqing Jiang1-0/+8
2016-05-04md-cluser: make resync_finish only called after pers->sync_requestGuoqing Jiang1-12/+13
2016-05-04md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang1-9/+14
2016-04-26MD: make bio mergeableShaohua Li1-0/+2
2016-04-13md: update to using blk_queue_write_cache()Jens Axboe1-1/+1