aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2017-01-12md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li
2016-09-24md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang
2016-05-11MD: make bio mergeableShaohua Li
2016-02-17md/raid: only permit hot-add of compatible integrity profilesDan Williams
2015-12-21md: remove check for MD_RECOVERY_NEEDED in action_store.NeilBrown
2015-12-18Fix remove_and_add_spares removes drive added as spare in slot_storeGoldwyn Rodrigues
2015-12-18md: fix bug due to nested suspendMikulas Patocka
2015-12-18MD: change journal disk role to disk 0Shaohua Li
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-11-04Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-01MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RWSong Liu
2015-11-01MD: set journal disk ->raid_diskShaohua Li
2015-11-01MD: kick out journal disk if it's not freshSong Liu
2015-11-01MD: add new bit to indicate raid array with journalSong Liu
2015-11-01MD: fix info output for journal diskShaohua Li
2015-11-01md: show journal for journal disk in disk state sysfsShaohua Li
2015-11-01skip match_mddev_units check for special rolesSong Liu
2015-11-01md: skip resync for raid array with journalShaohua Li
2015-10-31Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown
2015-10-24md: override md superblock recovery_offset for journal deviceShaohua Li
2015-10-24MD: add a new disk role to present write journal deviceSong Liu
2015-10-24MD: replace special disk roles with macrosSong Liu
2015-10-24md-cluster: Call update_raid_disks() if another node --grow's raid_disksGoldwyn Rodrigues
2015-10-21md: suspend i/o during runtime blk_integrity_unregisterDan Williams
2015-10-21md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen
2015-10-12md: check the return value for metadata_update_startGuoqing Jiang
2015-10-12md-cluster: only call kick_rdev_from_array after remove disk successfullyGuoqing Jiang
2015-10-12md-cluster: Fix adding of new disk with new reload codeGoldwyn Rodrigues
2015-10-12md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues
2015-10-12md-cluster: Perform a lazy updateGoldwyn Rodrigues
2015-10-12md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues
2015-10-12md: remove_and_add_spares() to activate specific rdevGoldwyn Rodrigues
2015-10-12md-cluster: Use a small window for resyncGoldwyn Rodrigues
2015-10-12md: Increment version for clustered bitmapsGoldwyn Rodrigues
2015-10-02md: clear CHANGE_PENDING in readonly arrayShaohua Li
2015-10-02md: wait for pending superblock updates before switching to read-onlyNeilBrown
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-31md/raid1: ensure device failure recorded before write request returns.NeilBrown
2015-08-31md: extend spinlock protection in register_md_cluster_operationsNeilBrown
2015-08-31md-cluster: transfer the resync ownership to another nodeGuoqing Jiang
2015-08-31md: setup safemode_timer before it's being usedSasha Levin
2015-08-31md: sync sync_completed has correct value as recovery finishes.NeilBrown
2015-08-31md: be careful when testing resync_max against curr_resync_completed.NeilBrown
2015-08-31md: set MD_RECOVERY_RECOVER when starting a degraded array.NeilBrown
2015-08-31md: close some races between setting and checking sync_action.NeilBrown
2015-08-31md: Keep /proc/mdstat reporting recovery until fully DONE.NeilBrown
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet