summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* md: discard PRINT_RAID_DEBUG ioctlNeilBrown2014-10-141-138/+0
* md: remove MD_BUG()NeilBrown2014-10-141-46/+12
* md: clean up 'exit' labels in md_ioctl().NeilBrown2014-10-141-41/+35
* md: remove unnecessary test for MD_MAJOR in md_ioctl()NeilBrown2014-10-141-4/+1
* md: don't allow "-sync" to be set for device in an active array.NeilBrown2014-10-141-4/+6
* md: remove unwanted white space from md.cNeilBrown2014-10-141-101/+74
* md: don't start resync thread directly from md thread.NeilBrown2014-10-141-23/+36
* md: Just use RCU when checking for overlap between arrays.NeilBrown2014-10-141-8/+7
* md: avoid potential long delay under pers_lockChao Yu2014-10-141-1/+2
* md: simplify export_array()NeilBrown2014-10-141-8/+4
* md: discard find_rdev_nr in favour of find_rdev_nr_rcuNeilBrown2014-10-141-14/+8
* md: use wait_event() to simplify md_super_wait()NeilBrown2014-10-141-8/+1
* md: be more relaxed about stopping an array which isn't started.NeilBrown2014-10-141-3/+3
* md: don't allow bitmap file to be added to raid0/linear.NeilBrown2014-08-081-2/+2
* md: Recovery speed is wrongXiao Ni2014-08-081-2/+3
OpenPOWER on IntegriCloud