io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-10 12:25:30 to 2021-08-17 09:33:37 UTC [more...]

[PATCH v2 0/4] open/accept directly into io_uring fixed file table
 2021-08-17  9:33 UTC  (17+ messages)
` [PATCH v2 1/4] net: add accept helper not installing fd
` [PATCH v2 2/4] io_uring: openat directly into fixed fd table
` [PATCH v2 3/4] io_uring: hand code io_accept() fd installing
` [PATCH v2 4/4] io_uring: accept directly into fixed file table

[syzbot] general protection fault in __io_queue_sqe
 2021-08-17  8:19 UTC  (8+ messages)

[PATCH AUTOSEL 5.13 09/12] io_uring: rsrc ref lock needs to be IRQ safe
 2021-08-17  0:35 UTC 

[PATCH 5.15] io_uring: don't forget to clear REQ_F_ARM_LTIMEOUT
 2021-08-16 22:51 UTC  (3+ messages)

[PATCH] io_uring: consider cgroup setting when binding sqpoll cpu
 2021-08-16 16:58 UTC  (5+ messages)

[PATCH v2 0/2] iter revert problems
 2021-08-16 15:35 UTC  (4+ messages)
` [PATCH v2 1/2] iov_iter: mark truncated iters
` [PATCH v2 2/2] io_uring: don't retry with truncated iter

IIO, dmabuf, io_uring
 2021-08-16 15:01 UTC  (7+ messages)
  ` [Linaro-mm-sig] "

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2021-08-16 13:06 UTC  (20+ messages)
        ` [CFT}[PATCH] coredump: Limit what can interrupt coredumps
                ` [PATCH] "

[PATCH v9 00/11] io_uring: add mkdir and [sym]linkat support
 2021-08-16 10:24 UTC  (6+ messages)

[PATCH v2 for-next 0/5] 5.15 cleanups and optimisations
 2021-08-15 15:17 UTC  (11+ messages)
` [PATCH v2 1/9] io_uring: optimise iowq refcounting
` [PATCH v2 2/9] io_uring: don't inflight-track linked timeouts
` [PATCH v2 3/9] io_uring: optimise initial ltimeout refcounting
` [PATCH v2 4/9] io_uring: kill not necessary resubmit switch
` [PATCH v2 5/9] io_uring: deduplicate cancellation code
` [PATCH v2 6/9] io_uring: kill REQ_F_LTIMEOUT_ACTIVE
` [PATCH v2 7/9] io_uring: simplify io_prep_linked_timeout
` [PATCH v2 8/9] io_uring: cancel not-armed linked touts separately
` [PATCH v2 9/9] io_uring: optimise io_prep_linked_timeout()

[PATCH liburing 0/2] update linked timeout tests
 2021-08-15 15:15 UTC  (4+ messages)
` [PATCH liburing 1/2] tests: close pipes in link-timeout
` [PATCH liburing 2/2] tests: fail early invalid linked setups

[PATCH for-next 0/5] 5.15 cleanups and optimisations
 2021-08-15 15:01 UTC  (13+ messages)
` [PATCH 1/5] io_uring: optimise iowq refcounting
` [PATCH 2/5] io_uring: don't inflight-track linked timeouts
` [PATCH 3/5] io_uring: optimise initial ltimeout refcounting
` [PATCH 4/5] io_uring: kill not necessary resubmit switch
` [PATCH 5/5] io_uring: deduplicate cancellations

[GIT PULL] io_uring fixes for 5.14-rc6
 2021-08-14  1:12 UTC  (2+ messages)

[PATCHSET v5 0/6] Enable bio recycling for polled IO
 2021-08-13 20:33 UTC  (20+ messages)
` [PATCH 1/6] bio: optimize initialization of a bio
` [PATCH 2/6] fs: add kiocb alloc cache flag
` [PATCH 3/6] bio: add allocation cache abstraction
` [PATCH 4/6] block: clear BIO_PERCPU_CACHE flag if polling isn't supported
` [PATCH 5/6] io_uring: enable use of bio alloc cache
` [PATCH 6/6] block: use the percpu bio cache in __blkdev_direct_IO

[RFC 0/4] open/accept directly into io_uring fixed file table
 2021-08-13 16:30 UTC  (4+ messages)

[PATCH for-5.15 0/3] small code clean
 2021-08-13 13:56 UTC  (9+ messages)
` [PATCH 1/3] io_uring: extract io_uring_files_cancel() in io_uring_task_cancel()
` [PATCH 2/3] io_uring: remove files pointer in cancellation functions
` [PATCH 3/3] io_uring: code clean for completion_lock in io_arm_poll_handler()
  ` [PATCH v2] "

[syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
 2021-08-12 20:36 UTC  (3+ messages)

[PATCH] io_uring: correct __must_hold annotation
 2021-08-12 18:48 UTC 

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

[PATCHSET v4 0/6] Enable bio recycling for polled IO
 2021-08-12 15:29 UTC  (17+ messages)
` [PATCH 1/6] bio: optimize initialization of a bio
` [PATCH 2/6] fs: add kiocb alloc cache flag
` [PATCH 3/6] bio: add allocation cache abstraction
` [PATCH 4/6] block: clear BIO_PERCPU_CACHE flag if polling isn't supported
` [PATCH 5/6] io_uring: enable use of bio alloc cache
` [PATCH 6/6] block: enable use of bio allocation cache

[PATCH v2 0/5] skip request refcounting
 2021-08-12  0:34 UTC  (7+ messages)
` [PATCH v2 1/5] io_uring: move req_ref_get() and friends
` [PATCH v2 2/5] io_uring: remove req_ref_sub_and_test()
` [PATCH v2 3/5] io_uring: remove submission references
` [PATCH v2 4/5] io_uring: skip request refcounting
` [PATCH v2 5/5] io_uring: optimise hot path of ltimeout prep

[PATCHSET 0/4] Remove IRQ safety of completion_lock
 2021-08-11 19:40 UTC  (5+ messages)
` [PATCH 1/4] io_uring: run timeouts from task_work
` [PATCH 2/4] io_uring: run linked "
` [PATCH 3/4] io_uring: run regular file completions "
` [PATCH 4/4] io_uring: remove IRQ aspect of io_ring_ctx completion lock

[PATCHSET v3 0/5] Enable bio recycling for polled IO
 2021-08-11 15:08 UTC  (14+ messages)
` [PATCH 1/5] bio: add allocation cache abstraction
` [PATCH 2/5] io_uring: use kiocb->private to hold rw_len
` [PATCH 3/5] fs: add ki_bio_cache pointer to struct kiocb
` [PATCH 4/5] io_uring: wire up bio allocation cache
` [PATCH 5/5] block: enable use of "

[PATCH 0/2] io_uring: bug fixes
 2021-08-11  5:40 UTC  (9+ messages)
` [PATCH 1/2] io_uring: clear TIF_NOTIFY_SIGNAL when running task work
            ` I/O cancellation in io-uring (was: io_uring: clear TIF_NOTIFY_SIGNAL ...)

[PATCH 1/1] io_uring: clean up tctx_task_work()
 2021-08-10 19:57 UTC  (2+ messages)

[RFC] io_uring: remove file batch-get optimisation
 2021-08-10 17:14 UTC  (4+ messages)

[BUG] io-uring triggered lockdep splat
 2021-08-10 16:51 UTC  (3+ messages)

[PATCHSET 0/4] Enable bio recycling for polled IO
 2021-08-10 15:58 UTC  (15+ messages)
` [PATCH 1/4] bio: add allocation cache abstraction
` [PATCH 3/4] io_uring: wire up bio allocation cache
` [PATCH 4/4] block: enable use of "

[PATCH 0/5] skip request refcounting
 2021-08-10 13:30 UTC  (3+ messages)
` [PATCH 5/5] io_uring: request refcounting skipping

[PATCH for-5.15] io-wq: move nr_running and worker_refs out of wqe->lock protection
 2021-08-10 12:55 UTC 


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