summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2012-11-22md/raid5: Make sure we clear R5_Discard when discard is finished.NeilBrown
2012-11-22md/raid5: move resolving of reconstruct_state earlier inNeilBrown
2012-11-20md/raid5: round discard alignment up to power of 2.NeilBrown
2012-10-13Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds
2012-10-11md/raid5: be careful not to resize_stripes too big.NeilBrown
2012-10-11Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma
2012-10-11md/raid5: make sure to_read and to_write never go negative.NeilBrown
2012-10-11md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.Alexander Lyakas
2012-10-11md/raid5: protect debug message against NULL derefernce.NeilBrown
2012-10-11md/raid5: add some missing locking in handle_failed_stripe.NeilBrown
2012-10-11MD: raid5 avoid unnecessary zero page for trimShaohua Li
2012-10-11MD: raid5 trim supportShaohua Li
2012-10-11MD: change the parameter of md threadShaohua Li
2012-09-24md/raid5: add missing spin_lock_init.NeilBrown
2012-09-19md/raid5: fix calculate of 'degraded' when a replacement becomes active.NeilBrown
2012-09-19Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_AC...NeilBrown
2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds
2012-08-02raid5: raid5d handle stripe in batch wayShaohua Li
2012-08-02raid5: make_request use batch stripe releaseShaohua Li
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-07-31md: remove plug_cnt feature of plugging.NeilBrown
2012-07-31md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.majianpeng
2012-07-31raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng
2012-07-19raid5: add a per-stripe lockShaohua Li
2012-07-19raid5: remove unnecessary bitmap write optimizationShaohua Li
2012-07-19raid5: lockless access raid5 overrided bi_phys_segmentsShaohua Li
2012-07-19raid5: reduce chance release_stripe() taking device_lockShaohua Li
2012-07-03md: fix up plugging (again).NeilBrown
2012-07-03raid5: delayed stripe fixShaohua Li
2012-07-03md/raid456: When read error cannot be recovered, record bad blockmajianpeng
2012-07-03md: make 'name' arg to md_register_thread non-optional.NeilBrown
2012-07-03md/raid5: fix refcount problem when blocked_rdev is set.NeilBrown
2012-07-03md/raid5: In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rdevmajianpeng
2012-07-03md/raid5: Do not add data_offset before call to is_badblockmajianpeng
2012-07-03md/raid5: prefer replacing failed devices over want-replacement devices.NeilBrown
2012-05-22md/raid5: improve removal of extra devices after reshape.NeilBrown
2012-05-22md/raid5: Allow reshape while a bitmap is present.NeilBrown
2012-05-22md: allow array to be resized while bitmap is present.NeilBrown
2012-05-22raid5: support sync requestShaohua Li
2012-05-22raid5: remove unused variablesShaohua Li
2012-05-21md/raid5: allow for change in data_offset while managing a reshape.NeilBrown
2012-05-21md/raid5: Use correct data_offset for all IO.NeilBrown
2012-05-21md: add possibility to change data-offset for devices.NeilBrown
2012-05-21md: allow a reshape operation to be reversed.NeilBrown
2012-04-03md/raid5: Fix a bug about judging if the operation is syncing or replacingmajianpeng
2012-04-03md/raid5: fix handling of bad blocks during recovery.NeilBrown
2012-03-19md: tidy up rdev_for_each usage.NeilBrown
2012-03-19md: allow re-add to failed arrays.NeilBrown
2012-03-13md/raid5: use atomic_dec_return() instead of atomic_dec() and atomic_read().majianpeng
2012-03-13md/raid5: removed unused 'added_devices' variable.NeilBrown