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