https://github.com/torvalds/linux
Revision 4d41ead6ead97c3730bbd186a601a64828668f01 authored by Linus Torvalds on 28 August 2020, 23:38:29 UTC, committed by Linus Torvalds on 28 August 2020, 23:38:29 UTC
Pull block fixes from Jens Axboe:

 - nbd timeout fix (Hou)

 - device size fix for loop LOOP_CONFIGURE (Martijn)

 - MD pull from Song with raid5 stripe size fix (Yufen)

* tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block:
  md/raid5: make sure stripe_size as power of two
  loop: Set correct device size when using LOOP_CONFIGURE
  nbd: restore default timeout when setting it to zero
2 parent s 24148d8 + a433d72
Raw File
Tip revision: 4d41ead6ead97c3730bbd186a601a64828668f01 authored by Linus Torvalds on 28 August 2020, 23:38:29 UTC
Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block
Tip revision: 4d41ead
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
*.dtsi diff=dts
*.dts  diff=dts
back to top