io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-27 15:06:32 to 2021-02-05 22:56:39 UTC [more...]

[PATCH 0/2] fix deadlock in __io_req_task_submit()
 2021-02-05 10:18 UTC  (15+ messages)
` [PATCH 1/2] io_uring: add uring_lock as an argument to io_sqe_files_unregister()
` [PATCH 2/2] io_uring: don't hold uring_lock when calling io_run_task_work*

[PATCH for-next 0/3] sendmsg/recvmsg cleanup
 2021-02-05 14:57 UTC  (11+ messages)
` [PATCH 1/3] io_uring: set msg_name on msg fixup
` [PATCH 2/3] io_uring: clean iov usage for recvmsg buf select
` [PATCH 3/3] io_uring: refactor sendmsg/recvmsg iov managing

bug with fastpoll accept and sqpoll + IOSQE_FIXED_FILE
 2021-02-05 14:49 UTC  (24+ messages)

[PATCH v2] io_uring: fix possible deadlock in io_uring_poll
 2021-02-05 12:58 UTC  (3+ messages)
` [PATCH v3] "

Queston about io_uring_flush
 2021-02-05  9:56 UTC  (4+ messages)

[PATCH] io_uring: don't modify identity's files uncess identity is cowed
 2021-02-05  1:34 UTC  (5+ messages)

[PATCH] io_uring: drop mm/files between task_work_submit
 2021-02-04 19:43 UTC  (2+ messages)

[PATCH] io_uring: fix possible deadlock in io_uring_poll
 2021-02-04 16:54 UTC  (6+ messages)

[PATCH v2 5.12 00/13] a second pack of 5.12 cleanups
 2021-02-04 15:07 UTC  (18+ messages)
` [PATCH v2 01/13] io_uring: deduplicate core cancellations sequence
` [PATCH v2 02/13] io_uring: refactor scheduling in io_cqring_wait
` [PATCH v2 03/13] io_uring: refactor io_cqring_wait
` [PATCH v2 04/13] io_uring: refactor io_read for unsupported nowait
` [PATCH v2 05/13] io_uring: further simplify do_read error parsing
` [PATCH v2 06/13] io_uring: let io_setup_async_rw take care of iovec
` [PATCH v2 07/13] io_uring: don't forget to adjust io_size
` [PATCH v2 08/13] io_uring: inline io_read()'s iovec freeing
` [PATCH v2 09/13] io_uring: highlight read-retry loop
` [PATCH v2 10/13] io_uring: treat NONBLOCK and RWF_NOWAIT similarly
` [PATCH v2 11/13] io_uring: io_import_iovec return type cleanup
` [PATCH v2 12/13] io_uring: deduplicate file table slot calculation
` [PATCH v2 13/13] io_uring/io-wq: return 2-step work swap scheme

[PATCH 5.4 103/142] Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"
 2021-02-04 15:04 UTC  (8+ messages)

[PATCH 0/8] a second pack of 5.12 cleanups
 2021-02-04 13:52 UTC  (10+ messages)
` [PATCH 1/8] io_uring: deduplicate core cancellations sequence
` [PATCH 2/8] io_uring: refactor scheduling in io_cqring_wait
` [PATCH 3/8] io_uring: refactor io_cqring_wait
` [PATCH 4/8] io_uring: refactor io_read for unsupported nowait
` [PATCH 5/8] io_uring: further simplify do_read error parsing
` [PATCH 6/8] io_uring: let io_setup_async_rw take care of iovec
` [PATCH 7/8] io_uring: don't forget to adjust io_size
` [PATCH 8/8] io_uring: inline io_read()'s iovec freeing

[PATCH] io_uring: Add skip option for __io_sqe_files_update
 2021-02-02 20:29 UTC  (2+ messages)

[PATCH v2 0/2] io_uring: add mkdirat support
 2021-02-02  8:23 UTC  (3+ messages)
` [PATCH v2 1/2] fs: make do_mkdirat() take struct filename
` [PATCH v2 2/2] io_uring: add support for IORING_OP_MKDIRAT

[PATCH 0/2] io_uring: add mkdirat support
 2021-02-02  4:39 UTC  (11+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename

Multiple io_uring issues with sendmsg/recvmsg on loopback interfaces
 2021-02-01 23:26 UTC  (2+ messages)

[PATCH 0/6] for-5.12 stuff
 2021-02-01 20:11 UTC  (8+ messages)
` [PATCH 1/6] io_uring: fix inconsistent lock state
` [PATCH 2/6] io_uring: kill not used needs_file_no_error
` [PATCH 3/6] io_uring: inline io_req_drop_files()
` [PATCH 4/6] io_uring: remove work flags after cleanup
` [PATCH 5/6] io_uring: deduplicate adding to REQ_F_INFLIGHT
` [PATCH 6/6] io_uring: simplify do_read return parsing

[PATCH] io_uring: Fix NULL dereference in error in io_sqe_files_register()
 2021-02-01 18:57 UTC  (3+ messages)

WARNING in io_disable_sqo_submit
 2021-02-01 15:32 UTC  (4+ messages)

[PATCH v5 0/7] Count rlimits in each user namespace
 2021-02-01 14:18 UTC  (8+ messages)
` [PATCH v5 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v5 2/7] Add a reference to ucounts for each cred
` [PATCH v5 3/7] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v5 4/7] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v5 5/7] Reimplement RLIMIT_SIGPENDING "
` [PATCH v5 6/7] Reimplement RLIMIT_MEMLOCK "
` [PATCH v5 7/7] kselftests: Add test to check for rlimit changes in different user namespaces

inconsistent lock state in io_dismantle_req
 2021-02-01 11:14 UTC  (2+ messages)

tcp short writes / write ordering / etc
 2021-02-01 10:56 UTC  (2+ messages)

[PATCH v2] io_uring: Optimize and improve SQ tail and CQ head handling
 2021-01-31 22:20 UTC 

[PATCH v3] io_uring: check kthread parked flag before sqthread goes to sleep
 2021-01-31 21:46 UTC  (2+ messages)

[PATCH] io_uring: check kthread parked flag before sqthread goes to sleep
 2021-01-31 12:51 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] io_uring fixes for 5.11-rc6
 2021-01-29 22:12 UTC  (2+ messages)

[PATCH] io_uring: Optimize and improve the hot path
 2021-01-29 19:10 UTC  (2+ messages)

[RFC PATCH] io_uring: add support for IORING_OP_GETDENTS64
 2021-01-29  9:41 UTC  (8+ messages)

[PATCH v2 0/6] dm: support IO polling for bio-based dm device
 2021-01-29  7:37 UTC  (15+ messages)
` [PATCH v2 2/6] block: add queue_to_disk() to get gendisk from request_queue
` [PATCH v2 3/6] block: add iopoll method to support bio-based IO polling
` [PATCH v2 5/6] block: add QUEUE_FLAG_POLL_CAP flag
` [PATCH v2 6/6] dm: support IO polling for bio-based dm device

WARNING in io_uring_cancel_task_requests
 2021-01-29  1:38 UTC  (4+ messages)

[PATCH] io_uring: reinforce cancel on flush during exit
 2021-01-28 23:23 UTC 

[PATCH 0/2] io_uring-file req cancel syzbot reports
 2021-01-28 18:39 UTC  (3+ messages)
` [PATCH 1/2] io_uring: fix list corruption for splice file_get
` [PATCH 2/2] io_uring: fix sqo ownership false positive warning

BUG: corrupted list in io_file_get
 2021-01-28 17:28 UTC  (4+ messages)

[RFC PATCH 0/4] Asynchronous passthrough ioctl
 2021-01-28 17:25 UTC  (13+ messages)
    ` [RFC PATCH 1/4] block: introduce async ioctl operation
    ` [RFC PATCH 2/4] kernel: export task_work_add
    ` [RFC PATCH 3/4] nvme: add async ioctl support
    ` [RFC PATCH 4/4] io_uring: add async passthrough "

[PATCHSET RFC 0/5] file_operations based io_uring commands
 2021-01-28  2:19 UTC  (9+ messages)
` [PATCH 1/5] fs: add file_operations->uring_cmd()
` [PATCH 2/5] io_uring: add support for IORING_OP_URING_CMD
` [PATCH 3/5] block: wire up support for file_operations->uring_cmd()
` [PATCH 4/5] block: add example ioctl
` [PATCH 5/5] net: wire up support for file_operations->uring_cmd()

[PATCH RESEND] io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE
 2021-01-27 16:20 UTC  (3+ messages)
` [PATCH RESEND "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).