aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-19Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-33/+53
2016-05-17Merge 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-25MD: make bio mergeableShaohua Li1-0/+2
2016-04-12md: update to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-03-31MD: add rdev reference for super writeShaohua Li1-0/+3
2016-03-31md: fix a trivial typo in commentsWei Fang1-1/+1
2016-02-26MD: warn for potential deadlockShaohua Li1-0/+1
2016-02-26md: Drop sending a change uevent when stoppingSebastian Parschauer1-1/+0
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds1-66/+105
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-491/+25
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams1-12/+16
2016-01-14MD: add journal with array suspendedShaohua Li1-1/+6
2016-01-14md: set MD_HAS_JOURNAL in correct placesShaohua Li1-4/+5
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams1-1/+1
2016-01-09md: convert to use the generic badblocks codeVishal Verma1-491/+25
2016-01-07md: Remove 'ready' field from mddev.NeilBrown1-4/+1
2016-01-07md: remove unnecesary md_new_event_inintrGuoqing Jiang1-10/+1
2016-01-06raid5-cache: add journal hot add/remove supportShaohua Li1-12/+30
2016-01-06drivers: md: use ktime_get_real_seconds()Deepa Dinamani1-9/+9
2016-01-06md: avoid warning for 32-bit sector_tArnd Bergmann1-4/+6
2016-01-06md: update comment for md_allow_writeGuoqing Jiang1-1/+1
2016-01-06md-cluster: Defer MD reloading to mddev->threadGuoqing Jiang1-0/+4
2016-01-06md-cluster: append some actions when change bitmap from clustered to noneGuoqing Jiang1-0/+13
2016-01-06md-cluster: Allow spare devices to be marked as faultyGoldwyn Rodrigues1-1/+0
2016-01-06md-cluster: Fix the remove sequence with the new MD reload codeGoldwyn Rodrigues1-8/+1
2016-01-06md-cluster: remove a disk asynchronously from cluster environmentGuoqing Jiang1-0/+12
2015-12-21md: remove check for MD_RECOVERY_NEEDED in action_store.NeilBrown1-4/+7
2015-12-18Fix remove_and_add_spares removes drive added as spare in slot_storeGoldwyn Rodrigues1-3/+10
2015-12-18md: fix bug due to nested suspendMikulas Patocka1-3/+4
2015-12-18MD: change journal disk role to disk 0Shaohua Li1-1/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-3/+5
2015-11-04Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds1-130/+365
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+4
2015-11-01MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RWSong Liu1-2/+25
2015-11-01MD: set journal disk ->raid_diskShaohua Li1-5/+22
2015-11-01MD: kick out journal disk if it's not freshSong Liu1-1/+2
2015-11-01MD: add new bit to indicate raid array with journalSong Liu1-3/+7
2015-11-01MD: fix info output for journal diskShaohua Li1-5/+4
2015-11-01md: show journal for journal disk in disk state sysfsShaohua Li1-0/+4
2015-11-01skip match_mddev_units check for special rolesSong Liu1-2/+12
2015-11-01md: skip resync for raid array with journalShaohua Li1-0/+4
2015-10-31Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown1-2/+1
2015-10-24md: override md superblock recovery_offset for journal deviceShaohua Li1-0/+6
2015-10-24MD: add a new disk role to present write journal deviceSong Liu1-2/+21