index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid5.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-26
RAID5: revert e9e4c377e2f563 to fix a livelock
Shaohua Li
1
-1
/
+1
2016-02-26
RAID5: check_reshape() shouldn't call mddev_suspend
Shaohua Li
1
-0
/
+2
2015-11-01
raid5-cache: IO error handling
Shaohua Li
1
-0
/
+2
2015-11-01
raid5-cache: move reclaim stop to quiesce
Shaohua Li
1
-0
/
+1
2015-11-01
raid5-cache: optimize FLUSH IO with log enabled
Shaohua Li
1
-0
/
+1
2015-10-24
raid5: log reclaim support
Shaohua Li
1
-0
/
+2
2015-10-24
raid5: add basic stripe log
Shaohua Li
1
-0
/
+9
2015-10-24
raid5: add a new state for stripe log handling
Shaohua Li
1
-0
/
+1
2015-10-24
raid5: export some functions
Shaohua Li
1
-0
/
+8
2015-08-31
md/raid5: ensure device failure recorded before write request returns.
NeilBrown
1
-0
/
+3
2015-08-31
md/raid5: use bio_list for the list of bios to return.
NeilBrown
1
-1
/
+1
2015-07-22
md/raid5: avoid races when changing cache size.
NeilBrown
1
-1
/
+2
2015-06-17
md/raid5: per hash value and exclusive wait_for_stripe
Yuanhan Liu
1
-1
/
+1
2015-06-17
md/raid5: split wait_for_stripe and introduce wait_for_quiescent
Yuanhan Liu
1
-0
/
+1
2015-05-28
md/raid5: be more selective about distributing flags across batch.
NeilBrown
1
-1
/
+1
2015-05-28
md/raid5: close race between STRIPE_BIT_DELAY and batching.
NeilBrown
1
-0
/
+3
2015-04-22
md/raid5: allow the stripe_cache to grow and shrink.
NeilBrown
1
-1
/
+10
2015-04-22
md/raid5: change ->inactive_blocked to a bit-flag.
NeilBrown
1
-3
/
+6
2015-04-22
md/raid5: introduce configuration option rmw_level
Markus Stockhausen
1
-0
/
+1
2015-04-22
md/raid5: activate raid6 rmw feature
Markus Stockhausen
1
-1
/
+18
2015-04-22
raid5: handle expansion/resync case with stripe batching
shli@kernel.org
1
-0
/
+5
2015-04-22
raid5: handle io error of batch list
shli@kernel.org
1
-0
/
+1
2015-04-22
RAID5: batch adjacent full stripe write
shli@kernel.org
1
-0
/
+4
2015-04-22
raid5: track overwrite disk count
shli@kernel.org
1
-0
/
+4
2015-04-22
raid5: add a new flag to track if a stripe can be batched
shli@kernel.org
1
-0
/
+1
2015-04-22
raid5: use flex_array for scribble data
shli@kernel.org
1
-5
/
+1
2015-02-04
md: make ->congested robust against personality changes.
NeilBrown
1
-1
/
+0
2014-10-14
md: remove unwanted white space from md.c
NeilBrown
1
-3
/
+1
2014-05-29
raid5: add an option to avoid copy data from bio to stripe cache
Shaohua Li
1
-1
/
+3
2013-11-20
Merge tag 'md/3.13' of git://neil.brown.name/md
Linus Torvalds
1
-1
/
+15
2013-11-19
raid5: relieve lock contention in get_active_stripe()
Shaohua Li
1
-0
/
+1
2013-11-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-11-14
raid5: relieve lock contention in get_active_stripe()
Shaohua Li
1
-1
/
+14
2013-10-14
treewide: fix "distingush" typo
Michael Opdenacker
1
-1
/
+1
2013-09-02
raid5: only wakeup necessary threads
Shaohua Li
1
-0
/
+3
2013-08-28
md/raid5: use seqcount to protect access to shape in make_request.
NeilBrown
1
-0
/
+1
2013-08-28
raid5: offload stripe handle to workqueue
Shaohua Li
1
-0
/
+15
2013-08-28
raid5: make release_stripe lockless
Shaohua Li
1
-0
/
+3
2013-07-25
md/raid5: fix interaction of 'replace' and 'recovery'.
NeilBrown
1
-0
/
+1
2013-03-20
md: remove CONFIG_MULTICORE_RAID456 entirely
Paul Bolle
1
-4
/
+0
2013-03-20
md/raid5: ensure sync and DISCARD don't happen at the same time.
NeilBrown
1
-0
/
+1
2012-10-11
MD: raid5 trim support
Shaohua Li
1
-0
/
+1
2012-08-02
Merge tag 'md-3.6' of git://neil.brown.name/md
Linus Torvalds
1
-0
/
+1
2012-08-02
raid5: make_request use batch stripe release
Shaohua Li
1
-0
/
+1
2012-07-31
raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layer
majianpeng
1
-0
/
+1
2012-07-19
raid5: add a per-stripe lock
Shaohua Li
1
-0
/
+1
2012-05-22
raid5: support sync request
Shaohua Li
1
-0
/
+1
2012-05-21
md/raid5: allow for change in data_offset while managing a reshape.
NeilBrown
1
-0
/
+6
2011-12-23
md/raid5: detect and handle replacements during recovery.
NeilBrown
1
-1
/
+12
2011-12-23
md/raid5: writes should get directed to replacement as well as original.
NeilBrown
1
-0
/
+1
[next]