aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+11
2015-08-31md/raid1: ensure device failure recorded before write request returns.NeilBrown1-0/+1
2015-08-31md: extend spinlock protection in register_md_cluster_operationsNeilBrown1-6/+10
2015-08-31md-cluster: transfer the resync ownership to another nodeGuoqing Jiang1-3/+3
2015-08-31md: setup safemode_timer before it's being usedSasha Levin1-5/+4
2015-08-31md: sync sync_completed has correct value as recovery finishes.NeilBrown1-0/+9
2015-08-31md: be careful when testing resync_max against curr_resync_completed.NeilBrown1-1/+2
2015-08-31md: set MD_RECOVERY_RECOVER when starting a degraded array.NeilBrown1-0/+6
2015-08-31md: close some races between setting and checking sync_action.NeilBrown1-0/+2
2015-08-31md: Keep /proc/mdstat reporting recovery until fully DONE.NeilBrown1-14/+24
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-26/+0
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-0/+2
2015-08-03md: simplify get_bitmap_file now that "file" is zeroed.Benjamin Randazzo1-10/+10
2015-08-03md: use kzalloc() when bitmap is disabledBenjamin Randazzo1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-9/+9
2015-07-25Merge tag 'md/4.2-fixes' of git://neil.brown.name/mdLinus Torvalds1-1/+3
2015-07-24md: Return error if request_module fails and returns positive valueGoldwyn Rodrigues1-1/+1
2015-07-22md: flush ->event_work before stopping array.NeilBrown1-0/+2
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-29Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds1-70/+97
2015-06-25drivers/md/md.c: use strreplace()Rasmus Villemoes1-3/+1
2015-06-25md: clear Blocked flag on failed devices when array is read-only.Neil Brown1-0/+9
2015-06-25md: unlock mddev_lock on an error path.NeilBrown1-1/+3
2015-06-25md: clear mddev->private when it has been freed.NeilBrown1-0/+3
2015-06-23vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-06-17md: fix a build warningFiro Yang1-1/+1
2015-06-17md: convert to kstrto*()Alexey Dobriyan1-68/+81
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown1-0/+1
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown1-5/+6
2015-06-12md: don't return 0 from array_state_storeNeilBrown1-1/+1
2015-05-29Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds1-6/+8