index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
md: do not compute parity unless it is on a failed drive
Dan Williams
2008-06-06
1
-1
/
+4
*
md: fix uninitialized use of mddev->recovery_wait
Dan Williams
2008-06-06
1
-1
/
+1
*
md: fix prexor vs sync_request race
Dan Williams
2008-06-06
1
-0
/
+5
*
md: restart recovery cleanly after device failure.
NeilBrown
2008-05-24
5
-16
/
+43
*
md: allow parallel resync of md-devices.
Bernd Schubert
2008-05-24
1
-4
/
+36
*
md: notify userspace on 'stop' events
Dan Williams
2008-05-24
1
-0
/
+2
*
md: notify userspace on 'write-pending' changes to array_state
NeilBrown
2008-05-24
1
-1
/
+10
*
md: raid1: Fix restoration of bio between failed read and write.
NeilBrown
2008-05-24
1
-2
/
+13
*
md: md: raid5 rate limit error printk
Bernd Schubert
2008-05-24
1
-12
/
+22
*
md: kill file_path wrapper
Christoph Hellwig
2008-05-24
2
-15
/
+6
*
md: fix possible oops when removing a bitmap from an active array
NeilBrown
2008-05-24
1
-1
/
+3
*
Remove blkdev warning triggered by using md
Neil Brown
2008-05-14
6
-2
/
+10
*
md: fix raid5 'repair' operations
Dan Williams
2008-05-13
1
-12
/
+13
*
misc: fix integer as NULL pointer warnings
Harvey Harrison
2008-05-08
1
-1
/
+1
*
md: support blocking writes to an array on device failure
Dan Williams
2008-04-30
4
-7
/
+115
*
md: prevent duplicates in bind_rdev_to_array
Dan Williams
2008-04-30
1
-0
/
+5
*
md: remove a stray command from a copy and paste error in resync_start_store
Dan Williams
2008-04-30
1
-1
/
+0
*
md: fix up switching md arrays between read-only and read-write
NeilBrown
2008-04-30
1
-4
/
+10
*
md: fix 'safemode' handling for external metadata.
NeilBrown
2008-04-30
1
-11
/
+19
*
md: reinitialise more mddev fields in do_md_stop.
NeilBrown
2008-04-30
1
-0
/
+25
*
md: skip all metadata update processing when using external metadata.
NeilBrown
2008-04-30
1
-0
/
+2
*
md: fix use after free when removing rdev via sysfs
Dan Williams
2008-04-30
1
-1
/
+1
*
dm: use unlocked variants of queue flag check/set
Jens Axboe
2008-04-29
1
-5
/
+3
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2008-04-29
5
-7
/
+7
|
\
|
*
block: no need to initialize rq->cmd with blk_get_request
FUJITA Tomonori
2008-04-29
3
-4
/
+0
|
*
block: make queue flags non-atomic
Nick Piggin
2008-04-29
2
-3
/
+7
*
|
drivers: use non-racy method for proc entries creation (2)
Denis V. Lunev
2008-04-29
1
-5
/
+1
|
/
*
drivers/md: use time_before, time_before_eq, etc
Julia Lawall
2008-04-28
1
-1
/
+2
*
raid: remove leading TAB on printk messages
Nick Andrew
2008-04-28
4
-7
/
+8
*
md: raid5.c convert simple_strtoul to strict_strtoul
Dan Williams
2008-04-28
1
-9
/
+5
*
md: introduce get_priority_stripe() to improve raid456 write performance
Dan Williams
2008-04-28
1
-10
/
+112
*
md: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-28
2
-25
/
+25
*
md: fix integer as NULL pointer warnings in md.c
Harvey Harrison
2008-04-28
1
-4
/
+4
*
dm: remove md argument from specific_minor
Frederik Deweerdt
2008-04-25
1
-8
/
+6
*
dm table: remove unused dm_create_error_table
Adrian Bunk
2008-04-25
1
-38
/
+0
*
dm table: drop void suspend_targets return
Adrian Bunk
2008-04-25
1
-2
/
+2
*
dm: unplug queues in threads
Mikulas Patocka
2008-04-25
3
-4
/
+11
*
dm raid1: use timer
Mikulas Patocka
2008-04-25
1
-20
/
+28
*
dm: move include files
Alasdair G Kergon
2008-04-25
10
-274
/
+11
*
dm kcopyd: rename
Alasdair G Kergon
2008-04-25
2
-0
/
+0
*
dm: expose macros
Alasdair G Kergon
2008-04-25
1
-89
/
+0
*
dm kcopyd: remove redundant client counting
Mikulas Patocka
2008-04-25
3
-98
/
+29
*
dm kcopyd: private mempool
Mikulas Patocka
2008-04-25
1
-13
/
+19
*
dm kcopyd: per device
Mikulas Patocka
2008-04-25
1
-59
/
+73
*
dm log: make module use tracking internal
Jonathan Brassow
2008-04-25
2
-31
/
+94
*
dm log: move register functions
Alasdair G Kergon
2008-04-25
1
-26
/
+26
*
dm log: clean interface
Heinz Mauelshagen
2008-04-25
4
-103
/
+112
*
dm kcopyd: clean interface
Heinz Mauelshagen
2008-04-25
5
-58
/
+62
*
dm io: clean interface
Heinz Mauelshagen
2008-04-25
8
-25
/
+33
*
dm io: rename error to error_bits
Alasdair G Kergon
2008-04-25
1
-7
/
+7
[next]