From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>,
"[email protected]" <[email protected]>,
Dmitry Kadashev <[email protected]>,
"[email protected]" <[email protected]>
Subject: [GIT PULL] io_uring mkdirat/symlinkat/linkat support
Date: Mon, 30 Aug 2021 09:00:26 -0600 [thread overview]
Message-ID: <[email protected]> (raw)
Hi Linus,
On top of the 5.15 io_uring core branch, this pull request adds io_uring
support for mkdirat, symlinkat, and linkat.
Please pull!
The following changes since commit 26578cda3db983b17cabe4e577af26306beb9987:
io_uring: add ->splice_fd_in checks (2021-08-23 13:13:00 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/for-5.15/io_uring-vfs-2021-08-30
for you to fetch changes up to cf30da90bc3a26911d369f199411f38b701394de:
io_uring: add support for IORING_OP_LINKAT (2021-08-23 13:48:52 -0600)
----------------------------------------------------------------
for-5.15/io_uring-vfs-2021-08-30
----------------------------------------------------------------
Dmitry Kadashev (11):
namei: ignore ERR/NULL names in putname()
namei: change filename_parentat() calling conventions
namei: make do_mkdirat() take struct filename
namei: make do_mknodat() take struct filename
namei: make do_symlinkat() take struct filename
namei: add getname_uflags()
namei: make do_linkat() take struct filename
namei: update do_*() helpers to return ints
io_uring: add support for IORING_OP_MKDIRAT
io_uring: add support for IORING_OP_SYMLINKAT
io_uring: add support for IORING_OP_LINKAT
fs/exec.c | 8 +-
fs/internal.h | 8 +-
fs/io_uring.c | 198 ++++++++++++++++++++++++++++++++++
fs/namei.c | 239 ++++++++++++++++++++++++------------------
include/linux/fs.h | 1 +
include/uapi/linux/io_uring.h | 4 +
6 files changed, 348 insertions(+), 110 deletions(-)
--
Jens Axboe
next reply other threads:[~2021-08-30 15:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-30 15:00 Jens Axboe [this message]
2021-08-31 2:58 ` [GIT PULL] io_uring mkdirat/symlinkat/linkat support 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 \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/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