Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-flexiantxendom0-3.2.10.git] / drivers / md / raid0.c
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-11 NeilBrownmd: rename "mdk_personality" to "md_personality"
2011-10-11 NeilBrownmd/raid0: typedef removal: raid0_conf_t -> struct r0conf
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/raid0: convert some printks to pr_debug.
2011-10-07 NeilBrownmd: remove some old DEBUGging code.
2011-09-12 Christoph Hellwigblock: remove support for bio remapping from ->make_request
2011-03-17 Martin K. Petersenblock: Require subsystems to explicitly allocate bio_se...
2011-03-10 Jens AxboeMerge branch 'for-2.6.39/stack-plug' into for-2.6.39...
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-02-21 NeilBrownmd: avoid spinlock problem in blk_throtl_exit
2011-02-13 Krzysztof Wojcikmd: Fix raid1->raid0 takeover
2011-01-31 Krzysztof WojcikAdd raid1->raid0 takeover support
2010-09-10 Tejun Heomd: implment REQ_FLUSH/FUA support
2010-08-07 Christoph Hellwigblock: unify flags for struct bio and struct request
2010-06-24 Maciej Trelamd: enable raid4->raid0 takeover
2010-06-24 Maciej Trelamd: clear layout after ->raid0 takeover
2010-06-24 NeilBrownmd: fix handling of array level takeover that re-arrang...
2010-05-21 NeilBrownMerge commit '3ff195b011d7decf501a4d55aeed312731094796...
2010-05-18 NeilBrownmd/raid0: tidy up printk messages.
2010-05-18 NeilBrownmd: pass mddev to make_request functions rather than...
2010-05-18 NeilBrownmd: move io accounting out of personalities into md_mak...
2010-05-18 Trela, Maciejmd: Add support for Raid5->Raid0 and Raid10->Raid0...
2010-05-18 NeilBrownmd: don't use mddev->raid_disks in raid0 or raid10...
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
next