Merge tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Jun 2019 01:10:15 +0000 (15:10 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Jun 2019 01:10:15 +0000 (15:10 -1000)
commit6fa425a2651515f8d262f2c1d972c6632e7c941d
treed878d49d63e2c7d33e7f06e3c8783e6ac6e90aa5
parent01ccc3ad44130458769646204449e2e4124f15da
parent8103d10b71610aa65a65d6611cd3ad3f3bd7beeb
Merge tag 'for-5.2-rc4-tag' of git://git./linux/kernel/git/kdave/linux

Pull btrfs fix from David Sterba:
 "One regression fix to TRIM ioctl.

  The range cannot be used as its meaning can be confusing regarding
  physical and logical addresses. This confusion in code led to
  potential corruptions when the range overlapped data.

  The original patch made it to several stable kernels and was promptly
  reverted, the version for master branch is different due to additional
  changes but the change is effectively the same"

* tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: Always trim all unallocated space in btrfs_trim_free_extents