- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / drivers / md / raid0.c
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
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...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
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-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-06 NeilBrownmd: change ITERATE_RDEV to rdev_for_each
2007-11-09 Alan D. BrunelleAdd UNPLUG traces to all appropriate places
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
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-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
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-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
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
2004-11-11 Neil Brown[PATCH] md: delete unplug timer before shutting down...
2004-10-25 Neil Brown[PATCH] md: rationalise issue_flush function in md...
2004-09-14 Ingo Molnar[PATCH] blk: max_sectors tunables
2004-08-23 Jens Axboe[PATCH] disk barriers: MD
2004-08-10 Jens Axboe- Update and include most of the barrier patches (core...
2004-04-19 Jens Axboe- update barrier md to use same layout as md unplug...
2004-04-19 Jens Axboe- update md unplug bits. From Neil.
2004-04-12 Andrew Morton[PATCH] unplugging: md update
2004-04-12 Andrew Morton[PATCH] md: merge_bvec_fn needs to know about partitions.
2004-04-06 Andreas Gruenbacher- #38013: Enable patches.fixes/shm_unlink-posix.diff.
2004-03-14 Olaf Hering+- update to patches.fixes/linux-post-2.6.4-20040314
2004-03-12 Andrew Morton[PATCH] fix raid0 readahead size
2004-02-05 Olaf Hering+- add patches.fixes/linux-post-2.6.2-20040205
2004-02-04 Andrew Morton[PATCH] md: Change the way the name of an md device...
2004-02-04 Andrew Morton[PATCH] md: Collect device IO statistics for MD persona...
2004-01-06 Gerd Hoffmann- update to 2.6.1-rc2 -- first cut.
2003-12-29 Andrew Morton[PATCH] md: set ra_pages for raid0/raid5 devices properly.
2003-12-29 Andrew Morton[PATCH] md: Limit max_sectors on md when merge_bvec_fn...
2003-10-20 Neil Brown[PATCH] md - Use sector rather than block numbers...
next