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/r5cache: run_no_space_stripes() when R5C_LOG_CRITICAL == 0
Song Liu
2016-12-02
1
-1
/
+13
*
md/raid5: limit request size according to implementation limits
Konstantin Khlebnikov
2016-11-29
1
-0
/
+9
*
md/raid5-cache: do not need to set STRIPE_PREREAD_ACTIVE repeatedly
JackieLiu
2016-11-29
1
-2
/
+0
*
md/raid5-cache: remove the unnecessary next_cp_seq field from the r5l_log
JackieLiu
2016-11-29
1
-2
/
+0
*
md/raid5-cache: release the stripe_head at the appropriate location
JackieLiu
2016-11-29
1
-6
/
+7
*
md/raid5-cache: use ring add to prevent overflow
JackieLiu
2016-11-29
1
-1
/
+1
*
md/raid5-cache: remove unnecessary function parameters
JackieLiu
2016-11-29
1
-8
/
+4
*
raid5-cache: don't set STRIPE_R5C_PARTIAL_STRIPE flag while load stripe into ...
Zhengyuan Liu
2016-11-29
1
-3
/
+1
*
raid5-cache: add another check conditon before replaying one stripe
Zhengyuan Liu
2016-11-29
1
-2
/
+2
*
md/r5cache: enable IRQs on error path
Dan Carpenter
2016-11-27
1
-1
/
+1
*
md/r5cache: handle alloc_page failure
Song Liu
2016-11-27
3
-13
/
+98
*
md: stop write should stop journal reclaim
Shaohua Li
2016-11-23
1
-0
/
+4
*
raid5-cache: suspend reclaim thread instead of shutdown
Shaohua Li
2016-11-23
2
-14
/
+8
*
md/raid10: add failfast handling for writes.
NeilBrown
2016-11-22
1
-1
/
+28
*
md/raid10: add failfast handling for reads.
NeilBrown
2016-11-22
2
-5
/
+46
*
md/raid1: add failfast handling for writes.
NeilBrown
2016-11-22
1
-1
/
+25
*
md/raid1: add failfast handling for reads.
NeilBrown
2016-11-22
2
-10
/
+43
*
md: Use REQ_FAILFAST_* on metadata writes where appropriate
NeilBrown
2016-11-22
5
-14
/
+68
*
md/failfast: add failfast flag for md to be used by some personalities.
NeilBrown
2016-11-22
2
-0
/
+33
*
md/r5cache: handle FLUSH and FUA
Song Liu
2016-11-18
3
-18
/
+157
*
md/r5cache: r5cache recovery: part 2
Song Liu
2016-11-18
2
-187
/
+26
*
md/r5cache: r5cache recovery: part 1
Song Liu
2016-11-18
1
-0
/
+602
*
md/r5cache: refactoring journal recovery code
Song Liu
2016-11-18
1
-9
/
+18
*
md/r5cache: sysfs entry journal_mode
Song Liu
2016-11-18
3
-0
/
+67
*
md/r5cache: write-out phase and reclaim support
Song Liu
2016-11-18
3
-41
/
+430
*
md/r5cache: caching phase of r5cache
Song Liu
2016-11-18
3
-32
/
+381
*
md/r5cache: State machine for raid5-cache write back mode
Song Liu
2016-11-18
3
-8
/
+211
*
md/r5cache: move some code to raid5.h
Song Liu
2016-11-18
2
-71
/
+77
*
md/r5cache: Check array size in r5l_init_log
Song Liu
2016-11-18
1
-10
/
+16
*
md: add blktrace event for writes to superblock
Shaohua Li
2016-11-18
1
-0
/
+3
*
md/raid1, raid10: add blktrace records when IO is delayed
NeilBrown
2016-11-18
2
-0
/
+16
*
md/bitmap: add blktrace event for writes to the bitmap
NeilBrown
2016-11-18
1
-1
/
+10
*
md: add block tracing for bio_remapping
NeilBrown
2016-11-18
4
-13
/
+75
*
raid5-cache: fix lockdep warning
Shaohua Li
2016-11-17
1
-2
/
+14
*
md: remove md_super_wait() call after bitmap_flush()
NeilBrown
2016-11-09
1
-1
/
+0
*
md: define mddev flags, recovery flags and r1bio state bits using enums
NeilBrown
2016-11-09
2
-48
/
+46
*
md/raid1: fix: IO can block resync indefinitely
NeilBrown
2016-11-09
1
-1
/
+1
*
md/bitmap: Don't write bitmap while earlier writes might be in-flight
NeilBrown
2016-11-07
1
-5
/
+22
*
md/raid10: abort delayed writes when device fails.
NeilBrown
2016-11-07
1
-6
/
+16
*
md/raid1: abort delayed writes when device fails.
NeilBrown
2016-11-07
1
-5
/
+15
*
md: perform async updates for metadata where possible.
NeilBrown
2016-11-07
1
-4
/
+12
*
raid5-cache: restrict the use area of the log_offset variable
JackieLiu
2016-11-07
1
-11
/
+8
*
md/raid5: change printk() to pr_*()
NeilBrown
2016-11-07
1
-121
/
+86
*
md/raid10: change printk() to pr_*()
NeilBrown
2016-11-07
1
-85
/
+56
*
md/raid1: change printk() to pr_*()
NeilBrown
2016-11-07
1
-58
/
+41
*
md/raid0: replace printk() with pr_*()
NeilBrown
2016-11-07
1
-45
/
+44
*
md/multipath: replace printk() with pr_*()
NeilBrown
2016-11-07
1
-57
/
+33
*
md/linear: replace printk() with pr_*()
NeilBrown
2016-11-07
1
-8
/
+5
*
md/bitmap: change all printk() to pr_*()
NeilBrown
2016-11-07
1
-57
/
+50
*
md: change all printk() to pr_err() or pr_warn() etc.
NeilBrown
2016-11-07
1
-219
/
+170
[next]