-
- Downloads
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Pull MD updates from Shaohua Li: "Some small fixes for MD: - fix raid5-cache potential problems if raid5 cache isn't fully recovered - fix a wait-within-wait warning in raid1/10 - make raid5-PPL support disks with writeback cache enabled" * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md: raid5-ppl: PPL support for disks with write-back cache enabled md/r5cache: print more info of log recovery md/raid1,raid10: silence warning about wait-within-wait md: introduce new personality funciton start()
No related branches found
No related tags found
Showing
- Documentation/md/raid5-ppl.txt 4 additions, 3 deletionsDocumentation/md/raid5-ppl.txt
- drivers/md/dm-raid.c 9 additions, 0 deletionsdrivers/md/dm-raid.c
- drivers/md/md.c 23 additions, 8 deletionsdrivers/md/md.c
- drivers/md/md.h 9 additions, 0 deletionsdrivers/md/md.h
- drivers/md/raid1.c 11 additions, 0 deletionsdrivers/md/raid1.c
- drivers/md/raid10.c 12 additions, 0 deletionsdrivers/md/raid10.c
- drivers/md/raid5-cache.c 19 additions, 12 deletionsdrivers/md/raid5-cache.c
- drivers/md/raid5-log.h 30 additions, 0 deletionsdrivers/md/raid5-log.h
- drivers/md/raid5-ppl.c 155 additions, 12 deletionsdrivers/md/raid5-ppl.c
- drivers/md/raid5.c 13 additions, 3 deletionsdrivers/md/raid5.c
Loading
Please register or sign in to comment