Hi Linus, On top of the core io_uring changes, this pull request includes support for the xattr variants. Please pull! The following changes since commit 155bc9505dbd6613585abbf0be6466f1c21536c4: io_uring: return an error when cqe is dropped (2022-04-24 18:18:18 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/for-5.19/io_uring-xattr-2022-05-22 for you to fetch changes up to 4ffaa94b9c047fe0e82b1f271554f31f0e2e2867: io_uring: cleanup error-handling around io_req_complete (2022-04-24 18:29:33 -0600) ---------------------------------------------------------------- for-5.19/io_uring-xattr-2022-05-22 ---------------------------------------------------------------- Jens Axboe (1): io_uring: fix trace for reduced sqe padding Kanchan Joshi (1): io_uring: cleanup error-handling around io_req_complete Stefan Roesch (4): fs: split off setxattr_copy and do_setxattr function from setxattr fs: split off do_getxattr from getxattr io_uring: add fsetxattr and setxattr support io_uring: add fgetxattr and getxattr support fs/internal.h | 29 ++++ fs/io_uring.c | 322 ++++++++++++++++++++++++++++++++++++---- fs/xattr.c | 143 ++++++++++++------ include/trace/events/io_uring.h | 9 +- include/uapi/linux/io_uring.h | 8 +- 5 files changed, 434 insertions(+), 77 deletions(-) -- Jens Axboe