aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-02-06md: move mddev_lock and related to md.hNeilBrown1-24/+2
2015-02-06md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown1-13/+45
2015-02-06md: minor cleanup in safe_delay_store.NeilBrown1-5/+7
2015-02-06md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown1-26/+32
2015-02-06md: tidy up set_bitmap_fileNeilBrown1-7/+9
2015-02-06md: remove unnecessary 'buf' from get_bitmap_file.NeilBrown1-8/+4
2015-02-06md: remove mddev_lock from rdev_attr_show()NeilBrown1-22/+14
2015-02-06md: remove mddev_lock() from md_attr_show()NeilBrown1-13/+10
2015-02-06md: remove need for mddev_lock() in md_seq_show()NeilBrown1-5/+3
2015-02-04md: protect ->pers changes with mddev->lockNeilBrown1-21/+34