From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>,
"[email protected]" <[email protected]>
Subject: [GIT PULL] io_uring fixes for 5.10-rc1
Date: Sat, 24 Oct 2020 09:13:33 -0600 [thread overview]
Message-ID: <[email protected]> (raw)
Hi Linus,
Set of fixes that should go into -rc1:
- fsize was missed in previous unification of work flags
- Few fixes cleaning up the flags unification creds cases (Pavel)
- Fix NUMA affinities for completely unplugged/replugged node for io-wq
- Two fallout fixes from the set_fs changes. One local to io_uring, one
for the splice entry point that io_uring uses.
- Linked timeout fixes (Pavel)
- Removal of ->flush() ->files work-around that we don't need anymore
with referenced files (Pavel)
- Various cleanups (Pavel)
Please pull!
The following changes since commit 9ba0d0c81284f4ec0b24529bdba2fc68b9d6a09a:
io_uring: use blk_queue_nowait() to check if NOWAIT supported (2020-10-19 07:32:36 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/io_uring-5.10-2020-10-24
for you to fetch changes up to ee6e00c868221f5f7d0b6eb4e8379a148e26bc20:
splice: change exported internal do_splice() helper to take kernel offset (2020-10-22 14:15:51 -0600)
----------------------------------------------------------------
io_uring-5.10-2020-10-24
----------------------------------------------------------------
Jens Axboe (4):
io_uring: unify fsize with def->work_flags
io-wq: re-set NUMA node affinities if CPUs come online
io_uring: make loop_rw_iter() use original user supplied pointers
splice: change exported internal do_splice() helper to take kernel offset
Pavel Begunkov (10):
io_uring: flags-based creds init in queue
io_uring: kill ref get/drop in personality init
io_uring: inline io_fail_links()
io_uring: make cached_cq_overflow non atomic_t
io_uring: remove extra ->file check in poll prep
io_uring: inline io_poll_task_handler()
io_uring: do poll's hash_node init in common code
io_uring: fix racy REQ_F_LINK_TIMEOUT clearing
io_uring: don't reuse linked_timeout
io_uring: remove req cancel in ->flush()
fs/io-wq.c | 68 +++++++++++++++++--
fs/io-wq.h | 1 +
fs/io_uring.c | 173 ++++++++++++++++++++++---------------------------
fs/splice.c | 63 ++++++++++++++----
include/linux/splice.h | 4 +-
5 files changed, 191 insertions(+), 118 deletions(-)
--
Jens Axboe
next reply other threads:[~2020-10-24 15:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-24 15:13 Jens Axboe [this message]
2020-10-24 19:55 ` [GIT PULL] io_uring fixes for 5.10-rc1 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] \
/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