summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-05md: don't set In_sync if array is frozenGuoqing Jiang1-2/+9
2019-10-05md: don't call spare_active in md_reap_sync_thread if all member devices can'...Guoqing Jiang1-1/+2
2019-07-21md: fix for divide error in status_resyncMariusz Tkaczyk1-14/+22
2019-06-11md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu1-2/+4
2018-11-21MD: fix invalid stored role for a disk - try2Shaohua Li1-4/+0
2018-11-21MD: fix invalid stored role for a diskShaohua Li1-0/+4
2018-08-06md: 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-02-25md: avoid warning for 32-bit sector_tArnd Bergmann1-4/+6
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-01-12md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li1-1/+1
2016-09-24md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang1-8/+4
2016-05-11MD: make bio mergeableShaohua Li1-0/+2
2016-02-17md/raid: only permit hot-add of compatible integrity profilesDan Williams1-12/+16
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-05Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds1-130/+365
2015-11-05Merge 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
2015-10-24MD: replace special disk roles with macrosSong Liu1-7/+7
2015-10-24md-cluster: Call update_raid_disks() if another node --grow's raid_disksGoldwyn Rodrigues1-7/+18
2015-10-21md: suspend i/o during runtime blk_integrity_unregisterDan Williams1-0/+1
2015-10-21md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams1-1/+0
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-6/+3
2015-10-12md: check the return value for metadata_update_startGuoqing Jiang1-6/+9
2015-10-12md-cluster: only call kick_rdev_from_array after remove disk successfullyGuoqing Jiang1-6/+9
2015-10-12md-cluster: Fix adding of new disk with new reload codeGoldwyn Rodrigues1-22/+30
2015-10-12md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues1-4/+25
2015-10-12md-cluster: Perform a lazy updateGoldwyn Rodrigues1-44/+57
2015-10-12md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues1-14/+107
2015-10-12md: remove_and_add_spares() to activate specific rdevGoldwyn Rodrigues1-10/+11
2015-10-12md-cluster: Use a small window for resyncGoldwyn Rodrigues1-8/+0
2015-10-12md: Increment version for clustered bitmapsGoldwyn Rodrigues1-0/+3
2015-10-02md: clear CHANGE_PENDING in readonly arrayShaohua Li1-0/+1
2015-10-02md: wait for pending superblock updates before switching to read-onlyNeilBrown1-0/+4
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxNeilBrown1-35/+11