From: Taotao Chen <chentao325@qq.com>
To: Christian Brauner <brauner@kernel.org>
Cc: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org,
linux-block@vger.kernel.org, intel-gfx@lists.freedesktop.org,
dri-devel@lists.freedesktop.org, linux-mm@kvack.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
frank.li@vivo.com, tytso@mit.edu, hch@infradead.org,
adilger.kernel@dilger.ca, willy@infradead.org,
jani.nikula@linux.intel.com, rodrigo.vivi@intel.com,
tursulin@ursulin.net, airlied@gmail.com
Subject: Re: [PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
Date: Wed, 16 Jul 2025 11:23:40 +0800 [thread overview]
Message-ID: <tencent_1C2FC8524B8F624445562817A2BE18E5700A@qq.com> (raw)
In-Reply-To: <20250714-tolerant-begreifbar-970f01d32a30@brauner>
在 2025/7/14 17:11, Christian Brauner 写道:
> On Thu, 10 Jul 2025 10:14:06 +0000, 陈涛涛 Taotao Chen wrote:
>> From: Taotao Chen <chentaotao@didiglobal.com>
>>
>> This patch series refactors the address_space_operations write_begin()
>> and write_end() callbacks to take const struct kiocb * as their first
>> argument, allowing IOCB flags such as IOCB_DONTCACHE to propagate to the
>> filesystem's buffered I/O path.
>>
>> [...]
> Applied to the vfs-6.17.misc branch of the vfs/vfs.git tree.
> Patches in the vfs-6.17.misc branch should appear in linux-next soon.
>
> Please report any outstanding bugs that were missed during review in a
> new review to the original patch series allowing us to drop it.
>
> It's encouraged to provide Acked-bys and Reviewed-bys even though the
> patch has now been applied. If possible patch trailers will be updated.
>
> Note that commit hashes shown below are subject to change due to rebase,
> trailer updates or similar. If in doubt, please check the listed branch.
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
> branch: vfs-6.17.misc
>
> [1/5] drm/i915: Use kernel_write() in shmem object create
> https://git.kernel.org/vfs/vfs/c/110ae5fb48ed
> [2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
> https://git.kernel.org/vfs/vfs/c/dd09194ff58c
> [3/5] fs: change write_begin/write_end interface to take struct kiocb *
> https://git.kernel.org/vfs/vfs/c/254a06118b31
> [4/5] mm/pagemap: add write_begin_get_folio() helper function
> https://git.kernel.org/vfs/vfs/c/ff2219c021c5
> [5/5] ext4: support uncached buffered I/O
> https://git.kernel.org/vfs/vfs/c/2677497bc6f4
Hi Christian,
Kernel testing reported regression bugs in this patch series:
- Reported-by: kernel test robot <lkp@intel.com>
Closes:
202507142128.Zr5StnYh-lkp@intel.com/">https://lore.kernel.org/oe-kbuild-all/202507142128.Zr5StnYh-lkp@intel.com/
- Reported-by: kernel test robot <lkp@intel.com>
Closes:
202507142040.wppyoX1s-lkp@intel.com/">https://lore.kernel.org/oe-kbuild-all/202507142040.wppyoX1s-lkp@intel.com/
I will send an updated version of the patch series shortly to address
these issues.
Please consider dropping the original series from the vfs-6.17.misc
branch once the new version is reviewed.
Thanks, and sorry for the trouble.
Taotao
prev parent reply other threads:[~2025-07-16 3:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-10 10:14 [PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support 陈涛涛 Taotao Chen
2025-07-10 10:14 ` [PATCH v5 1/5] drm/i915: Use kernel_write() in shmem object create 陈涛涛 Taotao Chen
2025-07-10 10:14 ` [PATCH v5 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter 陈涛涛 Taotao Chen
2025-07-10 10:14 ` [PATCH v5 3/5] fs: change write_begin/write_end interface to take struct kiocb * 陈涛涛 Taotao Chen
2025-07-10 10:14 ` [PATCH v5 4/5] mm/pagemap: add write_begin_get_folio() helper function 陈涛涛 Taotao Chen
2025-07-10 10:14 ` [PATCH v5 5/5] ext4: support uncached buffered I/O 陈涛涛 Taotao Chen
2025-07-14 9:11 ` [PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support Christian Brauner
2025-07-16 3:23 ` Taotao Chen [this message]
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=tencent_1C2FC8524B8F624445562817A2BE18E5700A@qq.com \
--to=chentao325@qq.com \
--cc=adilger.kernel@dilger.ca \
--cc=airlied@gmail.com \
--cc=brauner@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=frank.li@vivo.com \
--cc=hch@infradead.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=rodrigo.vivi@intel.com \
--cc=tursulin@ursulin.net \
--cc=tytso@mit.edu \
--cc=willy@infradead.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).