summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-2/+2
* md: fix some lockdep issues between md and sysfs.NeilBrown2010-02-101-9/+5Star
* md: allow a resync that is waiting for other resync to complete, to be aborted.NeilBrown2009-12-301-2/+3
* md: remove unnecessary code from do_md_runNeilBrown2009-12-301-28/+0Star
* md: make recovery started by do_md_run() visible via sync_actionDan Williams2009-12-301-0/+1
* md: fix small irregularity with start_ro module parameterNeilBrown2009-12-301-1/+1
* md: Fix unfortunate interaction with evmsNeilBrown2009-12-301-1/+7
* drivers/md/md.c: use %pU to print UUIDsJoe Perches2009-12-151-12/+4Star
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-2/+2
* md: add 'recovery_start' per-device sysfs attributeDan Williams2009-12-141-1/+40
* md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams2009-12-141-2/+6
* md: integrate spares into array at earliest opportunity.NeilBrown2009-12-141-7/+6Star
* md: move compat_ioctl handling into md.cArnd Bergmann2009-12-141-0/+23
* md: add MODULE_DESCRIPTION for all md related modules.NeilBrown2009-12-141-0/+1
* raid: improve MD/raid10 handling of correctable read errors.Robert Becker2009-12-141-0/+34
* md: support updating bitmap parameters via sysfs.NeilBrown2009-12-141-1/+4
* md: factor out parsing of fixed-point numbersNeilBrown2009-12-141-22/+42
* md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown2009-12-141-2/+5
* md: collect bitmap-specific fields into one structure.NeilBrown2009-12-141-37/+42
* md: support barrier requests on all personalities.NeilBrown2009-12-141-2/+103
* md: don't reset curr_resync_completed after an interrupted resyncNeilBrown2009-12-141-1/+3
* md: adjust resync_min usefully when resync aborts.NeilBrown2009-12-141-3/+7
* md/bitmap: protect against bitmap removal while being updated.NeilBrown2009-12-141-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-9/+5Star
|\
| * sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-2/+2
| * Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-171-2/+3
| |\
| * | sysctl drivers: Remove dead binary sysctl supportEric W. Biederman2009-11-121-7/+3Star
* | | md: allow v0.91 metadata to record devices as being active but not in-sync.NeilBrown2009-11-131-6/+25
* | | md: factor out updating of 'recovery_offset'.NeilBrown2009-11-121-2/+8
| |/ |/|
* | md: don't clear endpoint for resync when resync is interrupted.NeilBrown2009-11-061-2/+3
|/
* md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown2009-10-161-1/+1
* md: report device as congested when suspendedNeilBrown2009-09-231-0/+6
* md: Improve name of threads created by md_register_threadNeilBrown2009-09-231-3/+6
* md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown2009-09-231-5/+5
* const: make block_device_operations constAlexey Dobriyan2009-09-221-2/+2
* Fix new incorrect error return from do_md_stop.NeilBrown2009-08-181-0/+1
* md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown2009-08-131-0/+1
* md: never advance 'events' counter by more than 1.NeilBrown2009-08-131-8/+5Star
* Remove deadlock potential in md_openNeilBrown2009-08-101-8/+10
* md: Use revalidate_disk to effect changes in size of device.NeilBrown2009-08-031-23/+5Star
* md: Handle growth of v1.x metadata correctly.NeilBrown2009-08-031-1/+7
* md: avoid array overflow with bad v1.x metadataNeilBrown2009-08-031-1/+6
* md: when a level change reduces the number of devices, remove the excess.NeilBrown2009-08-031-0/+7
* md: Push down data integrity code to personalities.Andre Noll2009-08-031-30/+64
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-8/+10
* md: use interruptible wait when duration is controlled by userspace.NeilBrown2009-07-011-4/+10
* md: tidy up error paths in md_allocNeilBrown2009-07-011-20/+18Star
* md: fix error path when duplicate name is found on md device creation.NeilBrown2009-07-011-0/+2
* md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.NeilBrown2009-07-011-2/+4