Hi Linus, On top of the main io_uring branch, this pull request is for ensuring that the filename component of statx is stable after submit. That requires a few VFS related changes. Please pull! The following changes since commit adc8682ec69012b68d5ab7123e246d2ad9a6f94b: io_uring: Add support for napi_busy_poll (2022-03-10 09:18:30 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/for-5.18/io_uring-statx-2022-03-18 for you to fetch changes up to 1b6fe6e0dfecf8c82a64fb87148ad9333fa2f62e: io-uring: Make statx API stable (2022-03-10 09:33:55 -0700) ---------------------------------------------------------------- for-5.18/io_uring-statx-2022-03-18 ---------------------------------------------------------------- Stefan Roesch (1): io-uring: Make statx API stable fs/internal.h | 4 +++- fs/io_uring.c | 22 ++++++++++++++++++++-- fs/stat.c | 49 +++++++++++++++++++++++++++++++++++-------------- 3 files changed, 58 insertions(+), 17 deletions(-) -- Jens Axboe