index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid6main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] md: Assorted little md fixes
NeilBrown
2006-02-03
1
-1
/
+2
*
[PATCH] md: Add sysfs access to raid6 stripe cache size
NeilBrown
2006-02-02
1
-34
/
+115
*
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
2006-01-14
1
-4
/
+4
*
[PATCH] md: count corrected read errors per drive
NeilBrown
2006-01-06
1
-0
/
+3
*
[PATCH] md: allow array level to be set textually via sysfs
NeilBrown
2006-01-06
1
-0
/
+1
*
[PATCH] md: define and use safe_put_page for md
NeilBrown
2006-01-06
1
-2
/
+1
*
[PATCH] md: remove personality numbering from md
NeilBrown
2006-01-06
1
-4
/
+6
*
[PATCH] md: tidy up raid5/6 hash table code
NeilBrown
2006-01-06
1
-29
/
+17
*
[PATCH] md: clean up 'page' related names in md
NeilBrown
2006-01-06
1
-3
/
+3
*
[PATCH] md: fix up some rdev rcu locking in raid5/6
NeilBrown
2006-01-06
1
-11
/
+8
*
[PATCH] md: improve handing of read errors with raid6
NeilBrown
2006-01-06
1
-4
/
+66
*
[PATCH] md: fix raid6 resync check/repair code
NeilBrown
2006-01-06
1
-76
/
+106
*
[PATCH] md: move bitmap_create to after md array has been initialised
NeilBrown
2006-01-06
1
-10
/
+1
*
[PATCH] md: allow dirty raid[456] arrays to be started at boot
NeilBrown
2006-01-06
1
-4
/
+9
*
[PATCH] md: fix --re-add for raid1 and raid6
NeilBrown
2005-11-28
1
-2
/
+8
*
[PATCH] md: fix problem with raid6 intent bitmap
NeilBrown
2005-11-28
1
-2
/
+13
*
[PATCH] md: fix locking problem in r5/r6
NeilBrown
2005-11-28
1
-0
/
+2
*
[PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' field
NeilBrown
2005-11-09
1
-16
/
+16
*
[PATCH] md: provide proper rcu_dereference / rcu_assign_pointer annotations i...
Suzanne Wood
2005-11-09
1
-4
/
+4
*
[PATCH] drivers/md: fix-up schedule_timeout() usage
Nishanth Aravamudan
2005-11-07
1
-2
/
+1
*
[BLOCK] Unify the seperate read/write io stat fields into arrays
Jens Axboe
2005-11-01
1
-8
/
+4
*
[PATCH] md: write-intent bitmap support for raid6
NeilBrown
2005-09-09
1
-10
/
+123
*
[PATCH] md: fail IO request to md that require a barrier.
NeilBrown
2005-09-09
1
-0
/
+5
*
[PATCH] md: make sure raid5/raid6 resync uses correct 'max_sectors'
NeilBrown
2005-08-01
1
-0
/
+1
*
[PATCH] md: when resizing an array, we need to update resync_max_sectors as w...
NeilBrown
2005-07-27
1
-0
/
+1
*
[PATCH] md: fix deadlock due to md thread processing delayed requests.
NeilBrown
2005-06-21
1
-2
/
+1
*
[PATCH] md: improve the interface to sync_request
NeilBrown
2005-06-21
1
-3
/
+3
*
[PATCH] md: improve locking on 'safemode' and move superblock writes
NeilBrown
2005-06-21
1
-2
/
+4
*
[PATCH] md: merge md_enter_safemode into md_check_recovery
NeilBrown
2005-06-21
1
-1
/
+0
*
[PATCH] md: set the unplug_fn and issue_flush_fn for md devices *after* commi...
NeilBrown
2005-05-17
1
-3
/
+3
*
[PATCH] Change synchronize_kernel to _rcu and _sched
Paul E. McKenney
2005-05-01
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+2136