summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* md: move EXPORT_SYMBOL to after function in md.cNeilBrown2014-10-141-12/+11Star
* md: discard PRINT_RAID_DEBUG ioctlNeilBrown2014-10-141-138/+0Star
* md: remove MD_BUG()NeilBrown2014-10-141-46/+12Star
* md: clean up 'exit' labels in md_ioctl().NeilBrown2014-10-141-41/+35Star
* md: remove unnecessary test for MD_MAJOR in md_ioctl()NeilBrown2014-10-141-4/+1Star
* 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/+74Star
* 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/+7Star
* md: avoid potential long delay under pers_lockChao Yu2014-10-141-1/+2
* md: simplify export_array()NeilBrown2014-10-141-8/+4Star
* md: discard find_rdev_nr in favour of find_rdev_nr_rcuNeilBrown2014-10-141-14/+8Star
* md: use wait_event() to simplify md_super_wait()NeilBrown2014-10-141-8/+1Star
* 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
* md: disable probing for md devices 512 and over.NeilBrown2014-07-311-2/+2
* md: flush writes before starting a recovery.NeilBrown2014-07-031-0/+13
* md: make sure GET_ARRAY_INFO ioctl reports correct "clean" statusNeilBrown2014-07-031-1/+1
* md: md_clear_badblocks should return an error code on failure.NeilBrown2014-05-291-1/+1
* md: refuse to change shape of array if it is active but read-onlyNeilBrown2014-05-291-0/+10
* md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown2014-05-291-0/+1
* md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown2014-05-281-1/+3
* md: avoid possible spinning md thread at shutdown.NeilBrown2014-05-061-1/+2
* md: avoid oops on unload if some process is in poll or select.NeilBrown2014-04-091-0/+16
* md/bitmap: don't abuse i_writecount for bitmap files.NeilBrown2014-04-091-33/+16Star
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-7/+5Star
|\
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-1/+1
| |\
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-241-5/+5
| * | block: submit_bio_wait() conversionsKent Overstreet2013-11-241-13/+1Star
* | | Merge tag 'md/3.14' of git://neil.brown.name/mdLinus Torvalds2014-01-251-20/+56
|\ \ \
| * | | md: check command validity early in md_ioctl().Nicolas Schichan2014-01-151-0/+29
| * | | md: ensure metadata is writen after raid level change.NeilBrown2014-01-141-0/+2
| * | | md: allow a partially recovered device to be hot-added to an array.NeilBrown2014-01-141-1/+2
| * | | md: Change handling of save_raid_disk and metadata update during recovery.NeilBrown2014-01-141-19/+23
* | | | Merge tag 'md/3.13-fixes' of git://neil.brown.name/mdLinus Torvalds2014-01-151-3/+15
|\| | | | |_|/ |/| |
| * | md: fix problem when adding device to read-only array with bitmap.NeilBrown2014-01-141-3/+15
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-061-11/+1Star
|\ \ \ | |/ / |/| |
| * | block: submit_bio_wait() conversionsKent Overstreet2013-11-251-11/+1Star
| |/
* / md: test mddev->flags more safely in md_check_recovery.NeilBrown2013-11-281-1/+1
|/
* Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds2013-11-201-53/+80
|\
| * md: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-11-191-3/+3
| * md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_...NeilBrown2013-11-191-19/+49
| * md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.NeilBrown2013-11-191-26/+14Star
| * md: fix some places where mddev_lock return value is not checked.NeilBrown2013-11-191-5/+13
| * md: fix calculation of stacking limits on level change.NeilBrown2013-11-141-0/+1
* | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-141-40/+0Star
|\ \ | |/ |/|
| * block: Consolidate duplicated bio_trim() implementationsKent Overstreet2013-11-081-40/+0Star
* | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-071-1/+1
|\ \ | |/ |/|
| * sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-271-1/+1