IO Uring
Thread Index
[
Prev Page
][
Next Page
]
[PATCH 1/3] io_uring: split off IOPOLL argument verifiction
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 0/3] optimise submit+iopoll mutex locking
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH] io_uring: bump poll refs to full 31-bits
From
: Jens Axboe <axboe@xxxxxxxxx>
[syzbot] KASAN: use-after-free Read in add_wait_queue
From
: syzbot <syzbot+950cee6d91e62329be2c@xxxxxxxxxxxxxxxxxxxxxxxxx>
[syzbot] KASAN: use-after-free Read in io_poll_remove_entries
From
: syzbot <syzbot+cd301bb6523ea8cc8ca2@xxxxxxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 0/6] completion path optimisations
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH] io_uring: remove poll entry from list when canceling all
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [GIT PULL] io_uring updates for 5.18-rc1
From
: pr-tracker-bot@xxxxxxxxxx
Re: [GIT PULL] io_uring statx fix for 5.18-rc1
From
: pr-tracker-bot@xxxxxxxxxx
Re: [GIT PULL] io_uring statx fix for 5.18-rc1
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
[PATCH 1/6] io_uring: small optimisation of tctx_task_work
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 5/6] io_uring: move poll recycling later in compl flushing
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 0/6] completion path optimisations
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 4/6] io_uring: optimise io_free_batch_list
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 2/6] io_uring: remove extra ifs around io_commit_cqring
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 3/6] io_uring: refactor io_req_find_next
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 6/6] io_uring: clean up io_queue_next()
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v2] io_uring: fix memory ordering when SQPOLL thread goes to sleep
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
From
: Lee Jones <lee.jones@xxxxxxxxxx>
[PATCH v2] io_uring: fix memory ordering when SQPOLL thread goes to sleep
From
: Almog Khaikin <almogkh@xxxxxxxxx>
Re: [PATCH 10/17] block: wire-up support for plugging
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
Re: [PATCH] io_uring: ensure that fsnotify is always called
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH] io_uring: ensure that fsnotify is always called
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH liburing v1] .gitignore: Add `test/drop-submit` to .gitignore
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH liburing v1] .gitignore: Add `test/drop-submit` to .gitignore
From
: Haiyue Wang <haiyue.wang@xxxxxxxxx>
[GIT PULL] io_uring statx fix for 5.18-rc1
From
: Jens Axboe <axboe@xxxxxxxxx>
[GIT PULL] io_uring updates for 5.18-rc1
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH] io_uring: terminate manual loop iterator loop correctly for non-vecs
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 4/4] io_uring: optimise compl locking for non-shared rings
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [RFC 0/4] completion locking optimisation feature
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH 4/4] io_uring: optimise compl locking for non-shared rings
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [RFC 0/4] completion locking optimisation feature
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 4/4] io_uring: optimise compl locking for non-shared rings
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 4/4] io_uring: optimise compl locking for non-shared rings
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [RFC 0/4] completion locking optimisation feature
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH 4/4] io_uring: optimise compl locking for non-shared rings
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [RFC 0/4] completion locking optimisation feature
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [RFC 0/4] completion locking optimisation feature
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 4/4] io_uring: optimise compl locking for non-shared rings
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 3/4] io_uring: remove raw fill_cqe from linked timeout
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 2/4] io_uring: get rid of raw fill_cqe in io_fail_links
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 1/4] io_uring: get rid of raw fill cqe in kill_timeout
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[RFC 0/4] completion locking optimisation feature
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH liburing 1/1] man: clarifications about direct open/accept
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH] io_uring: manage provided buffers strictly ordered
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH liburing 1/1] man: clarifications about direct open/accept
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH liburing 1/1] tests: don't sleep too much for rsrc tags
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH liburing 1/1] tests: don't sleep too much for rsrc tags
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH for-next 0/7] completion path optimisations
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 3/7] io_uring: extend provided buf return to fails
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH 5/7] io_uring: shuffle io_eventfd_signal() bits around
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 7/7] io_uring: fold evfd signalling under a slower path
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 4/7] io_uring: remove extra barrier for non-sqpoll iopoll
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 6/7] io_uring: thin down io_commit_cqring()
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 3/7] io_uring: extend provided buf return to fails
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 1/7] io_uring: normilise naming for fill_cqe*
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 2/7] io_uring: refactor timeout cancellation cqe posting
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH for-next 0/7] completion path optimisations
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH 2/2] io_uring: cache poll/double-poll state with a request flag
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH 1/2] io_uring: cache req->apoll->events in req->cflags
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCHSET 0/2] Reduce poll based overhead
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH] io_uring: move req->poll_refs into previous struct hole
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: return back safer resurrect
From
: Lee Jones <lee.jones@xxxxxxxxxx>
Re: [PATCH] io_uring: return back safer resurrect
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] io_uring: return back safer resurrect
From
: Lee Jones <lee.jones@xxxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Sagi Grimberg <sagi@xxxxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Sagi Grimberg <sagi@xxxxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH v2] io_uring: make tracing format consistent
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Sagi Grimberg <sagi@xxxxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH v2] io_uring: make tracing format consistent
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
Re: [PATCH 14/17] io_uring: add polling support for uring-cmd
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
Re: [PATCH] io_uring: make tracing format consistent
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH] io_uring: make tracing format consistent
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH] io_uring: recycle apoll_poll entries
From
: Jens Axboe <axboe@xxxxxxxxx>
[syzbot] INFO: task hung in io_uring_del_tctx_node (2)
From
: syzbot <syzbot+771a9fd5d128e0a5708c@xxxxxxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Sagi Grimberg <sagi@xxxxxxxxxxx>
Re: [PATCH 14/17] io_uring: add polling support for uring-cmd
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 12/17] nvme: enable bio-cache for fixed-buffer passthru
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 09/17] io_uring: plug for async bypass
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 08/17] nvme: enable passthrough with fixed-buffer
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Christoph Hellwig <hch@xxxxxx>
Re: [RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
From
: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
[PATCH] io_uring: don't check unrelated req->open.how in accept request
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 00/17] io_uring passthru over nvme
From
: Adam Manzanares <a.manzanares@xxxxxxxxxxx>
Re: [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 12/17] nvme: enable bio-cache for fixed-buffer passthru
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
Re: [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
Re: [PATCH 10/17] block: wire-up support for plugging
From
: Ming Lei <ming.lei@xxxxxxxxxx>
Re: [PATCH 09/17] io_uring: plug for async bypass
From
: Ming Lei <ming.lei@xxxxxxxxxx>
Re: [PATCH 08/17] nvme: enable passthrough with fixed-buffer
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH 08/17] nvme: enable passthrough with fixed-buffer
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH 08/17] nvme: enable passthrough with fixed-buffer
From
: Ming Lei <ming.lei@xxxxxxxxxx>
Re: [PATCH 14/17] io_uring: add polling support for uring-cmd
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Sagi Grimberg <sagi@xxxxxxxxxxx>
Re: [PATCH 00/17] io_uring passthru over nvme
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH 00/17] io_uring passthru over nvme
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH 00/17] io_uring passthru over nvme
From
: Adam Manzanares <a.manzanares@xxxxxxxxxxx>
Re: [PATCH 00/17] io_uring passthru over nvme
From
: Adam Manzanares <a.manzanares@xxxxxxxxxxx>
Re: [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Paul Moore <paul@xxxxxxxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Paul Moore <paul@xxxxxxxxxxxxxx>
Re: [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Paul Moore <paul@xxxxxxxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 09/17] io_uring: plug for async bypass
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
[PATCH] lsm,io_uring: add LSM hooks to for the new async_cmd file op
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 00/17] io_uring passthru over nvme
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 14/17] io_uring: add polling support for uring-cmd
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 13/17] nvme: allow user passthrough commands to poll
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 12/17] nvme: enable bio-cache for fixed-buffer passthru
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 08/17] nvme: enable passthrough with fixed-buffer
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 04/17] nvme: modify nvme_alloc_request to take an additional parameter
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 17/17] nvme: enable non-inline passthru commands
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
[PATCH[ io_uring: allow submissions to continue on error
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 17/17] nvme: enable non-inline passthru commands
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
[PATCH 3/3] io_uring: recycle provided buffers if request goes async
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH 2/3] io_uring: ensure reads re-import for selected buffers
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH 1/3] io_uring: retry early for reads if we can poll
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCHSET v2 0/3] Provided buffer improvements
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Artyom Pavlov <newpavlov@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Artyom Pavlov <newpavlov@xxxxxxxxx>
[PATCH v2] io_uring: add support for IORING_OP_MSG_RING command
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Artyom Pavlov <newpavlov@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Artyom Pavlov <newpavlov@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Artyom Pavlov <newpavlov@xxxxxxxxx>
Re: [PATCH 17/17] nvme: enable non-inline passthru commands
From
: Christoph Hellwig <hch@xxxxxx>
Re: Sending CQE to a different ring
From
: Artyom Pavlov <newpavlov@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v5 0/2] io_uring: Add support for napi_busy_poll
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH] io_uring: add support for IORING_OP_MSG_RING command
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 10/17] block: wire-up support for plugging
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH 11/17] block: factor out helper for bio allocation from cache
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH liburing v3 0/4] Changes for Makefile
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 17/17] nvme: enable non-inline passthru commands
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH liburing v3 0/4] Changes for Makefile
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH liburing v3 4/4] examples/Makefile: Add liburing.a as a dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing v3 1/4] src/Makefile: Remove `-fomit-frame-pointer` from default build
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing v3 3/4] test/Makefile: Add liburing.a as a dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing v3 2/4] src/Makefile: Add header files as dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing v3 0/4] Changes for Makefile
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
Re: [PATCH liburing v2 2/4] src/Makefile: Add header files as dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
Re: [PATCH liburing v2 2/4] src/Makefile: Add header files as dependency
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH liburing v2 4/4] examples/Makefile: Add liburing.a as a dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing v2 0/4] Changes for Makefile
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing v2 1/4] src/Makefile: Remove `-fomit-frame-pointer` from default build
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing v2 3/4] test/Makefile: Add liburing.a as a dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing v2 2/4] src/Makefile: Add header files as dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
Re: [PATCH 00/17] io_uring passthru over nvme
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Chris Panayis <chris@xxxxxxxxxxx>
Re: [PATCH 17/17] nvme: enable non-inline passthru commands
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 11/17] block: factor out helper for bio allocation from cache
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 10/17] block: wire-up support for plugging
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH 09/17] io_uring: plug for async bypass
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 08/17] nvme: enable passthrough with fixed-buffer
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH 00/17] io_uring passthru over nvme
From
: Christoph Hellwig <hch@xxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Artyom Pavlov <newpavlov@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Artyom Pavlov <newpavlov@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: Sending CQE to a different ring
From
: Jens Axboe <axboe@xxxxxxxxx>
RE: [PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Clay Mayers <Clay.Mayers@xxxxxxxxxx>
Sending CQE to a different ring
From
: Artyom Pavlov <newpavlov@xxxxxxxxx>
Re: [PATCH v5 0/2] io_uring: Add support for napi_busy_poll
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v5 1/2] io_uring: minor io_cqring_wait() optimization
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCHSET 0/2] Provided buffer improvements
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH 2/2] io_uring: use unlocked xarray helpers
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH 1/2] io_uring: recycle provided buffers if request goes async
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCHSET 0/2] Provided buffer improvements
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 13/17] nvme: allow user passthrough commands to poll
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH v5 0/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v5 1/2] io_uring: minor io_cqring_wait() optimization
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v5 0/2] io_uring: Add support for napi_busy_poll
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v5 1/2] io_uring: minor io_cqring_wait() optimization
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: Fix an unsigned subtraction which can never be negative.
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH] io_uring: speedup provided buffer handling
From
: Jens Axboe <axboe@xxxxxx>
Re: [PATCH liburing 2/2] src/Makefile: Add header files as dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
Re: [PATCH liburing 2/2] src/Makefile: Add header files as dependency
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: [PATCH liburing 2/2] src/Makefile: Add header files as dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
Re: [PATCH liburing 2/2] src/Makefile: Add header files as dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
Re: [PATCH liburing 2/2] src/Makefile: Add header files as dependency
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: [PATCH liburing 2/2] src/Makefile: Add header files as dependency
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH liburing 2/2] src/Makefile: Add header files as dependency
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing 1/2] src/Makefile: Remove `-fomit-frame-pointer` from default build
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing 0/2] Changes for src/Makefile
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH v5 2/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[PATCH v5 0/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[PATCH v5 1/2] io_uring: minor io_cqring_wait() optimization
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH 13/17] nvme: allow user passthrough commands to poll
From
: Keith Busch <kbusch@xxxxxxxxxx>
[PATCH 17/17] nvme: enable non-inline passthru commands
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 16/17] io_uring: add support for non-inline uring-cmd
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 15/17] nvme: wire-up polling for uring-passthru
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 14/17] io_uring: add polling support for uring-cmd
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 13/17] nvme: allow user passthrough commands to poll
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 12/17] nvme: enable bio-cache for fixed-buffer passthru
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 11/17] block: factor out helper for bio allocation from cache
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 10/17] block: wire-up support for plugging
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 09/17] io_uring: plug for async bypass
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 07/17] io_uring: add support for uring_cmd with fixed-buffer
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 08/17] nvme: enable passthrough with fixed-buffer
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 06/17] io_uring: prep for fixed-buffer enabled uring-cmd
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 05/17] nvme: wire-up support for async-passthru on char-device.
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 04/17] nvme: modify nvme_alloc_request to take an additional parameter
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 03/17] io_uring: add infra and support for IORING_OP_URING_CMD
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 02/17] fs: add file_operations->async_cmd()
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 01/17] io_uring: add support for 128-byte SQEs
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
[PATCH 00/17] io_uring passthru over nvme
From
: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
[PATCH] io_uring: Fix an unsigned subtraction which can never be negative.
From
: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
Re: [PATCH] io_uring: fix memory ordering when SQPOLL thread goes to sleep
From
: Almog Khaikin <almogkh@xxxxxxxxx>
Re: [PATCH] io_uring: fix memory ordering when SQPOLL thread goes to sleep
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: fix memory ordering when SQPOLL thread goes to sleep
From
: Almog Khaikin <almogkh@xxxxxxxxx>
[PATCH] io_uring: fix memory ordering when SQPOLL thread goes to sleep
From
: Almog Khaikin <almogkh@xxxxxxxxx>
[PATCH] io_uring: add support for registering ring file descriptors
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Vito Caputo <vcaputo@xxxxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v4 2/2] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
[PATCH] io_uring: add io_uring_enter(2) fixed file support
From
: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
Re: [LSF/MM/BPF Topic] Towards more useful nvme-passthrough
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v4 2/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v4 6/6] io_uring: add support for zone-append
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v4 6/6] io_uring: add support for zone-append
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v4 6/6] io_uring: add support for zone-append
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: Fwd: btrfs / io-uring corrupting reads
From
: Filipe Manana <fdmanana@xxxxxxxxxx>
Re: [PATCH v4 2/2] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v4 2/2] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v4 2/2] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v4 2/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: Fwd: btrfs / io-uring corrupting reads
From
: Daniel Black <daniel@xxxxxxxxxxx>
Re: [PATCH v4 2/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v4 2/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v4 2/2] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
[PATCH v4 2/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[PATCH v4 1/2] io_uring: minor io_cqring_wait() optimization
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[PATCH v4 0/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[PATCH v3 0/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[PATCH v3 2/2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[PATCH v3 1/2] io_uring: minor io_cqring_wait() optimization
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
[PATCH 5.16 061/164] io_uring: add a schedule point in io_add_buffers()
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 5.15 055/139] io_uring: add a schedule point in io_add_buffers()
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH 5.10 27/80] io_uring: add a schedule point in io_add_buffers()
From
: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2] io_uring: Add support for napi_busy_poll
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v2] io_uring: Add support for napi_busy_poll
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v2] io_uring: Add support for napi_busy_poll
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v2] io_uring: Add support for napi_busy_poll
From
: kernel test robot <lkp@xxxxxxxxx>
[PATCH v2] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v4 1/1] io-uring: Make statx API stable
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v3 0/2] io-uring: Make statx api stable
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
KASAN: use-after-free Read in __fdget_raw
From
: Tadeusz Struk <tadeusz.struk@xxxxxxxxxx>
Re: [PATCH v4 0/1] io-uring: Make statx api stable
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH liburing v1] src/Makefile: Don't use stack protector for all builds by default
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH v4 1/1] io-uring: Make statx API stable
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v4 0/1] io-uring: Make statx api stable
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH liburing v1] .gitignore: Add `/test/fpos` to .gitignore
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH liburing v2] queue, liburing.h: Avoid `io_uring_get_sqe()` code duplication
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v3 0/2] io-uring: Make statx api stable
From
: Qian Cai <quic_qiancai@xxxxxxxxxxx>
[PATCH liburing v1] .gitignore: Add `/test/fpos` to .gitignore
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH liburing v2] queue, liburing.h: Avoid `io_uring_get_sqe()` code duplication
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: [PATCH liburing v1] queue, liburing.h: Avoid `io_uring_get_sqe()` code duplication
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: [PATCH liburing v1] queue, liburing.h: Avoid `io_uring_get_sqe()` code duplication
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
[PATCH liburing v1] queue, liburing.h: Avoid `io_uring_get_sqe()` code duplication
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: [PATCH liburing v1] src/Makefile: Don't use stack protector for all builds by default
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxxxx>
Re: [PATCH 1/8] io_uring: split up io_uring_sqe into hdr + main
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
[PATCH liburing v1] src/Makefile: Don't use stack protector for all builds by default
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: [GIT PULL] io_uring fixes for 5.17-rc6
From
: pr-tracker-bot@xxxxxxxxxx
[GIT PULL] io_uring fixes for 5.17-rc6
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v3 0/2] io-uring: Make statx api stable
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: documentation fixup
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH liburing] Remove fpos tests without linking
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v3 0/2] io-uring: Make statx api stable
From
: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
[PATCH] io_uring: documentation fixup
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH liburing] Remove fpos tests without linking
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [PATCH v3 0/4] io_uring: consistent behaviour with linked read/write
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [PATCH v3 0/4] io_uring: consistent behaviour with linked read/write
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v3 liburing] Test consistent file position updates
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v3 3/4] io_uring: do not recalculate ppos unnecessarily
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v3 2/4] io_uring: update kiocb->ki_pos at execution time
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v3 1/4] io_uring: remove duplicated calls to io_kiocb_ppos
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[syzbot] memory leak in create_io_worker (2)
From
: syzbot <syzbot+7085977fe51df63eb2bf@xxxxxxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2 04/13] fs: split off __alloc_page_buffers function
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v3 0/2] io-uring: Make statx api stable
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v3 0/2] io-uring: Make statx api stable
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: disallow modification of rsrc_data during quiesce
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
From
: Lee Jones <lee.jones@xxxxxxxxxx>
[PATCH] io_uring: disallow modification of rsrc_data during quiesce
From
: Dylan Yudaken <dylany@xxxxxx>
Re: Fwd: btrfs / io-uring corrupting reads
From
: Filipe Manana <fdmanana@xxxxxxxxxx>
Re: Fwd: btrfs / io-uring corrupting reads
From
: Filipe Manana <fdmanana@xxxxxxxxxx>
Re: Fwd: btrfs / io-uring corrupting reads
From
: Daniel Black <daniel@xxxxxxxxxxx>
Re: Fwd: btrfs / io-uring corrupting reads
From
: Filipe Manana <fdmanana@xxxxxxxxxx>
[PATCH v3 liburing] Test consistent file position updates
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH v3 4/4] io_uring: pre-increment f_pos on rw
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH v3 2/4] io_uring: update kiocb->ki_pos at execution time
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH v3 1/4] io_uring: remove duplicated calls to io_kiocb_ppos
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH v3 3/4] io_uring: do not recalculate ppos unnecessarily
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH v3 0/4] io_uring: consistent behaviour with linked read/write
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [PATCH v2 4/4] io_uring: pre-increment f_pos on rw
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH] io_uring: remove definite false if expression
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v2 4/4] io_uring: pre-increment f_pos on rw
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [PATCH v2 04/13] fs: split off __alloc_page_buffers function
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH v2 4/4] io_uring: pre-increment f_pos on rw
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v2 4/4] io_uring: pre-increment f_pos on rw
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
[syzbot] KASAN: use-after-free Read in io_rsrc_node_ref_zero
From
: syzbot <syzbot+ca8bf833622a1662745b@xxxxxxxxxxxxxxxxxxxxxxxxx>
Fwd: btrfs / io-uring corrupting reads
From
: Daniel Black <daniel@xxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v2 4/4] io_uring: pre-increment f_pos on rw
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v2 liburing] Test consistent file position updates
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [PATCH v2 0/4] io_uring: consistent behaviour with linked read/write
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH v2 4/4] io_uring: pre-increment f_pos on rw
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH] io_uring: don't convert to jiffies for waiting on timeouts
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH v2 3/4] io_uring: do not recalculate ppos unnecessarily
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [PATCH v2 0/4] io_uring: consistent behaviour with linked read/write
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH v2 2/4] io_uring: update kiocb->ki_pos at execution time
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [PATCH v2 2/4] io_uring: update kiocb->ki_pos at execution time
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH v2 liburing] Test consistent file position updates
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH v2 0/4] io_uring: consistent behaviour with linked read/write
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH v2 1/4] io_uring: remove duplicated calls to io_kiocb_ppos
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [PATCH v2 liburing] Test consistent file position updates
From
: Jens Axboe <axboe@xxxxxxxxx>
btrfs / io-uring corrupting reads
From
: Daniel Black <daniel@xxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v2 06/13] fs: Add gfp_t parameter to create_page_buffers()
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v2 00/13] Support sync buffered writes for io-uring
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v2 04/13] fs: split off __alloc_page_buffers function
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v2 04/13] fs: split off __alloc_page_buffers function
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v2 04/13] fs: split off __alloc_page_buffers function
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v1] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[syzbot] KASAN: use-after-free Read in io_poll_check_events
From
: syzbot <syzbot+edb9c7738ba8cbdbf197@xxxxxxxxxxxxxxxxxxxxxxxxx>
[PATCH v1] io_uring: Add support for napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v2 04/13] fs: split off __alloc_page_buffers function
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v2 04/13] fs: split off __alloc_page_buffers function
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v2 04/13] fs: split off __alloc_page_buffers function
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 02/13] mm: Introduce do_generic_perform_write
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
[PATCH v2 09/13] io_uring: Add tracepoint for short writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 06/13] fs: Add gfp_t parameter to create_page_buffers()
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 13/13] block: enable async buffered writes for block devices.
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 11/13] mm: support write throttling for async buffered writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 12/13] io_uring: support write throttling for async buffered writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 10/13] sched: add new fields to task_struct
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 08/13] io_uring: add support for async buffered writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 00/13] Support sync buffered writes for io-uring
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 05/13] fs: split off __create_empty_buffers function
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 03/13] mm: Add support for async buffered writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 07/13] fs: add support for async buffered writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 04/13] fs: split off __alloc_page_buffers function
From
: Stefan Roesch <shr@xxxxxx>
Re: [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [PATCH 0/3] io_uring: consistent behaviour with linked read/write
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 0/3] io_uring: consistent behaviour with linked read/write
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [PATCH v3 0/2] io-uring: Make statx api stable
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH] io_uring: Remove unneeded test in io_run_task_work_sig()
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 0/3] io_uring: consistent behaviour with linked read/write
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
[PATCH] io_uring: Remove unneeded test in io_run_task_work_sig()
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[PATCH liburing] Test consistent file position updates
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH 0/3] io_uring: consistent behaviour with linked read/write
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH 1/3] io_uring: remove duplicated calls to io_kiocb_ppos
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH 3/3] io_uring: do not recalculate ppos unnecessarily
From
: Dylan Yudaken <dylany@xxxxxx>
[PATCH 2/3] io_uring: update kiocb->ki_pos at execution time
From
: Dylan Yudaken <dylany@xxxxxx>
Re: [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
From
: Kanchan Joshi <joshiiitr@xxxxxxxxx>
Re: [RFC 03/13] io_uring: mark iopoll not supported for uring-cmd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [RFC 03/13] io_uring: mark iopoll not supported for uring-cmd
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 3/8] fs: add file_operations->uring_cmd()
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 3/8] fs: add file_operations->uring_cmd()
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 7/8] net: wire up support for file_operations->uring_cmd()
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH v1 07/14] fs: Add aop_flags parameter to create_page_buffers()
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v1 01/14] fs: Add flags parameter to __block_write_begin_int
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v1 07/14] fs: Add aop_flags parameter to create_page_buffers()
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v1 01/14] fs: Add flags parameter to __block_write_begin_int
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v1 07/14] fs: Add aop_flags parameter to create_page_buffers()
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v1 03/14] mm: add noio support in filemap_get_pages
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v1 03/14] mm: add noio support in filemap_get_pages
From
: Stefan Roesch <shr@xxxxxx>
Re: napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH liburing v1 0/2] Support busybox mktemp and add x86-64 syscall macros
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v1 0/2] io-uring: use consisten tracepoint format
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v2 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
From
: Stefan Roesch <shr@xxxxxx>
Re: napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[PATCH v3 2/2] io-uring: Copy path name during prepare stage for statx
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v3 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v3 0/2] io-uring: Make statx api stable
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v1 00/14] Support sync buffered writes for io-uring
From
: Stefan Roesch <shr@xxxxxx>
[PATCH AUTOSEL 5.15 17/33] mm: io_uring: allow oom-killer from io_uring_setup
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH liburing v1 1/2] configure: Support busybox mktemp
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH liburing v1 2/2] arch/x86: Create syscall __do_syscall{0..6} macros
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH liburing v1 0/2] Support busybox mktemp and add x86-64 syscall macros
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH AUTOSEL 5.16 17/34] mm: io_uring: allow oom-killer from io_uring_setup
From
: Sasha Levin <sashal@xxxxxxxxxx>
Re: [PATCH] io_uring: add a schedule point in io_add_buffers()
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
[PATCH] io_uring: add a schedule point in io_add_buffers()
From
: Eric Dumazet <eric.dumazet@xxxxxxxxx>
Re: [PATCH v1 00/14] Support sync buffered writes for io-uring
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v1 05/14] fs: split off __alloc_page_buffers function
From
: kernel test robot <lkp@xxxxxxxxx>
[RFC PATCH] fs: __alloc_page_buffers() can be static
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v2 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
From
: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
[PATCH v2 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 2/2] io-uring: Copy path name during prepare stage for statx
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v2 0/2] io-uring: Make statx api stable
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH v1 05/14] fs: split off __alloc_page_buffers function
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v1 05/14] fs: split off __alloc_page_buffers function
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v1 03/14] mm: add noio support in filemap_get_pages
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v1 02/14] mm: Introduce do_generic_perform_write
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v1 01/14] fs: Add flags parameter to __block_write_begin_int
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v1 04/14] mm: Add support for async buffered writes
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v1 07/14] fs: Add aop_flags parameter to create_page_buffers()
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v1 03/14] mm: add noio support in filemap_get_pages
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
[PATCH v1 1/2] io-uring: add __fill_cqe function
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 2/2] io-uring: Make tracepoints consistent.
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 0/2] io-uring: use consisten tracepoint format
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 12/14] mm: support write throttling for async buffered writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 14/14] block: enable async buffered writes for block devices.
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 11/14] sched: add new fields to task_struct
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 09/14] io_uring: add support for async buffered writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 06/14] fs: split off __create_empty_buffers function
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 13/14] io_uring: support write throttling for async buffered writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 07/14] fs: Add aop_flags parameter to create_page_buffers()
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 10/14] io_uring: Add tracepoint for short writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 08/14] fs: add support for async buffered writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 02/14] mm: Introduce do_generic_perform_write
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 05/14] fs: split off __alloc_page_buffers function
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 04/14] mm: Add support for async buffered writes
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 01/14] fs: Add flags parameter to __block_write_begin_int
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 00/14] Support sync buffered writes for io-uring
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 03/14] mm: add noio support in filemap_get_pages
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH 0/3] decouple work_list protection from the big wqe->lock
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH v1 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
From
: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH] Fix __io_uring_get_cqe() for IORING_SETUP_IOPOLL
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [GIT PULL] io_uring fixes for 5.17-rc4
From
: pr-tracker-bot@xxxxxxxxxx
Re: [PATCH 0/3] decouple work_list protection from the big wqe->lock
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 0/3] decouple work_list protection from the big wqe->lock
From
: Jens Axboe <axboe@xxxxxxxxx>
[GIT PULL] io_uring fixes for 5.17-rc4
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH liburing v1 0/4] Refactor arch dependent code and x86-64 improvement
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH liburing v1 4/4] Change all syscall function name prefix to __sys
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH liburing v1 1/4] arch/generic: Create arch generic syscall wrappers
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH liburing v1 0/4] Refactor arch dependent code and x86-64 improvement
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH liburing v1 3/4] lib.h: Split off lib header for arch specific and generic
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH liburing v1 2/4] arch/x86, syscall: Refactor arch specific and generic syscall wrappers
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: [syzbot] possible deadlock in io_poll_double_wake (3)
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v2 2/3] block: io_uring: add READV_PI/WRITEV_PI operations
From
: "Alexander V. Buev" <a.buev@xxxxxxxxx>
Re: [syzbot] possible deadlock in io_poll_double_wake (3)
From
: syzbot <syzbot+e654d4e15e6b3b9deb53@xxxxxxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2 2/3] block: io_uring: add READV_PI/WRITEV_PI operations
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v2 2/3] block: io_uring: add READV_PI/WRITEV_PI operations
From
: "Alexander V. Buev" <a.buev@xxxxxxxxx>
Re: [PATCH v2 3/3] block: fops: handle IOCB_USE_PI in direct IO
From
: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
Re: [PATCH v2 1/3] block: bio-integrity: add PI iovec to bio
From
: Chaitanya Kulkarni <chaitanyak@xxxxxxxxxx>
Re: [PATCH v2 2/3] block: io_uring: add READV_PI/WRITEV_PI operations
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH] Fix __io_uring_get_cqe() for IORING_SETUP_IOPOLL
From
: Akinobu Mita <akinobu.mita@xxxxxxxxx>
[PATCH v2 2/3] block: io_uring: add READV_PI/WRITEV_PI operations
From
: "Alexander V. Buev" <a.buev@xxxxxxxxx>
[PATCH v2 1/3] block: bio-integrity: add PI iovec to bio
From
: "Alexander V. Buev" <a.buev@xxxxxxxxx>
[PATCH v2 3/3] block: fops: handle IOCB_USE_PI in direct IO
From
: "Alexander V. Buev" <a.buev@xxxxxxxxx>
[PATCH v2 0/3] implement direct IO with integrity
From
: "Alexander V. Buev" <a.buev@xxxxxxxxx>
Re: [PATCH v1] liburing: add test for stable statx api
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: uring regression - lost write request
From
: Daniel Black <daniel@xxxxxxxxxxx>
Re: [PATCH v1] liburing: add test for stable statx api
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: [PATCH v1] liburing: add test for stable statx api
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: uring regression - lost write request
From
: Stefan Metzmacher <metze@xxxxxxxxx>
[PATCH v1 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 0/2] io-uring: Make statx api stable
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1] liburing: add test for stable statx api
From
: Stefan Roesch <shr@xxxxxx>
[PATCH v1 2/2] io-uring: Copy path name during prepare stage for statx
From
: Stefan Roesch <shr@xxxxxx>
Re: [PATCH] io_uring: Fix uninitialized use of ret in io_eventfd_register()
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH] io_uring: Fix uninitialized use of ret in io_eventfd_register()
From
: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: napi_busy_poll
From
: Jens Axboe <axboe@xxxxxxxxx>
napi_busy_poll
From
: Olivier Langlois <olivier@xxxxxxxxxxxxxx>
Re: [PATCH] io_uring: Fix use of uninitialized ret in io_eventfd_register()
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [External] [PATCH] io_uring: Fix use of uninitialized ret in io_eventfd_register()
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH] io_uring: fix uninitialized error code in io_eventfd_register()
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH] io_uring: fix uninitialized return
From
: Tom Rix <trix@xxxxxxxxxx>
Re: [PATCH] io_uring: fix uninitialized return
From
: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
Re: [PATCH] io_uring: Fix use of uninitialized ret in io_eventfd_register()
From
: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
Re: [PATCH] io_uring: Fix use of uninitialized ret in io_eventfd_register()
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [PATCH] io_uring: Fix use of uninitialized ret in io_eventfd_register()
From
: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
[PATCH] io_uring: fix uninitialized return
From
: trix@xxxxxxxxxx
[PATCH] io_uring: Fix use of uninitialized ret in io_eventfd_register()
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [PATCH io_uring-5.17 v2] io_uring: Clean up a false-positive warning from GCC 9.3.0
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH io_uring-5.17] io_uring: Fix build error potential reading uninitialized value
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] mm: io_uring: allow oom-killer from io_uring_setup
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH io_uring-5.17] io_uring: Fix build error potential reading uninitialized value
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH io_uring-5.17] io_uring: Fix build error potential reading uninitialized value
From
: Alviro Iskandar Setiawan <alviro.iskandar@xxxxxxxxx>
Re: [PATCH io_uring-5.17] io_uring: Fix build error potential reading uninitialized value
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH io_uring-5.17 v2] io_uring: Clean up a false-positive warning from GCC 9.3.0
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: [PATCH] io_uring: unregister eventfd while holding lock when freeing ring ctx
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH io_uring-5.17] io_uring: Fix build error potential reading uninitialized value
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH] io_uring: unregister eventfd while holding lock when freeing ring ctx
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH 3/3] io-wq: use IO_WQ_ACCT_NR rather than hardcoded number
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
[PATCH 2/3] io-wq: reduce acct->lock crossing functions lock/unlock
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
[PATCH 0/3] decouple work_list protection from the big wqe->lock
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
[PATCH 1/3] io-wq: decouple work_list protection from the big wqe->lock
From
: Hao Xu <haoxu@xxxxxxxxxxxxxxxxx>
Re: [PATCH] mm: io_uring: allow oom-killer from io_uring_setup
From
: Shakeel Butt <shakeelb@xxxxxxxxxx>
Re: [PATCH v6 0/5] io_uring: remove ring quiesce in io_uring_register
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v6 0/5] io_uring: remove ring quiesce in io_uring_register
From
: Jens Axboe <axboe@xxxxxxxxx>
[PATCH v6 5/5] io_uring: remove ring quiesce for io_uring_register
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v6 2/5] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v6 4/5] io_uring: avoid ring quiesce while registering restrictions and enabling rings
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v6 3/5] io_uring: avoid ring quiesce while registering async eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v6 1/5] io_uring: remove trace for eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v6 0/5] io_uring: remove ring quiesce in io_uring_register
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
Re: [PATCH v5 4/4] io_uring: remove ring quiesce for io_uring_register
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v5 0/4] io_uring: remove ring quiesce in io_uring_register
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v5 0/4] io_uring: remove ring quiesce in io_uring_register
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v5 2/4] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH v5 0/4] io_uring: remove ring quiesce in io_uring_register
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v5 2/4] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v5 4/4] io_uring: remove ring quiesce for io_uring_register
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v5 2/4] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [External] Re: [PATCH v4 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v5 2/4] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v5 1/4] io_uring: remove trace for eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v5 4/4] io_uring: remove ring quiesce for io_uring_register
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v5 3/4] io_uring: avoid ring quiesce for IORING_REGISTER_EVENTFD_ASYNC
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v5 0/4] io_uring: remove ring quiesce in io_uring_register
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH] io_uring: prevent io_put_identity() from freeing a static identity
From
: Tadeusz Struk <tadeusz.struk@xxxxxxxxxx>
Re: [External] Re: [PATCH v4 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [External] Re: [PATCH v4 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH v4 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [External] Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v4 3/3] io_uring: avoid ring quiesce for IORING_REGISTER_EVENTFD_ASYNC
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v4 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v4 1/3] io_uring: remove trace for eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v4 0/3] io_uring: avoid ring quiesce in io_uring_register for eventfd opcodes
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
Re: [PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 1/2] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
Re: [External] Re: [PATCH 1/2] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v3 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v3 3/3] io_uring: avoid ring quiesce for IORING_REGISTER_EVENTFD_ASYNC
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v3 1/3] io_uring: remove trace for eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v3 0/3] io_uring: avoid ring quiesce in io_uring_register for eventfd opcodes
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
Re: [PATCH 1/2] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 1/2] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v2 3/3] io_uring: avoid ring quiesce for IORING_REGISTER_EVENTFD_ASYNC
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v2 1/3] io_uring: remove trace for eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v2 2/3] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH v2 0/3] io_uring: avoid ring quiesce in io_uring_register for eventfd opcodes
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
Re: [External] Re: [RFC] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH 1/2] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH 1/2] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [External] Re: [RFC] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [External] Re: [RFC] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH 2/2] io_uring: avoid ring quiesce for IORING_REGISTER_EVENTFD_ASYNC
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH 0/2] io_uring: avoid ring quiesce in io_uring_register for eventfd opcodes
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH 1/2] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
Re: [RFC] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [RFC] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [RFC] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [RFC] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Jens Axboe <axboe@xxxxxxxxx>
[RFC] io_uring: avoid ring quiesce while registering/unregistering eventfd
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
Re: FlexSC influence on io_uring
From
: Jens Axboe <axboe@xxxxxxxxx>
FlexSC influence on io_uring
From
: Spencer Baugh <sbaugh@xxxxxxxxxx>
Re: [PATCH for-5.18 v1 0/3] Add `sendto(2)` and `recvfrom(2)` support
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
Re: [PATCH for-5.18 v1 0/3] Add `sendto(2)` and `recvfrom(2)` support
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [GIT PULL] io_uring fixes for 5.17-rc2
From
: pr-tracker-bot@xxxxxxxxxx
[PATCH for-5.18 v1 3/3] io_uring: Add `sendto(2)` and `recvfrom(2)` support
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH for-5.18 v1 2/3] net: Make `move_addr_to_user()` be a non static function
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH for-5.18 v1 1/3] io_uring: Rename `io_{send,recv}` to `io_{sendto,recvfrom}`
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[PATCH for-5.18 v1 0/3] Add `sendto(2)` and `recvfrom(2)` support
From
: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
[GIT PULL] io_uring fixes for 5.17-rc2
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH] io_uring: remove unused argument from io_rsrc_node_alloc
From
: Jens Axboe <axboe@xxxxxxxxx>
Re: [PATCH stable-5.16] io_uring: fix not released cached task refs
From
: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
[PATCH] io_uring: remove unused argument from io_rsrc_node_alloc
From
: Usama Arif <usama.arif@xxxxxxxxxxxxx>
[PATCH stable-5.16] io_uring: fix not released cached task refs
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
[PATCH stable-5.15] io_uring: fix not released cached task refs
From
: Pavel Begunkov <asml.silence@xxxxxxxxx>
Re: [PATCH] mm: io_uring: allow oom-killer from io_uring_setup
From
: David Rientjes <rientjes@xxxxxxxxxx>
Re: [PATCH] mm: io_uring: allow oom-killer from io_uring_setup
From
: Shakeel Butt <shakeelb@xxxxxxxxxx>
Re: [PATCH] mm: io_uring: allow oom-killer from io_uring_setup
From
: David Rientjes <rientjes@xxxxxxxxxx>
[PATCH] mm: io_uring: allow oom-killer from io_uring_setup
From
: Shakeel Butt <shakeelb@xxxxxxxxxx>
Re: [PATCH 3/3] io_uring: zerocopy receive
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH 3/3] io_uring: zerocopy receive
From
: kernel test robot <lkp@xxxxxxxxx>
[Index of Archives]
[Linux Samsung SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux Actions SoC]
[Linux Kernel]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Scanners]
[Yosemite Forum]