md: fix possible corruption of array metadata on shutdown.
[linux-flexiantxendom0.git] / drivers / md / md.c
2012-04-30 NeilBrownmd: fix possible corruption of array metadata on shutdown.
2012-04-02 NeilBrownmd: fix clearing of the 'changed' flags for the bad...
2012-04-02 NeilBrownmd: don't set md arrays to readonly on shutdown.
2011-12-22 NeilBrownmd: don't give up looking for spares on first failure...
2011-12-08 NeilBrownmd: ensure new badblocks are handled promptly.
2011-12-08 NeilBrownmd: bad blocks shouldn't cause a Blocked status on...
2011-12-08 NeilBrownmd: take a reference to mddev during sysfs access.
2011-12-08 NeilBrownmd: refine interpretation of "hold_active == UNTIL_IOCTL".
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-05 Linus TorvaldsMerge branch 'for-3.2/core' of git://git.kernel.dk...
2011-10-31 Paul Gortmakermd: Add module.h to all files using it implicitly
2011-10-19 Jens AxboeMerge branch 'v3.1-rc10' into for-3.2/core
2011-10-19 Chris Dunlopmd.c: trivial comment fix
2011-10-18 Andrei WarkentinMD: Allow restarting an interrupted incremental recovery.
2011-10-18 NeilBrownmd: clear In_sync bit on devices added to an active...
2011-10-11 NeilBrownmd: rename "mdk_personality" to "md_personality"
2011-10-11 NeilBrownmd: remove typedefs: mdk_thread_t -> struct md_thread
2011-10-11 NeilBrownmd: remove typedefs: mddev_t -> struct mddev
2011-10-11 NeilBrownmd: removing typedefs: mdk_rdev_t -> struct md_rdev
2011-10-07 NeilBrownmd: remove PRINTK and dprintk debugging and use pr_debug
2011-09-23 Daniel P. Berrangemd: don't delay reboot by 1 second if no MD devices...
2011-09-21 NeilBrownmd: Avoid waking up a thread after it has been freed.
2011-09-12 Christoph Hellwigblock: remove support for bio remapping from ->make_request
2011-09-10 NeilBrownmd: Fix handling for devices from 2TB to 4TB in 0.90...
2011-08-30 NeilBrownmd: fix clearing of 'blocked' flag in the presence...
2011-08-25 Namhyung Kimmd: use REQ_NOIDLE flag in md_super_write()
2011-08-25 NeilBrownmd: ensure changes to 'write-mostly' are reflected...
2011-08-25 NeilBrownmd: report failure if a 'set faulty' request doesn't.
2011-07-28 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2011-07-28 NeilBrownmd/raid10 record bad blocks as needed during recovery.
2011-07-28 NeilBrownmd: make it easier to wait for bad blocks to be acknowl...
2011-07-28 NeilBrownmd: add 'write_error' flag to component devices.
2011-07-28 NeilBrownmd/raid1: avoid reading from known bad blocks.
2011-07-28 NeilBrownmd: Disable bad blocks and v0.90 metadata.
2011-07-28 NeilBrownmd: load/store badblock list from v1.x metadata
2011-07-28 NeilBrownmd/bad-block-log: add sysfs interface for accessing...
2011-07-28 NeilBrownmd: beginnings of bad block management.
2011-07-27 NeilBrownmd: remove suspicious size_of()
2011-07-27 Jonathan BrassowMD: generate an event when array sync is complete
2011-07-27 Namhyung Kimmd: get rid of unnecessary casts on page_address()
2011-07-27 NeilBrownmd: change managed of recovery_disabled.
2011-07-27 Namhyung Kimmd: remove ro check in md_check_recovery()
2011-07-27 Namhyung Kimmd: introduce link/unlink_rdev() helpers
2011-07-21 Kay Sieversfs: seq_file - add event counter to simplify poll(...
2011-06-28 NeilBrownmd: avoid endless recovery loop when waiting for fail...
2011-06-09 Namhyung Kimmd: check ->hot_remove_disk when removing disk
2011-06-09 马建朋md: Using poll /proc/mdstat can monitor the events...
2011-06-08 Jonathan BrassowMD: add sync_super to mddev_t struct
2011-06-08 Jonathan BrassowMD: move thread wakeups into resume
2011-06-08 Jonathan BrassowMD: possible typo
2011-06-08 Jonathan BrassowMD: no sync IO while suspended
2011-06-08 Jonathan BrassowMD: no integrity register if no gendisk
2011-05-11 NeilBrownmd: allow resync_start to be set while an array is...
2011-05-11 NeilBrownmd: reject a re-add request that cannot be honoured.
2011-05-11 NeilBrownmd: Fix race when creating a new md device.
2011-04-20 Krzysztof Wojcikmd: Cleanup after raid45->raid0 takeover
2011-04-18 NeilBrownmd: provide generic support for handling unplug callbacks.
2011-04-18 NeilBrownmd - remove old plugging code.
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-29 Martin K. Petersenmd: Fix integrity registration error when no devices...
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-17 Martin K. Petersenblock: Require subsystems to explicitly allocate bio_se...
2011-03-16 Linus TorvaldsMerge branch 'for-2.6.39' of git://git./linux/kernel...
2011-03-10 Jens AxboeMerge branch 'for-2.6.39/stack-plug' into for-2.6.39...
2011-03-10 Jens Axboeblock: kill off REQ_UNPLUG
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-02-24 NeilBrownmd: Fix - again - partition detection when array become...
2011-02-21 Tejun HeoMerge branch 'master' into for-2.6.39
2011-02-16 NeilBrownmd: correctly handle probe of an 'mdp' device.
2011-02-16 NeilBrownmd: don't set_capacity before array is active.
2011-02-07 Chris Masonmd_make_request: don't touch the bio after calling...
2011-02-02 NeilBrownmd: Don't allow slot_store while resync/recovery is...
2011-01-31 NeilBrownmd: don't clear curr_resync_completed at end of resync.
2011-01-31 NeilBrownmd: Don't use remove_and_add_spares to remove failed...
2011-01-31 NeilBrownmd: Remove the AllReserved flag for component devices.
2011-01-31 NeilBrownmd: revert change to raid_disks on failure.
2011-01-25 Tejun Heoworkqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER
2011-01-14 Tejun Heoblock: restore multiple bd_link_disk_holder() support
2011-01-14 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2011-01-13 NeilBrownmd: Fix removal of extra drives when converting RAID6...
2011-01-13 NeilBrownmd: range check slot number when manually adding a...
2011-01-13 Rémi Rérollemd: fix sync_completed reporting for very large drives...
2011-01-13 NeilBrownmd: allow suspend_lo and suspend_hi to decrease as...
2011-01-13 NeilBrownmd: Don't let implementation detail of curr_resync...
2011-01-13 Jonathan Brassowmd: separate meta and data devs
2011-01-13 Jonathan Brassowmd-new-param-to_sync_page_io
2011-01-13 Jonathan Brassowmd-new-param-to-calc_dev_sboffset
2011-01-13 NeilBrownmd: Be more careful about clearing flags bit in ->recovery
2011-01-13 NeilBrownmd: md_stop_writes requires mddev_lock.
2011-01-13 NeilBrownmd: Ensure no IO request to get md device before it...
2011-01-13 NeilBrownmd: fix regression resulting in delays in clearing...
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/core' of git://git.kernel...
2011-01-11 NeilBrownmd: fix regression with re-adding devices to arrays...
2010-12-23 James BottomleyMerge branch 'block'
2010-12-20 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2010-12-17 Martin K. Petersenblock: Deprecate QUEUE_FLAG_CLUSTER and use queue_limit...
2010-12-09 NeilBrownmd: protect against NULL reference when waiting to...
2010-12-09 NeilBrownmd: fix bug with re-adding of partially recovered device.
2010-12-09 NeilBrownmd: fix possible deadlock in handling flush requests.
2010-12-09 NeilBrownmd: move code in to submit_flushes.
next