https://github.com/torvalds/linux
Revision 7e30309968c18b504320275d527914272fbe1a1c authored by Linus Torvalds on 01 March 2018, 18:08:47 UTC, committed by Linus Torvalds on 01 March 2018, 18:08:47 UTC
Pull MD bugfixes from Shaohua Li:

 - fix raid5-ppl flush request handling hang from Artur

 - fix a potential deadlock in raid5/10 reshape from BingJing

 - fix a deadlock for dm-raid from Heinz

 - fix two md-cluster of raid10 from Lidong and Guoqing

 - fix a NULL deference problem in device removal from Neil

 - fix a NULL deference problem in raid1/raid10 in specific condition
   from Yufen

 - other cleanup and fixes

* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md:
  md/raid1: fix NULL pointer dereference
  md: fix a potential deadlock of raid5/raid10 reshape
  md-cluster: choose correct label when clustered layout is not supported
  md: raid5: avoid string overflow warning
  raid5-ppl: fix handling flush requests
  md raid10: fix NULL deference in handle_write_completed()
  md: only allow remove_and_add_spares when no sync_thread running.
  md: document lifetime of internal rdev pointer.
  md: fix md_write_start() deadlock w/o metadata devices
  MD: Free bioset when md_run fails
  raid10: change the size of resync window for clustered raid
  md-multipath: Use seq_putc() in multipath_status()
  md/raid1: Fix trailing semicolon
  md/raid5: simplify uninitialization of shrinker
2 parent s 7bec4a9 + 3de59bb
History
Tip revision: 7e30309968c18b504320275d527914272fbe1a1c authored by Linus Torvalds on 01 March 2018, 18:08:47 UTC
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Tip revision: 7e30309
File Mode Size
Makefile -rw-r--r-- 1.6 KB
amcore.c -rw-r--r-- 3.2 KB
cache.c -rw-r--r-- 1.3 KB
clk.c -rw-r--r-- 2.8 KB
device.c -rw-r--r-- 11.0 KB
dma.c -rw-r--r-- 1004 bytes
dma_timer.c -rw-r--r-- 2.2 KB
entry.S -rw-r--r-- 5.2 KB
firebee.c -rw-r--r-- 2.2 KB
gpio.c -rw-r--r-- 4.1 KB
head.S -rw-r--r-- 7.4 KB
intc-2.c -rw-r--r-- 5.2 KB
intc-5249.c -rw-r--r-- 1.4 KB
intc-525x.c -rw-r--r-- 2.2 KB
intc-5272.c -rw-r--r-- 5.8 KB
intc-simr.c -rw-r--r-- 4.8 KB
intc.c -rw-r--r-- 3.4 KB
m5206.c -rw-r--r-- 1.9 KB
m520x.c -rw-r--r-- 5.4 KB
m523x.c -rw-r--r-- 2.8 KB
m5249.c -rw-r--r-- 3.7 KB
m525x.c -rw-r--r-- 2.6 KB
m5272.c -rw-r--r-- 3.5 KB
m527x.c -rw-r--r-- 4.0 KB
m528x.c -rw-r--r-- 3.8 KB
m5307.c -rw-r--r-- 2.6 KB
m53xx.c -rw-r--r-- 15.5 KB
m5407.c -rw-r--r-- 1.9 KB
m5441x.c -rw-r--r-- 5.5 KB
m54xx.c -rw-r--r-- 2.9 KB
mcf8390.c -rw-r--r-- 918 bytes
nettel.c -rw-r--r-- 4.0 KB
pci.c -rw-r--r-- 8.5 KB
pit.c -rw-r--r-- 4.3 KB
reset.c -rw-r--r-- 1.1 KB
sltimers.c -rw-r--r-- 3.8 KB
stmark2.c -rw-r--r-- 2.7 KB
timers.c -rw-r--r-- 5.3 KB
vectors.c -rw-r--r-- 1.7 KB

back to top