]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd1d989e3b3e5ec68183b242168b62b848e2532e7
treed878d49d63e2c7d33e7f06e3c8783e6ac6e90aa5
parenta5897d25e8cd2590f67b23abbb1d776ca4ed0fb4
parent2579ca17f3e64d2e72e0c837045951d9ebeba791
Merge tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/scm/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