summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* md: Increment version for clustered bitmapsGoldwyn Rodrigues2015-10-121-0/+3
* 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/+11
|\
| * Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-35/+11
| |\
| | * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-26/+0
| | * 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/+4
* | | 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
|\ \ | |/ |/|
| * md: Return error if request_module fails and returns positive valueGoldwyn Rodrigues2015-07-241-1/+1
| * md: flush ->event_work before stopping array.NeilBrown2015-07-221-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\ \ | |/ |/|
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-291-70/+97
|\ \
| * | md: clear Blocked flag on failed devices when array is read-only.Neil Brown2015-06-251-0/+9
| * | md: unlock mddev_lock on an error path.NeilBrown2015-06-251-1/+3
| * | md: clear mddev->private when it has been freed.NeilBrown2015-06-251-0/+3
| * | md: fix a build warningFiro Yang2015-06-171-1/+1
| * | md: convert to kstrto*()Alexey Dobriyan2015-06-171-68/+81
* | | drivers/md/md.c: use strreplace()Rasmus Villemoes2015-06-251-3/+1
|/ /
* | md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown2015-06-121-0/+1
* | md: Close race when setting 'action' to 'idle'.NeilBrown2015-06-121-5/+6
* | md: don't return 0 from array_state_storeNeilBrown2015-06-121-1/+1
* | Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-291-6/+8
|\ \ | |/ |/|
OpenPOWER on IntegriCloud