index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid5.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-13
Merge branch 'md-next' into md-linus
Shaohua Li
1
-242
/
+381
2016-12-09
md: separate flags for superblock changes
Shaohua Li
1
-13
/
+13
2016-12-09
md: takeover should clear unrelated bits
Shaohua Li
1
-1
/
+5
2016-11-30
md/raid5: limit request size according to implementation limits
Konstantin Khlebnikov
1
-0
/
+9
2016-11-28
md/r5cache: handle alloc_page failure
Song Liu
1
-12
/
+66
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
1
-7
/
+2
2016-11-19
md/r5cache: handle FLUSH and FUA
Song Liu
1
-0
/
+12
2016-11-19
md/r5cache: r5cache recovery: part 2
Song Liu
1
-1
/
+2
2016-11-19
md/r5cache: sysfs entry journal_mode
Song Liu
1
-0
/
+1
2016-11-19
md/r5cache: write-out phase and reclaim support
Song Liu
1
-0
/
+21
2016-11-19
md/r5cache: caching phase of r5cache
Song Liu
1
-22
/
+130
2016-11-19
md/r5cache: State machine for raid5-cache write back mode
Song Liu
1
-4
/
+41
2016-11-19
md/r5cache: move some code to raid5.h
Song Liu
1
-71
/
+0
2016-11-08
md/raid5: change printk() to pr_*()
NeilBrown
1
-121
/
+86
2016-11-08
raid5: revert commit 11367799f3d1
Tomasz Majchrzak
1
-3
/
+1
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-1
/
+1
2016-10-07
Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
1
-2
/
+9
2016-10-04
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-55
/
+29
2016-09-21
raid5: handle register_shrinker failure
Shaohua Li
1
-1
/
+1
2016-09-21
raid5: fix to detect failure of register_shrinker
Chao Yu
1
-1
/
+6
2016-09-21
raid5: allow arbitrary max_hw_sectors
Shaohua Li
1
-0
/
+2
2016-09-09
raid5: fix a small race condition
Shaohua Li
1
-2
/
+2
2016-09-06
md/raid5: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-55
/
+29
2016-08-31
raid5: guarantee enough stripes to avoid reshape hang
Shaohua Li
1
-0
/
+10
2016-08-30
Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
1
-21
/
+43
2016-08-24
raid5: avoid unnecessary bio data set
Shaohua Li
1
-8
/
+5
2016-08-24
raid5: fix memory leak of bio integrity data
Shaohua Li
1
-7
/
+15
2016-08-24
r5cache: set MD_JOURNAL_CLEAN correctly
Song Liu
1
-5
/
+8
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-10
/
+10
2016-08-06
md: Prevent IO hold during accessing to faulty raid5 array
Alexey Obitotskiy
1
-1
/
+3
2016-08-02
raid5: fix incorrectly counter of conf->empty_inactive_list_nr
ZhengYuan Liu
1
-0
/
+12
2016-07-28
Merge branch 'mymd/for-next' into mymd/for-linus
Shaohua Li
1
-18
/
+27
2016-07-21
block: get rid of bio_rw and READA
Christoph Hellwig
1
-1
/
+1
2016-06-13
md: reduce the number of synchronize_rcu() calls when multiple devices fail.
NeilBrown
1
-6
/
+9
2016-06-13
md: be extra careful not to take a reference to a Faulty device.
NeilBrown
1
-1
/
+2
2016-06-13
md/raid5: add rcu protection to rdev accesses in raid5_status.
NeilBrown
1
-4
/
+6
2016-06-13
md/raid5: add rcu protection to rdev accesses in want_replace
NeilBrown
1
-3
/
+4
2016-06-13
md/raid5: add rcu protection to rdev accesses in handle_failed_sync.
NeilBrown
1
-2
/
+4
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-1
/
+1
2016-06-07
block, drivers, fs: shrink bi_rw from long to int
Mike Christie
1
-3
/
+3
2016-06-07
md: use bio op accessors
Mike Christie
1
-20
/
+20
2016-05-26
right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMW
Song Liu
1
-2
/
+2
2016-05-09
md: set MD_CHANGE_PENDING in a atomic region
Guoqing Jiang
1
-2
/
+2
2016-05-09
md: raid5: add prerequisite to run underneath dm-raid
Heinz Mauelshagen
1
-2
/
+4
2016-04-30
raid5: delete unnecessary warnning
Shaohua Li
1
-2
/
+0
2016-03-18
md/raid5: Cleanup cpu hotplug notifier
Anna-Maria Gleixner
1
-0
/
+2
2016-03-09
md/raid5: output stripe state for debug
Shaohua Li
1
-4
/
+6
2016-03-09
md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
NeilBrown
1
-1
/
+1
2016-02-26
RAID5: revert e9e4c377e2f563 to fix a livelock
Shaohua Li
1
-19
/
+8
2016-02-26
RAID5: check_reshape() shouldn't call mddev_suspend
Shaohua Li
1
-0
/
+18
[next]