summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
AgeCommit message (Expand)Author
2009-12-30md: allow a resync that is waiting for other resync to complete, to be aborted.NeilBrown
2009-12-30md: remove unnecessary code from do_md_runNeilBrown
2009-12-30md: make recovery started by do_md_run() visible via sync_actionDan Williams
2009-12-30md: fix small irregularity with start_ro module parameterNeilBrown
2009-12-30md: Fix unfortunate interaction with evmsNeilBrown
2009-12-15drivers/md/md.c: use %pU to print UUIDsJoe Perches
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-14md: add 'recovery_start' per-device sysfs attributeDan Williams
2009-12-14md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams
2009-12-14md: integrate spares into array at earliest opportunity.NeilBrown
2009-12-14md: move compat_ioctl handling into md.cArnd Bergmann
2009-12-14md: add MODULE_DESCRIPTION for all md related modules.NeilBrown
2009-12-14raid: improve MD/raid10 handling of correctable read errors.Robert Becker
2009-12-14md: support updating bitmap parameters via sysfs.NeilBrown
2009-12-14md: factor out parsing of fixed-point numbersNeilBrown
2009-12-14md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown
2009-12-14md: collect bitmap-specific fields into one structure.NeilBrown
2009-12-14md: support barrier requests on all personalities.NeilBrown
2009-12-14md: don't reset curr_resync_completed after an interrupted resyncNeilBrown
2009-12-14md: adjust resync_min usefully when resync aborts.NeilBrown
2009-12-14md/bitmap: protect against bitmap removal while being updated.NeilBrown
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman
2009-11-13md: allow v0.91 metadata to record devices as being active but not in-sync.NeilBrown
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman
2009-11-12md: factor out updating of 'recovery_offset'.NeilBrown
2009-11-06md: don't clear endpoint for resync when resync is interrupted.NeilBrown
2009-10-16md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown
2009-09-23md: report device as congested when suspendedNeilBrown
2009-09-23md: Improve name of threads created by md_register_threadNeilBrown
2009-09-23md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-08-18Fix new incorrect error return from do_md_stop.NeilBrown
2009-08-13md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown
2009-08-13md: never advance 'events' counter by more than 1.NeilBrown
2009-08-10Remove deadlock potential in md_openNeilBrown
2009-08-03md: Use revalidate_disk to effect changes in size of device.NeilBrown
2009-08-03md: Handle growth of v1.x metadata correctly.NeilBrown
2009-08-03md: avoid array overflow with bad v1.x metadataNeilBrown
2009-08-03md: when a level change reduces the number of devices, remove the excess.NeilBrown
2009-08-03md: Push down data integrity code to personalities.Andre Noll
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-07-01md: use interruptible wait when duration is controlled by userspace.NeilBrown
2009-07-01md: tidy up error paths in md_allocNeilBrown
2009-07-01md: fix error path when duplicate name is found on md device creation.NeilBrown
2009-07-01md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.NeilBrown
2009-06-18md: Move check for bitmap presence to personality code.Andre Noll
2009-06-18md: remove chunksize rounding from common code.NeilBrown
2009-06-18md: move assignment of ->utime so that it never gets skipped.NeilBrown