summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* Fix remove_and_add_spares removes drive added as spare in slot_storeGoldwyn Rodrigues2015-12-181-3/+10
* md: fix bug due to nested suspendMikulas Patocka2015-12-181-3/+4
* MD: change journal disk role to disk 0Shaohua Li2015-12-181-1/+1
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-3/+5
* Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds2015-11-051-130/+365
|\
| * MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RWSong Liu2015-11-011-2/+25
| * MD: set journal disk ->raid_diskShaohua Li2015-11-011-5/+22
| * MD: kick out journal disk if it's not freshSong Liu2015-11-011-1/+2
| * MD: add new bit to indicate raid array with journalSong Liu2015-11-011-3/+7
| * MD: fix info output for journal diskShaohua Li2015-11-011-5/+4Star
| * md: show journal for journal disk in disk state sysfsShaohua Li2015-11-011-0/+4
| * skip match_mddev_units check for special rolesSong Liu2015-11-011-2/+12
| * md: skip resync for raid array with journalShaohua Li2015-11-011-0/+4
| * md: override md superblock recovery_offset for journal deviceShaohua Li2015-10-241-0/+6
| * MD: add a new disk role to present write journal deviceSong Liu2015-10-241-2/+21
| * MD: replace special disk roles with macrosSong Liu2015-10-241-7/+7
| * md-cluster: Call update_raid_disks() if another node --grow's raid_disksGoldwyn Rodrigues2015-10-241-7/+18
| * md: check the return value for metadata_update_startGuoqing Jiang2015-10-121-6/+9
| * md-cluster: only call kick_rdev_from_array after remove disk successfullyGuoqing Jiang2015-10-121-6/+9
| * md-cluster: Fix adding of new disk with new reload codeGoldwyn Rodrigues2015-10-121-22/+30
| * md-cluster: Perform resync/recovery under a DLM lockGoldwyn Rodrigues2015-10-121-4/+25
| * md-cluster: Perform a lazy updateGoldwyn Rodrigues2015-10-121-44/+57
| * md-cluster: Improve md_reload_sb to be less error proneGoldwyn Rodrigues2015-10-121-14/+107
| * md: remove_and_add_spares() to activate specific rdevGoldwyn Rodrigues2015-10-121-10/+11
| * md-cluster: Use a small window for resyncGoldwyn Rodrigues2015-10-121-8/+0Star
| * md: Increment version for clustered bitmapsGoldwyn Rodrigues2015-10-121-0/+3
* | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-051-7/+4Star
|\ \
| * | md: suspend i/o during runtime blk_integrity_unregisterDan Williams2015-10-211-0/+1
| * | md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams2015-10-211-1/+0Star
| * | block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-211-6/+3Star
| |/
* / Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown2015-10-311-2/+1Star
|/
* md: clear CHANGE_PENDING in readonly arrayShaohua Li2015-10-021-0/+1
* md: wait for pending superblock updates before switching to read-onlyNeilBrown2015-10-021-0/+4
* Merge linux-block/for-4.3/core into md/for-linuxNeilBrown2015-09-051-35/+11Star
|\
| * Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-35/+11Star
| |\
| | * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-26/+0Star
| | * block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+2
| | * block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-9/+9
* | | md/raid1: ensure device failure recorded before write request returns.NeilBrown2015-08-311-0/+1
* | | md: extend spinlock protection in register_md_cluster_operationsNeilBrown2015-08-311-6/+10
* | | md-cluster: transfer the resync ownership to another nodeGuoqing Jiang2015-08-311-3/+3
* | | md: setup safemode_timer before it's being usedSasha Levin2015-08-311-5/+4Star
* | | md: sync sync_completed has correct value as recovery finishes.NeilBrown2015-08-311-0/+9
* | | md: be careful when testing resync_max against curr_resync_completed.NeilBrown2015-08-311-1/+2
* | | md: set MD_RECOVERY_RECOVER when starting a degraded array.NeilBrown2015-08-311-0/+6
* | | md: close some races between setting and checking sync_action.NeilBrown2015-08-311-0/+2
* | | md: Keep /proc/mdstat reporting recovery until fully DONE.NeilBrown2015-08-311-14/+24
* | | md: simplify get_bitmap_file now that "file" is zeroed.Benjamin Randazzo2015-08-031-10/+10
|/ /
* | md: use kzalloc() when bitmap is disabledBenjamin Randazzo2015-08-031-1/+1
* | Merge tag 'md/4.2-fixes' of git://neil.brown.name/mdLinus Torvalds2015-07-251-1/+3
|\ \ | |/ |/|