include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / md / raid1.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: move offset, daemon_sleep and chunksize out of...
2009-12-14 NeilBrownmd/raid1: add takeover support for raid5->raid1
2009-12-14 NeilBrownmd: add honouring of suspend_{lo,hi} to raid1.
2009-12-01 NeilBrownmd: revert incorrect fix for read error handling in...
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-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-08-03 NeilBrownmd: Use revalidate_disk to effect changes in size of...
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: Convert mddev->new_chunk to sectors.
2009-06-17 Andre Nollmd: Make mddev->chunk_size sector-based.
2009-06-16 NeilBrownmd: remove mddev_to_conf "helper" macro
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-04-15 Christoph Hellwigblock: move bio list helpers into bio.h
2009-04-06 Alexander Beregalovmd/raid1: fix build breakage
2009-04-06 NeilBrownmd/raid1 - don't assume newly allocated bvecs are initi...
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-06 NeilBrownmd: Allow read error in a single drive raid1 to be...
2009-01-08 NeilBrownmd: don't retry recovery of raid1 that fails due to...
2009-01-08 Cheng Renquanmd: use list_for_each_entry macro directly
2008-10-15 Stephen Rothwellmd: build failure due to missing delay.h
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-07-21 Andre Nollmd: Make mddev->array_size sector-based.
2008-07-01 Dan Williamsmd: resolve external metadata handling deadlock in...
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-05-24 NeilBrownmd: restart recovery cleanly after device failure.
2008-05-24 NeilBrownmd: raid1: Fix restoration of bio between failed read...
2008-05-24 NeilBrownmd: fix possible oops when removing a bitmap from an...
2008-05-15 Neil BrownRemove blkdev warning triggered by using md
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 NeilBrownmd: fix possible raid1/raid10 deadlock on read error...
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-19 Jan EngelhardtConvert files to UTF-8 and some cleanups
2007-10-17 NeilBrownmd: make sure read errors are auto-corrected during...
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-08-23 NeilBrownmd: correctly update sysfs when a raid1 is reshaped
2007-08-23 NeilBrownmd: make sure a re-add after a restart honours bitmap...
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 Mike Accettamd: fix bug in error handling during raid1 repair
2007-05-10 NeilBrownmd: avoid a possibility that a read error can wrongly...
2007-05-10 Linus TorvaldsRevert "md: improve partition detection in md array"
2007-05-09 NeilBrownmd: improve partition detection in md array
2007-01-26 NeilBrown[PATCH] md: fix potential memalloc deadlock in md
2007-01-26 NeilBrown[PATCH] md: make 'repair' actually work for raid1
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-12-10 NeilBrown[PATCH] md: assorted md and raid1 one-liners
2006-10-28 Randy Dunlap[PATCH] md: fix printk format warnings, seen on powerpc64:
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 raid1 state data
2006-10-03 NeilBrown[PATCH] md: Factor out part of raid1d into a separate...
2006-10-03 NeilBrown[PATCH] md: replace magic numbers in sb_dirty with...
2006-09-01 NeilBrown[PATCH] md: Fix issues with referencing rdev in md...
2006-08-27 NeilBrown[PATCH] md: fix recent breakage of md/raid1 array checking
2006-07-10 NeilBrown[PATCH] md: include sector number in messages about...
2006-07-10 NeilBrown[PATCH] md: fix usage of wrong variable in raid1
2006-06-26 NeilBrown[PATCH] md: Allow re-add to work on array without bitmaps
2006-06-26 NeilBrown[PATCH] md: allow checkpoint of recovery with version...
2006-06-26 NeilBrown[PATCH] md: reformat code in raid1_end_write_request...
2006-05-02 NeilBrown[PATCH] md: Fix 'rdev->nr_pending' count when retrying...
2006-05-02 NeilBrown[PATCH] md: Improve detection of lack of barrier suppor...
2006-05-02 NeilBrown[PATCH] md: Change ENOTSUPP to EOPNOTSUPP
2006-03-31 Eric SesterhennBUG_ON() Conversion in md/raid1.c
2006-03-31 NeilBrown[PATCH] md: Don't clear bits in bitmap when writing...
2006-03-27 NeilBrown[PATCH] md: Restore 'remaining' count when retrying...
2006-03-27 NeilBrown[PATCH] md: Split reshape handler in check_reshape...
2006-03-27 NeilBrown[PATCH] md: Checkpoint and allow restart of raid5 reshape
2006-03-10 NeilBrown[PATCH] md: Fix several raid1 bugs which cause a memory...
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...
next