Merge tag 'for-5.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Jun 2019 18:20:24 +0000 (11:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Jun 2019 18:20:24 +0000 (11:20 -0700)
commitbed3c0d84e7e25c8e0964d297794f4c215b01f33
treea25527d2997162551e3c7e13deb8fb7742009599
parent7b306892cc57e27959b5232c1b8415cf09b7571c
parent3763771cf60236caaf7ccc79cea244c63d7c49a0
Merge tag 'for-5.2-rc5-tag' of git://git./linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - regression where properties stored as xattrs are not properly
   persisted

 - a small readahead fix (the fstests testcase for that fix hangs on
   unpatched kernel, so we'd like get it merged to ease future testing)

 - fix a race during block group creation and deletion

* tag 'for-5.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  Btrfs: fix failure to persist compression property xattr deletion on fsync
  btrfs: start readahead also in seed devices
  Btrfs: fix race between block group removal and block group allocation