linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org
Subject: [GIT PULL] zonefs fixes for 6.8-rc5
Date: Fri, 16 Feb 2024 21:21:07 +0900	[thread overview]
Message-ID: <20240216122107.3914026-1-dlemoal@kernel.org> (raw)

From: Damien Le Moal <damien.lemoal@opensource.wdc.com>

Linus,

The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:

  Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 14db5f64a971fce3d8ea35de4dfc7f443a3efb92:

  zonefs: Improve error handling (2024-02-16 10:20:35 +0900)

----------------------------------------------------------------
zonefs fixes for 6.8.0-rc5

 - Fix direct write error handling to avoid a race between failed IO
   completion and the submission path itself which can result in an
   invalid file size exposed to the user after the failed IO.

----------------------------------------------------------------
Damien Le Moal (1):
      zonefs: Improve error handling

 fs/zonefs/file.c  | 42 ++++++++++++++++++++++-------------
 fs/zonefs/super.c | 66 ++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 65 insertions(+), 43 deletions(-)

             reply	other threads:[~2024-02-16 12:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-16 12:21 Damien Le Moal [this message]
2024-02-16 18:52 ` [GIT PULL] zonefs fixes for 6.8-rc5 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240216122107.3914026-1-dlemoal@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).