io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-06 17:17:48 to 2021-05-24 17:41:07 UTC [more...]

[PATCH for-next 00/13] 5.14 cleanups
 2021-05-24 17:41 UTC  (15+ messages)
` [PATCH 01/13] io_uring: improve sqpoll event/state handling
` [PATCH 02/13] io_uring: improve sq_thread waiting check
` [PATCH 03/13] io_uring: remove unused park_task_work
` [PATCH 04/13] io_uring: simplify waking sqo_sq_wait
` [PATCH 05/13] io_uring: get rid of files in exit cancel
` [PATCH 06/13] io_uring: make fail flag not link specific
` [PATCH 07/13] io_uring: shuffle rarely used ctx fields
` [PATCH 08/13] io_uring: better locality for rsrc fields
` [PATCH 09/13] io_uring: remove dependency on ring->sq/cq_entries
` [PATCH 10/13] io_uring: deduce cq_mask from cq_entries
` [PATCH 11/13] io_uring: kill cached_cq_overflow
` [PATCH 12/13] io_uring: rename io_get_cqring
` [PATCH 13/13] io_uring: don't bounce submit_state cachelines

[PATCH] io-wq: Fix UAF when wakeup wqe in hash waitqueue
 2021-05-24 10:18 UTC  (4+ messages)
  ` 回复: "

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-05-23 20:26 UTC  (15+ messages)
` [RFC PATCH 1/9] audit: prepare audit_context for use in calling contexts beyond syscalls
` [RFC PATCH 2/9] audit,io_uring,io-wq: add some basic audit support to io_uring
` [RFC PATCH 3/9] audit: dev/test patch to force io_uring auditing
` [RFC PATCH 4/9] audit: add filtering for io_uring records
` [RFC PATCH 5/9] fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
` [RFC PATCH 6/9] io_uring: convert io_uring to the secure anon inode interface
` [RFC PATCH 7/9] lsm,io_uring: add LSM hooks to io_uring
` [RFC PATCH 8/9] selinux: add support for the io_uring access controls
` [RFC PATCH 9/9] Smack: Brutalist io_uring support with debug

[syzbot] KASAN: use-after-free Read in io_worker_handle_work
 2021-05-23 20:07 UTC  (4+ messages)
` 回复: "

[PATCH v2] io_uring_enter(2): clarify OP_READ and OP_WRITE
 2021-05-23 16:44 UTC 

[PATCH] io_uring_enter(2): clarify OP_READ and OP_WRITE
 2021-05-23 16:44 UTC  (3+ messages)

[PATCH 1/1] io_uring/io-wq: close io-wq full-stop gap
 2021-05-23 14:48 UTC 

[PATCH] io_uring: Delay io_wq creation to avoid unnecessary creation
 2021-05-23  8:26 UTC 

[GIT PULL] io_uring fixes for 5.13-rc3
 2021-05-22 18:16 UTC  (2+ messages)

io_close_prep returns EBADF if REQ_F_FIXED_FILE
 2021-05-21 18:28 UTC 

[RFC] Programming model for io_uring + eBPF
 2021-05-21 10:27 UTC  (15+ messages)

[RFC v2 00/23] io_uring BPF requests
 2021-05-21  9:33 UTC  (39+ messages)
` [PATCH 01/23] io_uring: shuffle rarely used ctx fields
` [PATCH 02/23] io_uring: localise fixed resources fields
` [PATCH 03/23] io_uring: remove dependency on ring->sq/cq_entries
` [PATCH 04/23] io_uring: deduce cq_mask from cq_entries
` [PATCH 05/23] io_uring: kill cached_cq_overflow
` [PATCH 06/23] io_uring: rename io_get_cqring
` [PATCH 07/23] io_uring: extract struct for CQ
` [PATCH 08/23] io_uring: internally pass CQ indexes
` [PATCH 09/23] io_uring: extract cq size helper
` [PATCH 10/23] io_uring: add support for multiple CQs
` [PATCH 11/23] io_uring: enable mmap'ing additional CQs
` [PATCH 12/23] bpf: add IOURING program type
` [PATCH 13/23] io_uring: implement bpf prog registration
` [PATCH 14/23] io_uring: add support for bpf requests
` [PATCH 15/23] io_uring: enable BPF to submit SQEs
` [PATCH 16/23] io_uring: enable bpf to submit CQEs
` [PATCH 17/23] io_uring: enable bpf to reap CQEs
` [PATCH 18/23] libbpf: support io_uring
` [PATCH 19/23] io_uring: pass user_data to bpf executor
` [PATCH 20/23] bpf: Add bpf_copy_to_user() helper
` [PATCH 21/23] io_uring: wire bpf copy to user
` [PATCH 22/23] io_uring: don't wait on CQ exclusively
` [PATCH 23/23] io_uring: enable bpf reqs to wait for CQs

[PATCH] io_thread/x86: don't reset 'cs', 'ss', 'ds' and 'es' registers for io_threads
 2021-05-21  7:31 UTC  (17+ messages)

[PATCH] Add IORING_FEAT_FILES_SKIP feature flag
 2021-05-20 23:09 UTC  (5+ messages)

Confusion regarding the use of OP_TIMEOUT
 2021-05-20 21:58 UTC  (3+ messages)

[PATCH 5.13] io_uring: fortify tctx/io_wq cleanup
 2021-05-20 13:55 UTC  (2+ messages)

[PATCH 0/2] Create io_uring fd with ephemeral inode
 2021-05-20  2:29 UTC  (8+ messages)
` [PATCH 1/2] fs: anon_inodes: export anon_inode_getfile_secure helper
` [PATCH 2/2] fs: io_uring: convert to use anon_inode_getfile_secure

Confusion regarding the use of OP_TIMEOUT
 2021-05-20  0:34 UTC 

Confusion regarding the use of OP_TIMEOUT
 2021-05-20  0:32 UTC 

[PATCH] io_uring: add IORING_FEAT_FILES_SKIP feature flag
 2021-05-18  9:54 UTC  (6+ messages)

[PATCH 1/1] io_uring: don't modify req->poll for rw
 2021-05-17 13:29 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel paging request in corrupted (3)
 2021-05-17 11:39 UTC  (3+ messages)

[PATCH v4 0/6] io_uring: add mkdirat support
 2021-05-17  9:48 UTC  (11+ messages)
` [PATCH v4 1/6] fs: make do_mkdirat() take struct filename
` [PATCH v4 2/6] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v4 3/6] fs: make do_mknodat() take struct filename
` [PATCH v4 4/6] fs: make do_symlinkat() "
` [PATCH v4 5/6] namei: add getname_uflags()
` [PATCH v4 6/6] fs: make do_linkat() take struct filename

[GIT PULL] io_uring fixes for 5.13-rc
 2021-05-15 16:28 UTC  (2+ messages)

INFO: task hung in io_uring_cancel_sqpoll
 2021-05-15  7:44 UTC  (7+ messages)

[PATCH v3 0/2] io_uring: add mkdirat support
 2021-05-14 15:11 UTC  (11+ messages)
` [PATCH v3 1/2] fs: make do_mkdirat() take struct filename

[PATCH 1/1] io_uring: further remove sqpoll limits on opcodes
 2021-05-14 14:52 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix ltout double free on completion race
 2021-05-14 14:51 UTC  (2+ messages)

[PATCH] io_uring: increase max number of reg buffers
 2021-05-14 14:51 UTC  (4+ messages)

[syzbot] WARNING in io_link_timeout_fn
 2021-05-14  1:05 UTC  (7+ messages)

[syzbot] INFO: task hung in io_ring_exit_work
 2021-05-14  0:21 UTC  (5+ messages)

general protection fault in try_to_wake_up (2)
 2021-05-11  6:58 UTC  (2+ messages)
` [syzbot] "

[PATCH 5.13 00/16] random 5.13 patches
 2021-05-11  1:11 UTC  (5+ messages)
` [PATCH 16/16] io_uring: return back safer resurrect

Proposal
 2021-05-10 14:25 UTC 

[PATCH 1/1] io_uring: fix link timeout refs
 2021-05-09  4:12 UTC  (2+ messages)

[syzbot] INFO: task hung in __io_uring_cancel
 2021-05-08 14:17 UTC  (4+ messages)

[syzbot] WARNING in io_uring_setup (2)
 2021-05-07 19:41 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.13-rc1
 2021-05-07 19:07 UTC  (2+ messages)

[PATCH liburing 1/1] tests: remove test_link_fail_ordering()
 2021-05-07 16:48 UTC  (2+ messages)

[PATCH liburing 0/4] rsrc tests and fixes
 2021-05-07 16:28 UTC  (6+ messages)
` [PATCH liburing 1/4] sync io_uring.h API file with Linux 5.13
` [PATCH liburing 2/4] tests: add rsrc tags tests
` [PATCH liburing 3/4] tests: fix timeout-new for old kernels
` [PATCH liburing 4/4] tests: fix minor connect flaws

[PATCH RFC 5.13] io_uring: add IORING_REGISTER_PRIORITY
 2021-05-07 15:23 UTC  (6+ messages)

[PATCH] block: reexpand iov_iter after read/write
 2021-05-07 14:59 UTC  (15+ messages)

IORING_OP_POLL_ADD/IORING_OP_POLL_REMOVE questions
 2021-05-06 19:32 UTC  (6+ messages)


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).