summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* md: use kzalloc() when bitmap is disabledBenjamin Randazzo2015-08-031-1/+1
* Merge tag 'md/4.2-fixes' of git://neil.brown.name/mdLinus Torvalds2015-07-251-1/+3
|\
| * md: Return error if request_module fails and returns positive valueGoldwyn Rodrigues2015-07-241-1/+1
| * md: flush ->event_work before stopping array.NeilBrown2015-07-221-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-1/+1
|\ \ | |/ |/|
| * vfs: add file_path() helperMiklos Szeredi2015-06-241-1/+1
* | Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-291-70/+97
|\ \
| * | md: clear Blocked flag on failed devices when array is read-only.Neil Brown2015-06-251-0/+9
| * | md: unlock mddev_lock on an error path.NeilBrown2015-06-251-1/+3
| * | md: clear mddev->private when it has been freed.NeilBrown2015-06-251-0/+3
| * | md: fix a build warningFiro Yang2015-06-171-1/+1
| * | md: convert to kstrto*()Alexey Dobriyan2015-06-171-68/+81
* | | drivers/md/md.c: use strreplace()Rasmus Villemoes2015-06-261-3/+1Star
|/ /
* | md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown2015-06-121-0/+1
* | md: Close race when setting 'action' to 'idle'.NeilBrown2015-06-121-5/+6
* | md: don't return 0 from array_state_storeNeilBrown2015-06-121-1/+1
* | Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds2015-05-291-6/+8
|\ \ | |/ |/|
| * md: fix race when unfreezing sync_actionNeilBrown2015-05-281-6/+8
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-091-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/+2Star
* | md: don't require sync_min to be a multiple of chunk_size.NeilBrown2015-04-221-11/+2Star
* | Merge branch 'cluster' into for-nextNeilBrown2015-04-221-53/+300
|\ \ | |/ |/|
| * md-cluster: re-add capabilitiesGoldwyn Rodrigues2015-04-211-2/+11
| * md: re-add a failed diskGoldwyn Rodrigues2015-04-211-20/+37
| * md-cluster: remove capabilitiesGoldwyn Rodrigues2015-04-211-1/+6
| * md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues2015-04-211-4/+5
| * md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues2015-04-211-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-201-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-051-106/+240
* md: move mddev_lock and related to md.hNeilBrown2015-02-051-24/+2Star
* md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown2015-02-051-13/+45
* md: minor cleanup in safe_delay_store.NeilBrown2015-02-051-5/+7
* md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown2015-02-051-26/+32