]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'zonefs-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 20 Mar 2021 00:32:30 +0000 (17:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 20 Mar 2021 00:32:30 +0000 (17:32 -0700)
commit23652b6aa77f51ab43cdeebc11ccd50d681d8b5b
tree9d1e3522ba86430c9f056ee605c4748cf0211441
parentd70fa5979aea050d8d824fc6c0ce6747b2b908f6
parentf197f4337a456e422cd3351652091e86f5625375
Merge tag 'zonefs-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs

Pull zonefs fixes from Damien Le Moal:

 - fix inode write open reference count (Chao)

 - Fix wrong write offset for asynchronous O_APPEND writes (me)

 - Prevent use of sequential zone file as swap files (me)

* tag 'zonefs-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
  zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()
  zonefs: Fix O_APPEND async write handling
  zonefs: prevent use of seq files as swap file