summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-29Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds
2015-06-26drivers/md/md.c: use strreplace()Rasmus Villemoes
2015-06-25md: clear Blocked flag on failed devices when array is read-only.Neil Brown
2015-06-25md: unlock mddev_lock on an error path.NeilBrown
2015-06-25md: clear mddev->private when it has been freed.NeilBrown
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-06-17md: fix a build warningFiro Yang
2015-06-17md: convert to kstrto*()Alexey Dobriyan
2015-06-12md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown
2015-06-12md: Close race when setting 'action' to 'idle'.NeilBrown
2015-06-12md: don't return 0 from array_state_storeNeilBrown
2015-05-29Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds
2015-05-28md: fix race when unfreezing sync_actionNeilBrown
2015-05-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown
2015-04-21md: allow resync to go faster when there is competing IO.NeilBrown
2015-04-21md: remove 'go_faster' option from ->sync_request()NeilBrown
2015-04-21md: don't require sync_min to be a multiple of chunk_size.NeilBrown
2015-04-21Merge branch 'cluster' into for-nextNeilBrown
2015-04-21md-cluster: re-add capabilitiesGoldwyn Rodrigues
2015-04-21md: re-add a failed diskGoldwyn Rodrigues
2015-04-21md-cluster: remove capabilitiesGoldwyn Rodrigues
2015-04-21md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues
2015-04-21md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues
2015-04-08md: fix md io stats accounting brokenGu Zheng
2015-03-20md: Fix stray --cluster-confirm crashGoldwyn Rodrigues
2015-03-20md: fix problems with freeing private data after ->run failure.NeilBrown
2015-02-25md: fix error paths from bitmap_create.NeilBrown
2015-02-25md: mark some attributes as pre-allocNeilBrown
2015-02-23Add new disk to clustered arrayGoldwyn Rodrigues
2015-02-23Suspend writes in RAID1 if within rangeGoldwyn Rodrigues
2015-02-23Send RESYNCING while performing resync start/stopGoldwyn Rodrigues
2015-02-23Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues
2015-02-23metadata_update sends message to other nodesGoldwyn Rodrigues
2015-02-23bitmap_create returns bitmap pointerGoldwyn Rodrigues
2015-02-23Gather on-going resync information of other nodesGoldwyn Rodrigues
2015-02-23Add node recovery callbacksGoldwyn Rodrigues
2015-02-23Return MD_SB_CLUSTERED if mddev is clusteredGoldwyn Rodrigues
2015-02-23Introduce md_cluster_infoGoldwyn Rodrigues
2015-02-23Introduce md_cluster_operations to handle cluster functionsGoldwyn Rodrigues
2015-02-05md: make reconfig_mutex optional for writes to md sysfs files.NeilBrown
2015-02-05md: move mddev_lock and related to md.hNeilBrown
2015-02-05md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown
2015-02-05md: minor cleanup in safe_delay_store.NeilBrown
2015-02-05md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown
2015-02-05md: tidy up set_bitmap_fileNeilBrown
2015-02-05md: remove unnecessary 'buf' from get_bitmap_file.NeilBrown
2015-02-05md: remove mddev_lock from rdev_attr_show()NeilBrown
2015-02-05md: remove mddev_lock() from md_attr_show()NeilBrown