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
/
raid1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
md: Fix some bugs in recovery_disabled handling.
NeilBrown
2011-10-26
1
-1
/
+3
*
md: add proper write-congestion reporting to RAID1 and RAID10.
NeilBrown
2011-10-11
1
-0
/
+20
*
md: rename "mdk_personality" to "md_personality"
NeilBrown
2011-10-11
1
-1
/
+1
*
md/raid1: typedef removal: conf_t -> struct r1conf
NeilBrown
2011-10-11
1
-47
/
+47
*
md: remove typedefs: mirror_info_t -> struct mirror_info
NeilBrown
2011-10-11
1
-5
/
+5
*
md: remove typedefs: r10bio_t -> struct r10bio and r1bio_t -> struct r1bio
NeilBrown
2011-10-11
1
-30
/
+30
*
md: remove typedefs: mddev_t -> struct mddev
NeilBrown
2011-10-11
1
-26
/
+26
*
md: removing typedefs: mdk_rdev_t -> struct md_rdev
NeilBrown
2011-10-11
1
-23
/
+23
*
md: remove PRINTK and dprintk debugging and use pr_debug
NeilBrown
2011-10-07
1
-13
/
+11
*
md/raid1/ avoid bio search in end_sync_read()
NeilBrown
2011-10-07
1
-2
/
+1
*
md/raid1: factor out common bio handling code
Namhyung Kim
2011-10-07
1
-20
/
+24
*
md: Avoid waking up a thread after it has been freed.
NeilBrown
2011-09-21
1
-2
/
+1
*
md/raid1,10: Remove use-after-free bug in make_request.
NeilBrown
2011-09-10
1
-5
/
+9
*
md/raid1: factor several functions out or raid1d()
NeilBrown
2011-07-28
1
-159
/
+151
*
md/raid1: improve handling of read failure during recovery.
NeilBrown
2011-07-28
1
-7
/
+34
*
md/raid1: record badblocks found during resync etc.
NeilBrown
2011-07-28
1
-30
/
+51
*
md/raid1: Handle write errors by updating badblock log.
NeilBrown
2011-07-28
1
-23
/
+145
*
md/raid1: store behind-write pages in bi_vecs.
NeilBrown
2011-07-28
1
-16
/
+17
*
md/raid1: clear bad-block record when write succeeds.
NeilBrown
2011-07-28
1
-11
/
+68
*
md/raid1: avoid writing to known-bad blocks on known-bad drives.
NeilBrown
2011-07-28
1
-38
/
+115
*
md: make it easier to wait for bad blocks to be acknowledged.
NeilBrown
2011-07-28
1
-0
/
+3
*
md/raid1: avoid reading known bad blocks during resync
NeilBrown
2011-07-28
1
-22
/
+75
*
md/raid1: avoid reading from known bad blocks.
NeilBrown
2011-07-28
1
-29
/
+179
*
md: don't allow arrays to contain devices with bad blocks.
NeilBrown
2011-07-28
1
-0
/
+7
*
MD: raid1 s/sysfs_notify_dirent/sysfs_notify_dirent_safe
Jonathan Brassow
2011-07-27
1
-1
/
+1
*
md/raid1: move rdev->corrected_errors counting
Namhyung Kim
2011-07-27
1
-11
/
+6
*
md: change managed of recovery_disabled.
NeilBrown
2011-07-27
1
-2
/
+5
*
md: introduce link/unlink_rdev() helpers
Namhyung Kim
2011-07-27
1
-10
/
+5
*
md/raid: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
2011-07-27
1
-10
/
+15
*
MD: raid1 changes to allow use by device mapper
Jonathan Brassow
2011-06-08
1
-7
/
+17
*
md: allow resync_start to be set while an array is active.
NeilBrown
2011-05-11
1
-1
/
+1
*
md/raid1: improve handling of pages allocated for write-behind.
NeilBrown
2011-05-11
1
-29
/
+26
*
md/raid1: try fix_sync_read_error before process_checks.
NeilBrown
2011-05-11
1
-14
/
+5
*
md/raid1: tidy up new functions: process_checks and fix_sync_read_error.
NeilBrown
2011-05-11
1
-89
/
+95
*
md/raid1: split out two sub-functions from sync_request_write
NeilBrown
2011-05-11
1
-173
/
+192
*
md/raid1: clean up read_balance.
NeilBrown
2011-05-11
1
-49
/
+34
*
md: fix up raid1/raid10 unplugging.
NeilBrown
2011-04-18
1
-14
/
+10
*
md: use new plugging interface for RAID IO.
NeilBrown
2011-04-18
1
-1
/
+4
*
block: Require subsystems to explicitly allocate bio_set integrity mempool
Martin K. Petersen
2011-03-17
1
-3
/
+2
*
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
Jens Axboe
2011-03-10
1
-69
/
+17
|
\
|
*
block: remove per-queue plugging
Jens Axboe
2011-03-10
1
-66
/
+17
*
|
md: avoid spinlock problem in blk_throtl_exit
NeilBrown
2011-02-21
1
-2
/
+4
|
/
*
md-new-param-to_sync_page_io
Jonathan Brassow
2011-01-14
1
-16
/
+12
*
md: Fix single printks with multiple KERN_<level>s
Joe Perches
2011-01-14
1
-2
/
+3
*
md/raid1: really fix recovery looping when single good device fails.
NeilBrown
2010-11-24
1
-0
/
+1
*
md: tidy up device searches in read_balance.
NeilBrown
2010-10-29
1
-56
/
+36
*
md/raid1: fix some typos in comments.
NeilBrown
2010-10-29
1
-3
/
+3
*
md/raid1: discard unused variable.
NeilBrown
2010-10-29
1
-1
/
+0
*
md: use separate bio pool for each md device.
NeilBrown
2010-10-28
1
-3
/
+4
*
md: change type of first arg to sync_page_io.
NeilBrown
2010-10-28
1
-6
/
+6
[next]