]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Feb 2025 20:06:29 +0000 (12:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Feb 2025 20:06:29 +0000 (12:06 -0800)
commit945ce413ac14388219afe09de84ee08994f05e53
tree04ff4367e7403406337a83a847c9a1b255b654c7
parent1854c7f79dcaaba9f1c0b131445ace03f9fd532d
parentda2dccd7451de62b175fb8f0808d644959e964c7
Merge tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - fix stale page cache after race between readahead and direct IO write

 - fix hole expansion when writing at an offset beyond EOF, the range
   will not be zeroed

 - use proper way to calculate offsets in folio ranges

* tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: fix hole expansion when writing at an offset beyond EOF
  btrfs: fix stale page cache after race between readahead and direct IO write
  btrfs: fix two misuses of folio_shift()
fs/btrfs/extent_io.c