]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'zonefs-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jun 2022 17:56:28 +0000 (10:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Jun 2022 17:56:28 +0000 (10:56 -0700)
commitaf2013e885fc3876c4ac53413c33e5cf3b0f4b39
treef6a04bfa1a5377642a1545e06137c51d3fc18322
parent47ac3095dea25d07966f2ee6dc15da825ecf8143
parentaee777482dbb3f9793823ed8f88714c85319c6f1
Merge tag 'zonefs-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs

Pull zonefs fixes from Damien Le Moal:

 - Fix handling of the explicit-open mount option, and in particular the
   conditions under which this option can be ignored.

 - Fix a problem with zonefs iomap_begin method, causing a hang in
   iomap_readahead() when a readahead request reaches the end of a file.

* tag 'zonefs-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
  zonefs: fix zonefs_iomap_begin() for reads
  zonefs: Do not ignore explicit_open with active zone limit
  zonefs: fix handling of explicit_open option on mount