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
/
raid10.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-21
md: Avoid waking up a thread after it has been freed.
NeilBrown
1
-3
/
+2
2011-09-10
md/raid1,10: Remove use-after-free bug in make_request.
NeilBrown
1
-5
/
+8
2011-09-10
md/raid10: unify handling of write completion.
NeilBrown
1
-20
/
+18
2011-07-28
md/raid10: handle further errors during fix_read_error better.
NeilBrown
1
-15
/
+44
2011-07-28
md/raid10: Handle read errors during recovery better.
NeilBrown
1
-33
/
+121
2011-07-28
md/raid10: simplify read error handling during recovery.
NeilBrown
1
-5
/
+4
2011-07-28
md/raid10: record bad blocks due to write errors during resync/recovery.
NeilBrown
1
-10
/
+23
2011-07-28
md/raid10: attempt to fix read errors during resync/check
NeilBrown
1
-4
/
+5
2011-07-28
md/raid10: Handle write errors by updating badblock log.
NeilBrown
1
-17
/
+116
2011-07-28
md/raid10: clear bad-block record when write succeeds.
NeilBrown
1
-12
/
+89
2011-07-28
md/raid10: avoid writing to known bad blocks on known bad drives.
NeilBrown
1
-12
/
+93
2011-07-28
md/raid10 record bad blocks as needed during recovery.
NeilBrown
1
-8
/
+32
2011-07-28
md/raid10: avoid reading known bad blocks during resync/recovery.
NeilBrown
1
-9
/
+35
2011-07-28
md/raid10 - avoid reading from known bad blocks - part 3
NeilBrown
1
-1
/
+6
2011-07-28
md/raid10: avoid reading from known bad blocks - part 2
NeilBrown
1
-5
/
+40
2011-07-28
md/raid10: avoid reading from known bad blocks - part 1
NeilBrown
1
-16
/
+125
2011-07-28
md/raid10: Split handle_read_error out from raid10d.
NeilBrown
1
-57
/
+66
2011-07-28
md/raid10: simplify/reindent some loops.
NeilBrown
1
-62
/
+65
2011-07-28
md: make it easier to wait for bad blocks to be acknowledged.
NeilBrown
1
-0
/
+3
2011-07-28
md: don't allow arrays to contain devices with bad blocks.
NeilBrown
1
-0
/
+8
2011-07-27
md/raid10: move rdev->corrected_errors counting
Namhyung Kim
1
-1
/
+1
2011-07-27
md/raid10: Improve decision on whether to fail a device with a read error.
NeilBrown
1
-29
/
+28
2011-07-27
md/raid10: Make use of new recovery_disabled handling
NeilBrown
1
-26
/
+36
2011-07-27
md/raid: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
1
-10
/
+13
2011-07-18
md/raid10: share pages between read and write bio's during recovery
Namhyung Kim
1
-11
/
+12
2011-07-18
md/raid10: factor out common bio handling code
Namhyung Kim
1
-21
/
+23
2011-07-18
md/raid10: get rid of duplicated conditional expression
Namhyung Kim
1
-2
/
+1
2011-05-11
md/raid10: reformat some loops with less indenting.
NeilBrown
1
-108
/
+120
2011-05-11
md/raid10: remove unused variable.
NeilBrown
1
-3
/
+0
2011-05-11
md/raid10: make more use of 'slot' in raid10d.
NeilBrown
1
-4
/
+5
2011-05-11
md/raid10: some tidying up in fix_read_error
NeilBrown
1
-40
/
+34
2011-05-11
md: simplify raid10 read_balance
NeilBrown
1
-66
/
+44
2011-04-18
md: fix up raid1/raid10 unplugging.
NeilBrown
1
-14
/
+10
2011-04-18
md: use new plugging interface for RAID IO.
NeilBrown
1
-0
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2011-03-17
block: Require subsystems to explicitly allocate bio_set integrity mempool
Martin K. Petersen
1
-2
/
+5
2011-03-10
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
Jens Axboe
1
-71
/
+19
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-68
/
+19
2011-02-21
md: avoid spinlock problem in blk_throtl_exit
NeilBrown
1
-3
/
+4
2011-02-08
FIX: md: process hangs at wait_barrier after 0->10 takeover
Krzysztof Wojcik
1
-2
/
+4
2011-01-14
md-new-param-to_sync_page_io
Jonathan Brassow
1
-6
/
+6
2011-01-14
md: Fix single printks with multiple KERN_<level>s
Joe Perches
1
-2
/
+3
2010-12-09
md: protect against NULL reference when waiting to start a raid10.
NeilBrown
1
-1
/
+1
2010-10-28
md: use separate bio pool for each md device.
NeilBrown
1
-3
/
+4
2010-10-28
md: change type of first arg to sync_page_io.
NeilBrown
1
-3
/
+3
2010-10-28
md: use bio_kmalloc rather than bio_alloc when failure is acceptable.
NeilBrown
1
-1
/
+1
2010-10-28
md: Fix possible deadlock with multiple mempool allocations.
NeilBrown
1
-13
/
+12
2010-10-28
md: use sector_t in bitmap_get_counter
NeilBrown
1
-1
/
+1
2010-09-10
md: implment REQ_FLUSH/FUA support
Tejun Heo
1
-3
/
+4
2010-08-18
md raid-1/10 Fix bio_rw bit manipulations again
NeilBrown
1
-2
/
+2
[next]