io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 00:59:10 to 2021-06-03 10:52:12 UTC [more...]

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-06-03 10:51 UTC  (63+ 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 2/9] audit, io_uring, io-wq: "
` [RFC PATCH 3/9] audit: dev/test patch to force io_uring auditing
` [RFC PATCH 4/9] audit: add filtering for io_uring records
      ` [PATCH 1/2] audit: add filtering for io_uring records, addendum
      ` [PATCH 2/2] audit: block PERM fields being used with io_uring filtering
` [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

[RFC 0/4] futex request support
 2021-06-03 10:31 UTC  (11+ messages)
` [RFC 1/4] futex: add op wake for a single key
` [RFC 2/4] io_uring: frame out futex op
` [RFC 3/4] io_uring: support futex wake requests
` [RFC 4/4] io_uring: implement futex wait

[PATCH liburing v2 00/11] add mkdir, [sym]linkat, mknodat support
 2021-06-03  5:29 UTC  (12+ messages)
` [PATCH liburing v2 01/11] liburing.h: add mkdirat prep helper
` [PATCH liburing v2 02/11] Add mkdirat test case
` [PATCH liburing v2 03/11] io_uring.h: add symlinkat opcode
` [PATCH liburing v2 04/11] liburing.h: add symlinkat prep helper
` [PATCH liburing v2 05/11] Add symlinkat test case
` [PATCH liburing v2 06/11] io_uring.h: add linkat opcode
` [PATCH liburing v2 07/11] liburing.h: add linkat prep helper
` [PATCH liburing v2 08/11] Add linkat test case
` [PATCH liburing v2 09/11] io_uring.h: add mknodat opcode
` [PATCH liburing v2 10/11] liburing.h: add mknodat prep helper
` [PATCH liburing v2 11/11] Add mknod test case

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-06-03  5:18 UTC  (11+ messages)
` [PATCH v5 01/10] fs: make do_mkdirat() take struct filename
` [PATCH v5 02/10] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v5 03/10] fs: make do_mknodat() take struct filename
` [PATCH v5 04/10] fs: make do_symlinkat() "
` [PATCH v5 05/10] namei: add getname_uflags()
` [PATCH v5 06/10] fs: make do_linkat() take struct filename
` [PATCH v5 07/10] fs: update do_*() helpers to return ints
` [PATCH v5 08/10] io_uring: add support for IORING_OP_SYMLINKAT
` [PATCH v5 09/10] io_uring: add support for IORING_OP_LINKAT
` [PATCH v5 10/10] io_uring: add support for IORING_OP_MKNODAT

[RFC] Programming model for io_uring + eBPF
 2021-06-02 10:47 UTC  (16+ messages)

[PATCH -next] io_uring: Remove unneeded if-null-free check
 2021-06-02  6:54 UTC 

[PATCH] io_uring_enter(2): Clarify how to read from and write to non-seekable files
 2021-06-01 17:10 UTC  (2+ messages)

[PATCH] clarify an edge case of IORING_SETUP_SQ_AFF
 2021-06-01 13:50 UTC  (2+ messages)

Tracing busy processes/threads freezes/stalls the whole machine
 2021-05-31 15:39 UTC  (6+ messages)

[PATCH 5.13] io_uring: fix misaccounting fix buf pinned pages
 2021-05-30  1:27 UTC  (2+ messages)

[PATCH] io_uring: Add to traces the req pointer when available
 2021-05-29 17:55 UTC  (15+ messages)

Memory uninitialized after "io_uring: keep table of pointers to ubufs"
 2021-05-29 11:03 UTC  (2+ messages)

[syzbot] memory leak in io_submit_sqes (3)
 2021-05-29  6:33 UTC 

[GIT PULL] io_uring fixes for 5.13-rc4
 2021-05-29  0:51 UTC  (2+ messages)

[PATCH] io_uring: Remove CONFIG_EXPERT
 2021-05-28  7:59 UTC  (7+ messages)

[PATCH for-next 00/13] 5.14 batch 2
 2021-05-27 22:18 UTC  (20+ messages)
` [PATCH 01/13] io-wq: embed wqe ptr array into struct io_wq
` [PATCH 02/13] io-wq: remove unused io-wq refcounting
` [PATCH 03/13] io_uring: refactor io_iopoll_req_issued
` [PATCH 04/13] io_uring: rename function *task_file
` [PATCH 05/13] io-wq: replace goto while
` [PATCH 06/13] io-wq: don't repeat IO_WQ_BIT_EXIT check by worker
` [PATCH 07/13] io-wq: simplify worker exiting
` [PATCH 08/13] io_uring: hide rsrc tag copy into generic helpers
` [PATCH 09/13] io_uring: remove rsrc put work irq save/restore
` [PATCH 10/13] io_uring: add helpers for 2 level table alloc
` [PATCH 11/13] io_uring: don't vmalloc rsrc tags
` [PATCH 12/13] io_uring: cache task struct refs
` [PATCH 13/13] io_uring: unify SQPOLL and user task cancellations

[PATCH v2] io_uring_enter(2): clarify OP_READ and OP_WRITE
 2021-05-27 19:05 UTC  (2+ messages)

[PATCH] io_uring: handle signals before letting io-worker exit
 2021-05-27 16:09 UTC  (4+ messages)

[PATCH] io_uring: fix data race to avoid potential NULL-deref
 2021-05-27 13:45 UTC  (2+ messages)

[syzbot] KCSAN: data-race in __io_uring_cancel / io_uring_try_cancel_requests
 2021-05-27 10:05 UTC  (9+ messages)

[PATCH 1/1] io_uring/io-wq: close io-wq full-stop gap
 2021-05-26 15:03 UTC  (2+ messages)

[PATCH v2] io-wq: Fix UAF when wakeup wqe in hash waitqueue
 2021-05-26 15:03 UTC  (2+ messages)

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

[PATCH] io-wq: Fix UAF when wakeup wqe in hash waitqueue
 2021-05-25  2:01 UTC  (5+ messages)
  ` 回复: "
      ` 回复: "

[PATCH for-next 00/13] 5.14 cleanups
 2021-05-24 17:41 UTC  (2+ messages)

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

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

[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 v2 00/23] io_uring BPF requests
 2021-05-21  9:33 UTC  (6+ messages)
` [PATCH 15/23] io_uring: enable BPF to submit SQEs


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