Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / include / linux / raid /
2009-12-14 NeilBrownmd: remove sparse warning:symbol XXX was not declared.
2009-06-17 Andre Nollmd: fix some comments.
2009-03-31 Dan Williamsmd/raid6: move raid6 data processing to raid6_pq.ko
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 most content from md.h to md_k.h
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 NeilBrownmd: Fix is_mddev_idle test (again).
2009-01-30 Jaswinder Singh... headers_check fix: raid/md_p.h
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 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 Andre Nollmd: raid0: make hash_spacing and preshift sector-based.
2009-01-08 Andre Nollmd: raid0: Represent the size of strip zones in sectors.
2009-01-08 Andre Nollmd: raid0: Represent zone->zone_offset in sectors.
2009-01-08 Andre Nollmd: raid0: Represent device offset in sectors.
2009-01-08 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-21 NeilBrownmd: use sysfs_notify_dirent to notify changes to md...
2008-10-13 NeilBrownmd: remove space after function name in declaration...
2008-10-13 NeilBrownmd: Remove unnecessary #includes, #defines, and functio...
2008-10-13 Andre Nollmd: Convert remaining 1k representations in linear...
2008-10-13 Andre Nollmd: linear: Represent dev_info->size and dev_info-...
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: linear: Make array_size sector-based and rename...
2008-07-21 Andre Nollmd: Make mddev->array_size sector-based.
2008-07-11 Andre Nollmd: Remove some unused macros.
2008-07-11 Andre Nollmd: Turn rdev->sb_offset into a sector-based quantity.
2008-07-01 Dan Williamsmd: resolve external metadata handling deadlock in...
2008-06-27 Dan Williamsmd: replace R5_WantPrexor with R5_WantDrain, add 'prexo...
2008-06-27 Dan Williamsmd: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with...
2008-06-27 Dan Williamsmd: replace STRIPE_OP_CHECK with 'check_states'
2008-06-27 Dan Williamsmd: kill STRIPE_OP_IO flag
2008-06-27 Dan Williamsmd: kill STRIPE_OP_MOD_DMA in raid5 offload
2008-06-27 Neil BrownMake sure all changes to md/dev-XX/state are notified
2008-06-27 Neil BrownMake sure all changes to md/sync_action are notified.
2008-06-27 Neil BrownAllow setting start point for requested check/repair
2008-06-27 Neil BrownImprove setting of "events_cleared" for write-intent...
2008-05-24 NeilBrownmd: restart recovery cleanly after device failure.
2008-05-24 Bernd Schubertmd: allow parallel resync of md-devices.
2008-05-24 Christoph Hellwigmd: kill file_path wrapper
2008-05-24 Adrian Bunkmd: proper extern for mdp_major
2008-04-30 Dan Williamsmd: support blocking writes to an array on device failure
2008-04-28 Dan Williamsmd: introduce get_priority_stripe() to improve raid456...
2008-04-19 Matthew Wilcoxinclude: Remove unnecessary inclusions of asm/semaphore.h
2008-03-05 NeilBrownmd: clean up irregularity with raid autodetect
2008-03-05 NeilBrownmd: reduce CPU wastage on idle md array with a write...
2008-02-06 NeilBrownmd: change ITERATE_RDEV_GENERIC to rdev_for_each_list...
2008-02-06 NeilBrownmd: change ITERATE_RDEV to rdev_for_each
2008-02-06 NeilBrownmd: allow devices to be shared between md arrays
2008-02-06 NeilBrownmd: allow a maximum extent to be set for resyncing
2008-02-06 NeilBrownmd: support 'external' metadata for md arrays
2008-02-06 NeilBrownmd: Update md bitmap during resync.
2007-10-17 Adrian Bunkbitmap.h: remove dead artifacts
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-17 NeilBrownmd: change bitmap_unplug and others to void functions
2007-07-17 NeilBrownmd: improve the is_mddev_idle test fix
2007-07-13 Dan Williamsmd: handle_stripe5 - add request/completion logic for...
2007-07-13 Dan Williamsmd: handle_stripe5 - add request/completion logic for...
2007-07-13 Dan Williamsmd: raid5_run_ops - run stripe operations outside sh...
2007-07-13 Dan Williamsraid5: refactor handle_stripe5 and handle_stripe6 (v3)
2007-07-13 Dan Williamsasync_tx: add the async_tx api
2007-07-13 Dan Williamsxor: make 'xor_blocks' a library routine for use with...
2007-05-24 NeilBrownmd: don't write more than is required of the last page...
2007-05-10 Linus TorvaldsRevert "md: improve partition detection in md array"
2007-05-09 NeilBrownmd: improve partition detection in md array
2007-04-05 NeilBrown[PATCH] md: avoid a deadlock when removing a device...
2007-02-09 Neil Brown[PATCH] md: avoid possible BUG_ON in md bitmap handling
2007-01-26 NeilBrown[PATCH] md: fix potential memalloc deadlock in md
2006-12-10 Raz Ben-Jehuda(caro)[PATCH] md: allow reads that have bypassed the cache...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-10-21 NeilBrown[PATCH] md: endian annotations for the bitmap superblock
2006-10-21 NeilBrown[PATCH] md: endian annotation for v1 superblock access
2006-10-03 NeilBrown[PATCH] md: remove MAX_MD_DEVS which is an arbitrary...
2006-10-03 NeilBrown[PATCH] md: Remove working_disks from raid1 state data
2006-10-03 Paul Clements[PATCH] md: new sysfs interface for setting bits in...
2006-10-03 NeilBrown[PATCH] md: remove 'working_disks' from raid10 state
2006-10-03 NeilBrown[PATCH] md: remove the working_disks and failed_disks...
2006-10-03 NeilBrown[PATCH] md: replace magic numbers in sb_dirty with...
2006-10-03 NeilBrown[PATCH] md: fix a comment that is wrong in raid5.h
2006-10-03 Adrian Bunk[PATCH] md: the scheduled removal of the START_ARRAY...
2006-09-30 David Howells[PATCH] BLOCK: Make it possible to disable the block...
2006-09-19 David Woodhouse[HEADERS] One line per header in Kbuild files to reduce...
2006-07-10 NeilBrown[PATCH] md: fix resync speed calculation for restarted...
2006-07-04 Linus TorvaldsMerge git://git.infradead.org/hdrinstall-2.6
2006-06-26 NeilBrown[PATCH] md: Don't write dirty/clean update to spares...
2006-06-26 NeilBrown[PATCH] md/bitmap: change md/bitmap file handling to...
2006-06-26 NeilBrown[PATCH] md/bitmap: remove bitmap writeback daemon
2006-06-26 Adrian Bunk[PATCH] md: make md_print_devices() static
2006-06-26 NeilBrown[PATCH] md: support stripe/offset mode in raid10
2006-06-26 NeilBrown[PATCH] md: allow a linear array to have drives added...
2006-06-26 NeilBrown[PATCH] md: allow checkpoint of recovery with version...
2006-06-26 NeilBrown[PATCH] md: merge raid5 and raid6 code
2006-06-26 NeilBrown[PATCH] md: remove arbitrary limit on chunk size
2006-06-18 David WoodhouseAdd generic Kbuild files for 'make headers_install'
next