md: never advance 'events' counter by more than 1.
[safe/jmp/linux-2.6] / drivers / md / md.c
2009-08-12 NeilBrownmd: never advance 'events' counter by more than 1.
2009-08-10 NeilBrownRemove deadlock potential in md_open
2009-08-03 NeilBrownmd: Use revalidate_disk to effect changes in size of...
2009-08-03 NeilBrownmd: Handle growth of v1.x metadata correctly.
2009-08-03 NeilBrownmd: avoid array overflow with bad v1.x metadata
2009-08-03 NeilBrownmd: when a level change reduces the number of devices...
2009-08-03 Andre Nollmd: Push down data integrity code to personalities.
2009-07-08 Joe PerchesRemove multiple KERN_ prefixes from printk formats
2009-07-01 NeilBrownmd: use interruptible wait when duration is controlled...
2009-07-01 NeilBrownmd: tidy up error paths in md_alloc
2009-07-01 NeilBrownmd: fix error path when duplicate name is found on...
2009-07-01 NeilBrownmd: avoid dereferencing NULL pointer when accessing...
2009-06-17 Andre Nollmd: Move check for bitmap presence to personality code.
2009-06-17 NeilBrownmd: remove chunksize rounding from common code.
2009-06-17 NeilBrownmd: move assignment of ->utime so that it never gets...
2009-06-17 Andre Nollmd: Push down reconstruction log message to personality...
2009-06-17 NeilBrownmd: merge reconfig and check_reshape methods.
2009-06-17 NeilBrownmd: remove unnecessary arguments from ->reconfig method.
2009-06-17 Andre Nollmd: Convert mddev->new_chunk to sectors.
2009-06-17 Andre Nollmd: Make mddev->chunk_size sector-based.
2009-06-16 raz ben yehudamd: prepare for non-power-of-two chunk sizes
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-05-26 NeilBrownmd: don't use locked_ioctl.
2009-05-26 NeilBrownmd: don't update curr_resync_completed without also...
2009-05-25 NeilBrownmd: export 'frozen' resync state through sysfs
2009-05-25 NeilBrownmd: improve errno return when setting array_size
2009-05-25 NeilBrownmd: always update level / chunk_size / layout when...
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-07 NeilBrownmd: remove rd%d links immediately after stopping an...
2009-05-07 NeilBrownmd: remove ability to explicit set an inactive array...
2009-05-07 Jan Engelhardtmd: constify VFTs
2009-05-07 NeilBrownmd: tidy up status_resync to handle large arrays.
2009-04-17 NeilBrownmd: update sync_completed and reshape_position even...
2009-04-14 NeilBrownmd: improve usefulness and accuracy of sysfs file md...
2009-04-14 NeilBrownmd: allow setting newly added device to 'in_sync' via...
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-03-31 NeilBrownmd: don't display meaningless values in sysfs files...
2009-03-31 NeilBrownmd: add explicit method to signal the end of a reshape.
2009-03-31 Dan Williamsmd: 'array_size' sysfs attribute
2009-03-31 Dan Williamsmd: centralize ->array_sectors modifications
2009-03-31 NeilBrownmd/raid5: allow layout/chunksize to be changed on an...
2009-03-31 NeilBrownmd: add ->takeover method to support changing the perso...
2009-03-31 NeilBrownmd: enable suspend/resume of md devices.
2009-03-31 NeilBrownmd: md_unregister_thread should cope with being passed...
2009-03-31 NeilBrownmd: make sure new_level, new_chunksize, new_layout...
2009-03-31 Andre Nollmd: Represent raid device size in sectors.
2009-03-31 Andre Nollmd: Make mddev->size sector-based.
2009-03-31 NeilBrownmd: be more consistent about setting WriteMostly flag...
2009-03-31 NeilBrownmd: occasionally checkpoint drive recovery to reduce...
2009-03-31 NeilBrownmd: move md_k.h from include/linux/raid/ to drivers/md/
2009-03-31 NeilBrownmd: move lots of #include lines out of .h files and...
2009-03-31 NeilBrownmd: move LEVEL_* definition from md_k.h to md_u.h
2009-03-31 Christoph Hellwigmd: move headers out of include/linux/raid/
2009-03-31 Christoph Hellwigmd: stop defining MAJOR_NR
2009-03-31 Martin K. PetersenMD data integrity support
2009-03-31 NeilBrownmd: Fix is_mddev_idle test (again).
2009-03-04 Dan Williamsmd: fix deadlock when stopping arrays
2009-02-18 Jens Axboeblock: fix bad definition of BIO_RW_SYNC
2009-02-06 NeilBrownmd: Ensure an md array never has too many devices.
2009-01-08 NeilBrownmd: don't retry recovery of raid1 that fails due to...
2009-01-08 NeilBrownmd: Allow md devices to be created by name.
2009-01-08 NeilBrownmd: make devices disappear when they are no longer...
2009-01-08 NeilBrownmd: centralise all freeing of an 'mddev' in 'md_free'
2009-01-08 NeilBrownmd: move allocation of ->queue from mddev_find to md_probe
2009-01-08 Cheng Renquanmd: need another print_sb for mdp_superblock_1
2009-01-08 Cheng Renquanmd: use list_for_each_entry macro directly
2009-01-08 NeilBrownmd: use sysfs_notify_dirent to notify changes to md...
2008-11-06 NeilBrownmd: revert the recent addition of a call to the BLKRRPA...
2008-10-28 NeilBrownmd: destroy partitions and notify udev when md array...
2008-10-26 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2008-10-21 Al Viro[PATCH] pass fmode_t to blkdev_put()
2008-10-21 Al Viro[PATCH] switch md
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 NeilBrownmd: allow extended partitions on md devices.
2008-10-21 NeilBrownmd: use sysfs_notify_dirent to notify changes to md...
2008-10-21 NeilBrownmd: use sysfs_notify_dirent to notify changes to md...
2008-10-16 Johannes Bergremove CONFIG_KMOD from drivers
2008-10-16 Dan Williamsmd: fix input truncation in safe_delay_store()
2008-10-15 Stephen Rothwellmd: build failure due to missing delay.h
2008-10-13 NeilBrownmd: Relax minimum size restrictions on chunk_size.
2008-10-13 NeilBrownmd: remove space after function name in declaration...
2008-10-13 NeilBrownmd: Remove unnecessary #includes, #defines, and functio...
2008-10-13 NeilBrownmd: Don't try to set an array to 'read-auto' if it...
2008-10-13 NeilBrownmd: Allow metadata_version to be updated for externally...
2008-10-13 Chris Webbmd: Fix rdev_size_store with size == 0
2008-10-09 Tejun Heoblock: move stats from disk to part0
2008-10-09 Tejun Heoblock: always set bdev->bd_part
2008-10-09 Tejun Heoblock: implement and use {disk|part}_to_dev()
2008-09-19 NeilBrownmd: Don't wait UNINTERRUPTIBLE for other resync to...
2008-09-01 NeilBrownRemove invalidate_partition call from do_md_stop.
2008-08-07 Dan Williamsmd: cancel check/repair requests when recovery is needed
2008-08-05 NeilBrownAllow faulty devices to be removed from a readonly...
2008-08-05 NeilBrownFail safely when trying to grow an array with a write...
2008-08-05 NeilBrownRestore force switch of md array to readonly at reboot...
2008-08-05 NeilBrownMake writes to md/safe_mode_delay immediately effective.
2008-07-29 Dan Williamsmd: do not count blocked devices as spares
2008-07-23 Dan Williamsmd: delay notification of 'active_idle' to the recovery...
2008-07-21 NeilBrownmd: Protect access to mddev->disks list using RCU
2008-07-21 NeilBrownmd: only count actual openers as access which prevent...
2008-07-21 Andre Nollmd: Make mddev->array_size sector-based.
next