]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jul 2019 03:29:45 +0000 (20:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jul 2019 03:29:45 +0000 (20:29 -0700)
commita3cdcf0388993c4bbde1301fdfc90d46b6d5742c
tree14dbfd50de0ed36f1649a1b0a192865b09db343d
parentb3ccef8223fde40120666cc0a40d74863901025e
parent68e23e99d561cfee7ba9337fb4456e9613aa88d3
Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull iomap updates from Darrick Wong:
 "There are a few fixes for gfs2 but otherwise it's pretty quiet so far.

   - Only mark inode dirty at the end of writing to a file (instead of
     once for every page written).

   - Fix for an accounting error in the page_done callback"

* tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  iomap: fix page_done callback for short writes
  fs: fold __generic_write_end back into generic_write_end
  iomap: don't mark the inode dirty in iomap_write_end
fs/gfs2/bmap.c
fs/iomap.c