aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-04md: level_store: group all important changes into one place.NeilBrown1-30/+32
2015-02-04md: rename ->stop to ->freeNeilBrown1-5/+5
2015-02-04md: split detach operation out from ->stop.NeilBrown1-4/+26
2015-02-04md: make merge_bvec_fn more robust in face of personality changes.NeilBrown1-0/+24
2015-02-04md: make ->congested robust against personality changes.NeilBrown1-2/+20
2015-02-04md: rename mddev->write_lock to mddev->lockNeilBrown1-18/+18
2014-12-14Merge tag 'md/3.19' of git://neil.brown.name/mdLinus Torvalds1-11/+27
2014-12-11md: Check MD_RECOVERY_RUNNING as well as ->sync_thread.NeilBrown1-10/+26
2014-12-03md: fix semicolon.cocci warningskbuild test robot1-1/+1
2014-11-24md: use generic io stats accounting functions to simplify io stat accountingGu Zheng1-5/+1
2014-11-17md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZENNeilBrown1-0/+4
2014-10-14md: move EXPORT_SYMBOL to after function in md.cNeilBrown1-12/+11