summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-081-2/+2
|\
| * block: destroy bdi before blockdev is unregistered.NeilBrown2015-04-271-2/+2
* | md: allow resync to go faster when there is competing IO.NeilBrown2015-04-221-2/+9
* | md: remove 'go_faster' option from ->sync_request()NeilBrown2015-04-221-3/+2
* | md: don't require sync_min to be a multiple of chunk_size.NeilBrown2015-04-221-11/+2
* | Merge branch 'cluster' into for-nextNeilBrown2015-04-221-53/+300
|\ \ | |/ |/|
| * md-cluster: re-add capabilitiesGoldwyn Rodrigues2015-04-221-2/+11
| * md: re-add a failed diskGoldwyn Rodrigues2015-04-221-20/+37
| * md-cluster: remove capabilitiesGoldwyn Rodrigues2015-04-221-1/+6
| * md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues2015-04-221-4/+5
| * md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues2015-04-221-8/+9
| * md: Fix stray --cluster-confirm crashGoldwyn Rodrigues2015-03-211-2/+6
| * md: fix error paths from bitmap_create.NeilBrown2015-02-251-2/+4
| * Add new disk to clustered arrayGoldwyn Rodrigues2015-02-231-3/+49
| * Suspend writes in RAID1 if within rangeGoldwyn Rodrigues2015-02-231-0/+1
| * Send RESYNCING while performing resync start/stopGoldwyn Rodrigues2015-02-231-2/+2
| * Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues2015-02-231-0/+22
| * metadata_update sends message to other nodesGoldwyn Rodrigues2015-02-231-14/+75
| * bitmap_create returns bitmap pointerGoldwyn Rodrigues2015-02-231-6/+19
| * Gather on-going resync information of other nodesGoldwyn Rodrigues2015-02-231-0/+8
| * Add node recovery callbacksGoldwyn Rodrigues2015-02-231-1/+1
| * Return MD_SB_CLUSTERED if mddev is clusteredGoldwyn Rodrigues2015-02-231-0/+3
| * Introduce md_cluster_infoGoldwyn Rodrigues2015-02-231-0/+2
| * Introduce md_cluster_operations to handle cluster functionsGoldwyn Rodrigues2015-02-231-0/+52
* | md: fix md io stats accounting brokenGu Zheng2015-04-081-1/+5
* | md: fix problems with freeing private data after ->run failure.NeilBrown2015-03-211-1/+2
* | md: mark some attributes as pre-allocNeilBrown2015-02-251-6/+8
|/
* md: make reconfig_mutex optional for writes to md sysfs files.NeilBrown2015-02-061-106/+240
* md: move mddev_lock and related to md.hNeilBrown2015-02-061-24/+2
* md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown2015-02-061-13/+45
* md: minor cleanup in safe_delay_store.NeilBrown2015-02-061-5/+7
* md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown2015-02-061-26/+32
* md: tidy up set_bitmap_fileNeilBrown2015-02-061-7/+9
* md: remove unnecessary 'buf' from get_bitmap_file.NeilBrown2015-02-061-8/+4
* md: remove mddev_lock from rdev_attr_show()NeilBrown2015-02-061-22/+14
* md: remove mddev_lock() from md_attr_show()NeilBrown2015-02-061-13/+10
* md: remove need for mddev_lock() in md_seq_show()NeilBrown2015-02-061-5/+3
* md: protect ->pers changes with mddev->lockNeilBrown2015-02-041-21/+34
* md: level_store: group all important changes into one place.NeilBrown2015-02-041-30/+32
* md: rename ->stop to ->freeNeilBrown2015-02-041-5/+5
* md: split detach operation out from ->stop.NeilBrown2015-02-041-4/+26
* md: make merge_bvec_fn more robust in face of personality changes.NeilBrown2015-02-041-0/+24
* md: make ->congested robust against personality changes.NeilBrown2015-02-041-2/+20
* md: rename mddev->write_lock to mddev->lockNeilBrown2015-02-041-18/+18
* Merge tag 'md/3.19' of git://neil.brown.name/mdLinus Torvalds2014-12-141-11/+27
|\
| * md: Check MD_RECOVERY_RUNNING as well as ->sync_thread.NeilBrown2014-12-111-10/+26
| * md: fix semicolon.cocci warningskbuild test robot2014-12-031-1/+1
* | md: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-241-5/+1
|/
* md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZENNeilBrown2014-11-171-0/+4
* md: move EXPORT_SYMBOL to after function in md.cNeilBrown2014-10-141-12/+11
OpenPOWER on IntegriCloud