aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2016-11-25md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown
2016-11-25md: sync sync_completed has correct value as recovery finishes.NeilBrown
2016-05-17MD: make bio mergeableShaohua Li
2015-11-09Revert "md: allow a partially recovered device to be hot-added to an array."NeilBrown
2015-09-29md: flush ->event_work before stopping array.NeilBrown
2015-08-16md: use kzalloc() when bitmap is disabledBenjamin Randazzo
2015-08-03md: fix a build warningFiro Yang
2015-08-03md: unlock mddev_lock on an error path.NeilBrown
2015-08-03md: clear mddev->private when it has been freed.NeilBrown
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-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown
2015-04-22md: allow resync to go faster when there is competing IO.NeilBrown
2015-04-22md: remove 'go_faster' option from ->sync_request()NeilBrown
2015-04-22md: don't require sync_min to be a multiple of chunk_size.NeilBrown
2015-04-22Merge branch 'cluster' into for-nextNeilBrown
2015-04-22md-cluster: re-add capabilitiesGoldwyn Rodrigues
2015-04-22md: re-add a failed diskGoldwyn Rodrigues
2015-04-22md-cluster: remove capabilitiesGoldwyn Rodrigues
2015-04-22md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues
2015-04-22md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues
2015-04-08md: fix md io stats accounting brokenGu Zheng
2015-03-21md: Fix stray --cluster-confirm crashGoldwyn Rodrigues
2015-03-21md: 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-06md: make reconfig_mutex optional for writes to md sysfs files.NeilBrown
2015-02-06md: move mddev_lock and related to md.hNeilBrown
2015-02-06md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown
2015-02-06md: minor cleanup in safe_delay_store.NeilBrown
2015-02-06md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown
2015-02-06md: tidy up set_bitmap_fileNeilBrown
2015-02-06md: remove unnecessary 'buf' from get_bitmap_file.NeilBrown
2015-02-06md: remove mddev_lock from rdev_attr_show()NeilBrown
2015-02-06md: remove mddev_lock() from md_attr_show()NeilBrown