index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid5.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-03
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-05
md: Prevent IO hold during accessing to faulty raid5 array
Alexey Obitotskiy
1
-1
/
+3
2016-08-01
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-20
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-25
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-29
raid5: delete unnecessary warnning
Shaohua Li
1
-2
/
+0
2016-03-17
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
2016-02-25
md/raid5: Compare apples to apples (or sectors to sectors)
Jes Sorensen
1
-2
/
+2
2016-01-20
MD: rename some functions
Shaohua Li
1
-22
/
+23
2016-01-06
raid5-cache: add journal hot add/remove support
Shaohua Li
1
-8
/
+26
2016-01-06
md/raid5: remove redundant check in stripe_add_to_batch_list()
Roman Gushchin
1
-2
/
+0
2015-11-04
Merge tag 'md/4.4' of git://neil.brown.name/md
Linus Torvalds
1
-57
/
+132
2015-11-01
MD: set journal disk ->raid_disk
Shaohua Li
1
-2
/
+4
2015-11-01
raid5-cache: start raid5 readonly if journal is missing
Shaohua Li
1
-0
/
+7
2015-11-01
raid5-cache: IO error handling
Shaohua Li
1
-1
/
+3
2015-11-01
raid5: journal disk can't be removed
Shaohua Li
1
-0
/
+11
2015-11-01
raid5-cache: move reclaim stop to quiesce
Shaohua Li
1
-0
/
+1
2015-11-01
raid5-cache: optimize FLUSH IO with log enabled
Shaohua Li
1
-2
/
+9
2015-11-01
raid5-cache: switching to state machine for log disk cache flush
Shaohua Li
1
-1
/
+6
2015-11-01
raid5: enable log for raid array with cache disk
Shaohua Li
1
-0
/
+11
2015-11-01
raid5: don't allow resize/reshape with cache(log) support
Shaohua Li
1
-0
/
+14
2015-11-01
raid5: disable batch with log enabled
Shaohua Li
1
-0
/
+4
2015-10-31
md/raid5: fix locking in handle_stripe_clean_event()
Roman Gushchin
1
-2
/
+4
[next]