aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
AgeCommit message (Expand)Author
2013-03-05Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-28md: remove CONFIG_MULTICORE_RAID456NeilBrown
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds
2012-12-18md/raid5: add blktrace callsNeilBrown
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-13md/raid5: use async_tx_quiesce() instead of open-coding it.NeilBrown
2012-11-30wait: add wait_event_lock_irq() interfaceLukas Czerner
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-29md: Fix typo in drivers/mdMasanari Iida
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