aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+11
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: 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
2015-05-28md: fix race when unfreezing sync_actionNeilBrown1-6/+8
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown1-2/+2
2015-04-22md: allow resync to go faster when there is competing IO.NeilBrown1-2/+9
2015-04-22md: remove 'go_faster' option from ->sync_request()NeilBrown1-3/+2
2015-04-22md: don't require sync_min to be a multiple of chunk_size.NeilBrown1-11/+2
2015-04-22Merge branch 'cluster' into for-nextNeilBrown1-53/+300
2015-04-22md-cluster: re-add capabilitiesGoldwyn Rodrigues1-2/+11
2015-04-22md: re-add a failed diskGoldwyn Rodrigues1-20/+37
2015-04-22md-cluster: remove capabilitiesGoldwyn Rodrigues1-1/+6
2015-04-22md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues1-4/+5
2015-04-22md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues1-8/+9
2015-04-08md: fix md io stats accounting brokenGu Zheng1-1/+5
2015-03-21md: Fix stray --cluster-confirm crashGoldwyn Rodrigues1-2/+6
2015-03-21md: fix problems with freeing private data after ->run failure.NeilBrown1-1/+2
2015-02-25md: fix error paths from bitmap_create.NeilBrown1-2/+4
2015-02-25md: mark some attributes as pre-allocNeilBrown1-6/+8
2015-02-23Add new disk to clustered arrayGoldwyn Rodrigues1-3/+49
2015-02-23Suspend writes in RAID1 if within rangeGoldwyn Rodrigues1-0/+1
2015-02-23Send RESYNCING while performing resync start/stopGoldwyn Rodrigues1-2/+2
2015-02-23Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues1-0/+22
2015-02-23metadata_update sends message to other nodesGoldwyn Rodrigues1-14/+75
2015-02-23bitmap_create returns bitmap pointerGoldwyn Rodrigues1-6/+19
2015-02-23Gather on-going resync information of other nodesGoldwyn Rodrigues1-0/+8
2015-02-23Add node recovery callbacksGoldwyn Rodrigues1-1/+1
2015-02-23Return MD_SB_CLUSTERED if mddev is clusteredGoldwyn Rodrigues1-0/+3
2015-02-23Introduce md_cluster_infoGoldwyn Rodrigues1-0/+2
2015-02-23Introduce md_cluster_operations to handle cluster functionsGoldwyn Rodrigues1-0/+52
2015-02-06md: make reconfig_mutex optional for writes to md sysfs files.NeilBrown1-106/+240