summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
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
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams
2016-01-14MD: add journal with array suspendedShaohua Li
2016-01-14md: set MD_HAS_JOURNAL in correct placesShaohua Li
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams
2016-01-09md: convert to use the generic badblocks codeVishal Verma
2016-01-07md: Remove 'ready' field from mddev.NeilBrown
2016-01-07md: remove unnecesary md_new_event_inintrGuoqing Jiang
2016-01-06raid5-cache: add journal hot add/remove supportShaohua Li
2016-01-06drivers: md: use ktime_get_real_seconds()Deepa Dinamani
2016-01-06md: avoid warning for 32-bit sector_tArnd Bergmann
2016-01-06md: update comment for md_allow_writeGuoqing Jiang
2016-01-06md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang
2016-01-06md-cluster: append some actions when change bitmap from clustered to noneGuoqing Jiang