include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / md / raid0.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-16 NeilBrownmd: deal with merge_bvec_fn in component devices better.
2010-02-26 Martin K. Petersenblock: Rename blk_queue_max_sectors to blk_queue_max_hw...
2009-12-14 NeilBrownmd: add MODULE_DESCRIPTION for all md related modules.
2009-12-14 NeilBrownmd: support barrier requests on all personalities.
2009-09-23 NeilBrownmd: report device as congested when suspended
2009-09-23 NeilBrownmd: remove sparse waring "symbol xxx shadows an earlier...
2009-09-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-08-03 Andre Nollmd: Push down data integrity code to personalities.
2009-07-01 Martin K. Petersenmd: Use new topology calls to indicate alignment and...
2009-06-17 Andre Nollmd: Move check for bitmap presence to personality code.
2009-06-17 NeilBrownmd: raid0/linear: ensure device sizes are rounded to...
2009-06-17 NeilBrownmd: raid0: chunk_sectors cleanups.
2009-06-17 Andre Nollmd: Make mddev->chunk_size sector-based.
2009-06-16 raz ben yehudamd: raid0 :Enables chunk size other than powers of 2.
2009-06-16 raz ben yehudamd: raid0: chunk size check in raid0_run
2009-06-16 raz ben yehudamd: have raid0 report its formation
2009-06-16 raz ben yehudamd: have raid0 compile with MD_DEBUG on
2009-06-16 NeilBrownmd: remove mddev_to_conf "helper" macro
2009-06-16 NeilBrownmd: raid0: remove setting of segment boundary.
2009-06-16 NeilBrownmd: raid0: remove ->dev pointer from strip_zone structure
2009-06-16 NeilBrownmd: raid0: remove ->sectors from the strip_zone structure.
2009-06-16 Andre Nollmd: raid0: Fix a memory leak when stopping a raid0...
2009-06-16 Andre Nollmd: raid0: Allocate all buffers for the raid0 configura...
2009-06-16 Andre Nollmd: raid0: Make raid0_run() return a proper error code.
2009-06-16 Andre Nollmd: raid0: Remove hash spacing and sector shift.
2009-06-16 Andre Nollmd: raid0: Remove hash table.
2009-06-16 NeilBrownmd/raid0: two cleanups in create_stripe_zones.
2009-06-16 Andre Nollmd: raid0: Replace hash table lookup by looping over...
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-03-31 Dan Williamsmd: 'array_size' sysfs attribute
2009-03-31 Dan Williamsmd: centralize ->array_sectors modifications
2009-03-31 Dan Williamsmd: add 'size' as a personality method
2009-03-31 Andre Nollmd: Represent raid device size in sectors.
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 Christoph Hellwigmd: move headers out of include/linux/raid/
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 create_strip_zones(): Add KERN_INFO/KERN_ERR...
2009-01-08 Andre Nollmd: raid0 create_strip_zones(): Make two local variable...
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 Andre Nollmd: raid0_make_request(): Replace local variable block...
2009-01-08 Andre Nollmd: raid0_make_request(): Remove local variable chunk_size.
2009-01-08 Andre Nollmd: raid0_make_request(): Replace chunksize_bits by...
2008-10-13 NeilBrownmd: Remove unnecessary #includes, #defines, and functio...
2008-10-09 Denis ChengRqblock: mark bio_split_pool static
2008-10-09 Tejun Heoblock: move stats from disk to part0
2008-10-09 Tejun Heoblock: fix diskstats access
2008-07-21 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2008-07-21 Andre Nollmd: Make mddev->array_size sector-based.
2008-07-03 Alasdair G KergonAdd bvec_merge_data to handle stacked devices and ...
2008-05-15 Neil BrownRemove blkdev warning triggered by using md
2008-02-06 NeilBrownmd: change ITERATE_RDEV to rdev_for_each
2007-11-09 Alan D. BrunelleAdd UNPLUG traces to all appropriate places
2007-10-17 NeilBrownmd: fix a bug in some never-used code.
2007-10-16 Jens Axboeblock: convert blkdev_issue_flush() to use empty barriers
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-05-24 NeilBrownmd: avoid overflow in raid0 calculation with large...
2006-10-03 NeilBrown[PATCH] md: define backing_dev_info.congested_fn for...
2006-05-23 NeilBrown[PATCH] md: fix possible oops when starting a raid0...
2006-02-03 NeilBrown[PATCH] md: Assorted little md fixes
2006-01-09 Andrew Morton[PATCH] remove gcc-2 checks
2006-01-06 NeilBrown[PATCH] md: allow array level to be set textually via...
2006-01-06 NeilBrown[PATCH] md: remove personality numbering from md
2006-01-06 NeilBrown[PATCH] md: convert md to use kzalloc throughout
2006-01-06 NeilBrown[PATCH] md: clean up 'page' related names in md
2005-11-01 Jens Axboe[BLOCK] Unify the seperate read/write io stat fields...
2005-09-09 NeilBrown[PATCH] md: fail IO request to md that require a barrier.
2005-07-15 Neil Brown[PATCH] Fix raid0's attempt to divide by 64bit numbers
2005-06-22 Jesper Juhl[PATCH] md: remove unneeded NULL checks before kfree
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2