Linus, The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0: Linux 5.12-rc3 (2021-03-14 14:41:02 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.12-rc4 for you to fetch changes up to 6980d29ce4da223ad7f0751c7f1d61d3c6b54ab3: zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone() (2021-03-17 08:56:50 +0900) ---------------------------------------------------------------- zonefs fixes for 5.12-rc4 3 patches in this pull request: - A fix of inode write open reference count, from Chao - Fix wrong write offset for asynchronous O_APPEND writes, from me - Prevent use of sequential zone file as swap files, from me Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxx> ---------------------------------------------------------------- Chao Yu (1): zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone() Damien Le Moal (2): zonefs: prevent use of seq files as swap file zonefs: Fix O_APPEND async write handling fs/zonefs/super.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 87 insertions(+), 14 deletions(-)