summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2018-03-22md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu
2018-03-11md: only allow remove_and_add_spares when no sync_thread running.NeilBrown
2017-07-15md: fix super_offset endianness in super_1_rdev_size_changeJason Yan
2017-07-15md: fix incorrect use of lexx_to_cpu in does_sb_need_changingJason Yan
2017-05-25md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown
2017-01-12md: fix refcount problem on mddev when stopping array.NeilBrown
2017-01-12md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li
2016-10-28md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown
2016-10-24md: report 'write_pending' state when array in syncTomasz Majchrzak
2016-10-03md: set rotational bitShaohua Li
2016-09-21md: fix a potential deadlockShaohua Li
2016-09-21md-cluster: clean related infos of clusterGuoqing Jiang
2016-09-21md: changes for MD_STILL_CLOSED flagGuoqing Jiang
2016-09-21md-cluster: call md_kick_rdev_from_array once ack failedGuoqing Jiang
2016-09-08md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang
2016-08-30Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-08-24r5cache: set MD_JOURNAL_CLEAN correctlySong Liu
2016-08-17md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz
2016-08-17md: remove obsolete ret in md_start_syncGuoqing Jiang
2016-08-16md: do not count journal as spare in GET_ARRAY_INFOSong Liu
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-28Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li
2016-07-28MD: fix null pointer deferenceShaohua Li
2016-07-19md: add missing sysfs_notify on array_state updateTomasz Majchrzak
2016-07-19Fix kernel module refcount handlingAlexey Obitotskiy
2016-07-19md: use seconds granularity for error loggingArnd Bergmann
2016-06-13md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown
2016-06-13md: disconnect device from personality before trying to remove it.NeilBrown
2016-06-13MD:Update superblock when err == 0 in size_storeXiao Ni
2016-06-09md: use a mutex to protect a global listCong Wang
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07md: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-06-03md: simplify the code with md_kick_rdev_from_arrayGuoqing Jiang
2016-06-03md-cluster: fix deadlock issue when add disk to an recoverying arrayGuoqing Jiang
2016-05-19Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang
2016-05-09md: md.c: fix oops in mddev_suspend for raid0Heinz Mauelshagen
2016-05-04md-cluster: wakeup thread if activated a spare diskGuoqing Jiang
2016-05-04md-cluster: change array_sectors and update size are not supportedGuoqing Jiang
2016-05-04md-cluser: make resync_finish only called after pers->sync_requestGuoqing Jiang
2016-05-04md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang
2016-04-25MD: make bio mergeableShaohua Li
2016-04-12md: update to using blk_queue_write_cache()Jens Axboe
2016-03-31MD: add rdev reference for super writeShaohua Li
2016-03-31md: fix a trivial typo in commentsWei Fang
2016-02-26MD: warn for potential deadlockShaohua Li
2016-02-26md: Drop sending a change uevent when stoppingSebastian Parschauer
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds