mbox series

[GIT,PULL] zonefs fixes for 5.12-rc4

Message ID 20210320002714.436286-1-damien.lemoal@wdc.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] zonefs fixes for 5.12-rc4 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.12-rc4

Message

Damien Le Moal March 20, 2021, 12:27 a.m. UTC
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@gitolite.kernel.org/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@wdc.com>

----------------------------------------------------------------
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(-)

Comments

pr-tracker-bot@kernel.org March 20, 2021, 12:35 a.m. UTC | #1
The pull request you sent on Sat, 20 Mar 2021 09:27:14 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.12-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1c273e10bc0cc7efb933e0ca10e260cdfc9f0b8c

Thank you!