From: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx/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(-)