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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-08
Merge branch 'dmaengine' into async-tx-next
Dan Williams
43
-1098
/
+3987
2009-09-08
dmaengine: add fence support
Dan Williams
1
-14
/
+23
2009-09-08
Merge branch 'md-raid6-accel' into ioat3.2
Dan Williams
3
-582
/
+958
2009-09-04
dm snapshot: fix on disk chunk size validation
Mikulas Patocka
2
-8
/
+19
2009-09-04
dm exception store: split set_chunk_size
Mikulas Patocka
2
-0
/
+12
2009-09-04
dm snapshot: fix header corruption race on invalidation
Mikulas Patocka
1
-10
/
+34
2009-09-04
dm snapshot: refactor zero_disk_area to use chunk_io
Mikulas Patocka
1
-19
/
+7
2009-09-04
dm log: userspace add luid to distinguish between concurrent log instances
Jonathan Brassow
3
-12
/
+19
2009-09-04
dm raid1: do not allow log_failure variable to unset after being set
Jonathan Brassow
1
-1
/
+7
2009-09-04
dm log: remove incorrect field from userspace table output
Jonathan Brassow
1
-6
/
+10
2009-09-04
dm log: fix userspace status output
Jonathan Brassow
1
-1
/
+1
2009-09-04
dm stripe: expose correct io hints
Mike Snitzer
2
-1
/
+16
2009-09-04
dm table: add more context to terse warning messages
Mike Snitzer
1
-7
/
+18
2009-09-04
dm table: fix queue_limit checking device iterator
Mikulas Patocka
1
-11
/
+11
2009-09-04
dm snapshot: implement iterate devices
Mike Snitzer
1
-2
/
+21
2009-09-04
dm multipath: fix oops when request based io fails when no paths
Kiyoshi Ueda
1
-5
/
+10
2009-08-29
md/raid456: distribute raid processing over multiple cores
Dan Williams
2
-2
/
+45
2009-08-29
md/raid6: remove synchronous infrastructure
Yuri Tikhonov
1
-254
/
+0
2009-08-29
md/raid6: asynchronous handle_stripe6
Yuri Tikhonov
1
-38
/
+82
2009-08-29
md/raid6: asynchronous handle_parity_check6
Dan Williams
1
-67
/
+139
2009-08-29
md/raid6: asynchronous handle_stripe_dirtying6
Yuri Tikhonov
1
-85
/
+37
2009-08-29
md/raid6: asynchronous handle_stripe_fill6
Yuri Tikhonov
1
-50
/
+93
2009-08-29
md/raid5,6: common schedule_reconstruction for raid5/6
Yuri Tikhonov
1
-6
/
+18
2009-08-29
md/raid6: asynchronous raid6 operations
Dan Williams
3
-33
/
+299
2009-08-29
md/raid5: factor out mark_uptodate from ops_complete_compute5
Dan Williams
1
-5
/
+16
2009-08-29
async_tx: raid6 recovery self test
Dan Williams
1
-0
/
+13
2009-08-29
async_tx: add sum check flags
Dan Williams
2
-3
/
+4
2009-08-29
md/raid5,6: add percpu scribble region for buffer lists
Dan Williams
2
-30
/
+110
2009-08-29
md/raid6: move the spare page to a percpu allocation
Dan Williams
2
-86
/
+175
2009-08-22
[SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.
Chandra Seetharaman
1
-6
/
+36
2009-08-18
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
1
-0
/
+1
2009-08-18
Fix new incorrect error return from do_md_stop.
NeilBrown
1
-0
/
+1
2009-08-16
dm-log-userspace: fix printk format warning
Randy Dunlap
1
-1
/
+1
2009-08-13
md: allow upper limit for resync/reshape to be set when array is read-only
NeilBrown
1
-0
/
+1
2009-08-13
md/raid5: Properly remove excess drives after shrinking a raid5/6
NeilBrown
1
-2
/
+9
2009-08-13
md/raid5: make sure a reshape restarts at the correct address.
NeilBrown
1
-1
/
+1
2009-08-13
md/raid5: allow new reshape modes to be restarted in the middle.
NeilBrown
1
-1
/
+20
2009-08-13
md: never advance 'events' counter by more than 1.
NeilBrown
1
-8
/
+5
2009-08-10
Remove deadlock potential in md_open
NeilBrown
2
-8
/
+20
2009-08-03
md: Use revalidate_disk to effect changes in size of device.
NeilBrown
4
-33
/
+9
2009-08-03
md: allow raid5_quiesce to work properly when reshape is happening.
NeilBrown
1
-1
/
+10
2009-08-03
md/raid5: set reshape_position correctly when reshape starts.
NeilBrown
1
-1
/
+1
2009-08-03
md: Handle growth of v1.x metadata correctly.
NeilBrown
1
-1
/
+7
2009-08-03
md: avoid array overflow with bad v1.x metadata
NeilBrown
1
-1
/
+6
2009-08-03
md: when a level change reduces the number of devices, remove the excess.
NeilBrown
1
-0
/
+7
2009-08-03
md: Push down data integrity code to personalities.
Andre Noll
7
-33
/
+80
2009-07-31
md/raid6: release spare page at ->stop()
Dan Williams
1
-14
/
+12
2009-07-23
dm table: pass correct dev area size to device_area_is_valid
Mike Snitzer
7
-14
/
+15
2009-07-23
dm: remove queue next_ordered workaround for barriers
Mike Snitzer
3
-16
/
+0
2009-07-23
dm raid1: wake kmirrord when requeueing delayed bios after remote recovery
Mikulas Patocka
1
-0
/
+1
[prev]
[next]