aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo1-10/+1
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds1-7/+36
2012-12-18md/raid5: add blktrace callsNeilBrown1-3/+35
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+5
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-13md/raid5: use async_tx_quiesce() instead of open-coding it.NeilBrown1-4/+1
2012-11-30wait: add wait_event_lock_irq() interfaceLukas Czerner1-7/+5
2012-11-22md/raid5: Make sure we clear R5_Discard when discard is finished.NeilBrown1-2/+5
2012-11-22md/raid5: move resolving of reconstruct_state earlier inNeilBrown1-34/+34
2012-11-20md/raid5: round discard alignment up to power of 2.NeilBrown1-0/+4
2012-10-29md: Fix typo in drivers/mdMasanari Iida1-1/+1
2012-10-13Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds1-22/+197
2012-10-11md/raid5: be careful not to resize_stripes too big.NeilBrown1-1/+2
2012-10-11Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma1-2/+2
2012-10-11md/raid5: make sure to_read and to_write never go negative.NeilBrown1-4/+1
2012-10-11md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.Alexander Lyakas1-3/+16
2012-10-11md/raid5: protect debug message against NULL derefernce.NeilBrown1-1/+1
2012-10-11md/raid5: add some missing locking in handle_failed_stripe.NeilBrown1-0/+2
2012-10-11MD: raid5 avoid unnecessary zero page for trimShaohua Li1-18/+17
2012-10-11MD: raid5 trim supportShaohua Li1-3/+165
2012-10-11MD: change the parameter of md threadShaohua Li1-1/+2
2012-09-24md/raid5: add missing spin_lock_init.NeilBrown1-0/+1
2012-09-19md/raid5: fix calculate of 'degraded' when a replacement becomes active.NeilBrown1-0/+4
2012-09-19Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE."NeilBrown1-1/+1
2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds1-16/+91
2012-08-02raid5: raid5d handle stripe in batch wayShaohua Li1-13/+32
2012-08-02raid5: make_request use batch stripe releaseShaohua Li1-3/+59
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2012-07-31md: remove plug_cnt feature of plugging.NeilBrown1-3/+2
2012-07-31md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.majianpeng1-1/+1
2012-07-31raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng1-2/+12
2012-07-19raid5: add a per-stripe lockShaohua Li1-16/+19
2012-07-19raid5: remove unnecessary bitmap write optimizationShaohua Li1-12/+9
2012-07-19raid5: lockless access raid5 overrided bi_phys_segmentsShaohua Li1-30/+32
2012-07-19raid5: reduce chance release_stripe() taking device_lockShaohua Li1-34/+41
2012-07-03md: fix up plugging (again).NeilBrown1-5/+1
2012-07-03raid5: delayed stripe fixShaohua Li1-1/+3
2012-07-03md/raid456: When read error cannot be recovered, record bad blockmajianpeng1-4/+11
2012-07-03md: make 'name' arg to md_register_thread non-optional.NeilBrown1-1/+3
2012-07-03md/raid5: fix refcount problem when blocked_rdev is set.NeilBrown1-2/+12
2012-07-03md/raid5: In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rdevmajianpeng1-0/+6
2012-07-03md/raid5: Do not add data_offset before call to is_badblockmajianpeng1-2/+3
2012-07-03md/raid5: prefer replacing failed devices over want-replacement devices.NeilBrown1-5/+8
2012-05-22md/raid5: improve removal of extra devices after reshape.NeilBrown1-5/+5
2012-05-22md/raid5: Allow reshape while a bitmap is present.NeilBrown1-3/+3
2012-05-22md: allow array to be resized while bitmap is present.NeilBrown1-4/+10
2012-05-22raid5: support sync requestShaohua Li1-2/+10
2012-05-22raid5: remove unused variablesShaohua Li1-4/+0