ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / drivers / md / raid10.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 Robert Beckerraid: improve MD/raid10 handling of correctable read...
2009-12-14 Robert Beckermd/raid10: print more useful messages on device failure.
2009-12-14 NeilBrownmd: remove needless setting of thread->timeout in raid1...
2009-12-14 NeilBrownmd: change daemon_sleep to be in 'jiffies' rather than...
2009-12-14 NeilBrownmd: move offset, daemon_sleep and chunksize out of...
2009-12-14 NeilBrownmd: support barrier requests on all personalities.
2009-10-16 NeilBrownmd: raid1/raid10: handle allocation errors during array...
2009-10-16 NeilBrownmd/raid1/raid10: add a cond_resched
2009-09-23 Dmitry Monakhovmd: raid-1/10: fix RW bits manipulation
2009-09-23 NeilBrownmd: report device as congested when suspended
2009-09-23 NeilBrownmd: Improve name of threads created by md_register_thread
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: Push down reconstruction log message to personality...
2009-06-17 Andre Nollmd: Make mddev->chunk_size sector-based.
2009-06-16 raz ben yehudamd: raid10: chunk size check in run
2009-06-16 NeilBrownmd: remove mddev_to_conf "helper" macro
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-05-07 NeilBrownmd/raid10: don't clear bitmap during recovery if array...
2009-04-15 Christoph Hellwigblock: move bio list helpers into bio.h
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 NeilBrownmd: enable suspend/resume of md devices.
2009-03-31 Andre Nollmd: Make mddev->size sector-based.
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-02-25 NeilBrownmd: avoid races when stopping resync.
2009-02-25 NeilBrownmd/raid10: Don't call bitmap_cond_end_sync when we...
2009-02-25 NeilBrownmd/raid10: Don't skip more than 1 bitmap-chunk at...
2009-01-08 Cheng Renquanmd: use list_for_each_entry macro directly
2008-11-06 NeilBrownmd: fix bug in raid10 recovery.
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-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-10-09 Jens Axboeblock: raid fixups for removal of bi_hw_segments
2008-10-09 Mikulas Patockadrop vmerge accounting
2008-08-05 NeilBrownAllow raid10 resync to happening in larger chunks.
2008-08-01 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2008-08-01 Arthur Jonesmd: raid10: wake up frozen array
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-06-27 Neil Brownrationalise return value for ->hot_add_disk method.
2008-06-27 Neil BrownSupport adding a spare to a live md array with external...
2008-06-27 Neil BrownEnsure interrupted recovery completed properly (v1...
2008-05-24 NeilBrownmd: restart recovery cleanly after device failure.
2008-05-15 Neil BrownRemove blkdev warning triggered by using md
2008-05-08 Harvey Harrisonmisc: fix integer as NULL pointer warnings
2008-04-30 Dan Williamsmd: support blocking writes to an array on device failure
2008-04-28 Nick Andrewraid: remove leading TAB on printk messages
2008-03-05 K.Tanakamd: the md RAID10 resync thread could cause a md RAID10...
2008-03-05 NeilBrownmd: fix possible raid1/raid10 deadlock on read error...
2008-03-05 Keld Simonsenmd: don't attempt read-balancing for raid10 'far' layouts
2008-03-05 NeilBrownmd: fix deadlock in md/raid1 and md/raid10 when handlin...
2008-02-06 NeilBrownmd: change ITERATE_RDEV to rdev_for_each
2008-02-06 NeilBrownmd: allow a maximum extent to be set for resyncing
2008-02-06 NeilBrownmd: Update md bitmap during resync.
2007-11-09 Alan D. BrunelleAdd UNPLUG traces to all appropriate places
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-31 Arne Redlichmd: handle writes to broken raid10 arrays gracefully
2007-07-31 Maik Hampelmd: raid10: fix use-after-free of bio
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-06-16 NeilBrownmd: fix two raid10 bugs
2007-03-01 NeilBrown[PATCH] md: fix raid10 recovery problem.
2007-01-12 Lars Ellenberg[PATCH] md: pass down BIO_RW_SYNC in raid{1,10}
2006-12-13 NeilBrown[PATCH] md: Don't assume that READ==0 and WRITE==1...
2006-10-28 Randy Dunlap[PATCH] md: fix printk format warnings, seen on powerpc64:
2006-10-21 NeilBrown[PATCH] md: fix calculation of ->degraded for multipath...
2006-10-03 NeilBrown[PATCH] md: define ->congested_fn for raid1, raid10...
2006-10-03 NeilBrown[PATCH] md: Improve locking around error handling
2006-10-03 NeilBrown[PATCH] md: remove 'working_disks' from raid10 state
2006-10-03 NeilBrown[PATCH] md: replace magic numbers in sb_dirty with...
2006-10-03 NeilBrown[PATCH] md: factor out part of raid10d into a separate...
2006-07-10 NeilBrown[PATCH] md: include sector number in messages about...
2006-06-26 NeilBrown[PATCH] md: Calculate correct array size for raid10...
2006-06-26 NeilBrown[PATCH] md: support stripe/offset mode in raid10
2006-06-26 NeilBrown[PATCH] md: allow checkpoint of recovery with version...
2006-06-26 NeilBrown[PATCH] md: remove arbitrary limit on chunk size
2006-05-02 NeilBrown[PATCH] md: Fixed refcounting/locking when attempting...
2006-05-02 NeilBrown[PATCH] md: Avoid oops when attempting to fix read...
2006-04-02 Eric SesterhennBUG_ON() Conversion in md/raid10.c
2006-02-03 NeilBrown[PATCH] md: Assorted little md fixes
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-06 NeilBrown[PATCH] md: count corrected read errors per drive
2006-01-06 NeilBrown[PATCH] md: allow array level to be set textually via...
2006-01-06 NeilBrown[PATCH] md: fix typo in comment
2006-01-06 NeilBrown[PATCH] md: define and use safe_put_page for md
2006-01-06 NeilBrown[PATCH] md: fix possible problem in raid1/raid10 error...
next