public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-07-26 10:27:23 to 2023-08-11 12:55:19 UTC [more...]

[PATCH 0/7] random fixes and cleanups
 2023-08-11 12:53 UTC  (7+ messages)
` [PATCH 1/7] io_uring/net: don't overflow multishot accept
` [PATCH 2/7] io_uring/net: don't overflow multishot recv
` [PATCH 3/7] io_uring: open code io_fill_cqe_req()
` [PATCH 4/7] io_uring: remove return from io_req_cqe_overflow()
` [PATCH 5/7] io_uring: never overflow io_aux_cqe
` [PATCH 7/7] io_uring: simplify io_run_task_work_sig return

[PATCHSET 0/3] io-wq locking improvements
 2023-08-11  4:00 UTC  (5+ messages)
` [PATCH 1/3] io_uring/io-wq: don't grab wq->lock for worker activation
` [PATCH 2/3] io_uring/io-wq: reduce frequency of acct->lock acquisitions
` [PATCH 3/3] io_uring/io-wq: don't gate worker wake up success on wake_up_process()

[PATCH for-next 0/3] Misc cleanups
 2023-08-10 16:29 UTC  (5+ messages)
` [PATCH 1/3] io_uring/fdinfo: get rid of ref tryget
` [PATCH 2/3] io_uring/splice: use fput() directly
` [PATCH 3/3] io_uring: have io_file_put() take an io_kiocb rather than the file

[PATCH v2 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-10 12:57 UTC  (28+ messages)
` [PATCH v2 1/8] net: expose sock_use_custom_sol_socket
` [PATCH v2 2/8] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v2 3/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v2 4/8] io_uring/cmd: Extend support beyond SOL_SOCKET
` [PATCH v2 5/8] bpf: Leverage sockptr_t in BPF getsockopt hook
` [PATCH v2 6/8] bpf: Leverage sockptr_t in BPF setsockopt hook
` [PATCH v2 7/8] io_uring/cmd: BPF hook for getsockopt cmd
` [PATCH v2 8/8] io_uring/cmd: BPF hook for setsockopt cmd

[PATCH v1 0/2] Add LSM access controls for io_uring_setup
 2023-08-10 12:27 UTC  (11+ messages)

[PATCH v3 0/1] Add a sysctl to disable io_uring system-wide
 2023-08-09 18:38 UTC  (7+ messages)
` [PATCH v3 1/1] io_uring: add "

[PATCHSET v4] Add io_uring futex/futexv support
 2023-08-09 18:04 UTC  (18+ messages)
` [PATCH 01/12] futex: Clarify FUTEX2 flags
` [PATCH 02/12] futex: Extend the "
` [PATCH 03/12] futex: Flag conversion
` [PATCH 04/12] futex: Validate futex value against futex size
` [PATCH 05/12] futex: move FUTEX2_MASK to futex.h
` [PATCH 06/12] futex: factor out the futex wake handling
` [PATCH 07/12] futex: abstract out a __futex_wake_mark() helper
` [PATCH 08/12] io_uring: add support for futex wake and wait
` [PATCH 09/12] futex: add wake_data to struct futex_q
` [PATCH 10/12] futex: make futex_parse_waitv() available as a helper
` [PATCH 11/12] futex: make the vectored futex operations available
` [PATCH 12/12] io_uring: add support for vectored futex waits

FYI, fsnotify contention with aio and io_uring
 2023-08-09 17:14 UTC  (5+ messages)
    ` [EXT] "

[PATCH 1/1] io_uring: break iopolling on signal
 2023-08-09 16:18 UTC  (9+ messages)

[PATCH] io_uring: cleanup 'ret' handling in io_iopoll_check()
 2023-08-09 16:10 UTC 

[PATCH 1/1] io_uring: kill io_uring userspace examples
 2023-08-09 15:36 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix false positive KASAN warnings
 2023-08-09 15:36 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix drain stalls by invalid SQE
 2023-08-09 15:36 UTC  (2+ messages)

[PATCHSET v2] Add io_uring support for waitid
 2023-08-09 15:11 UTC  (8+ messages)
` [PATCH 1/5] exit: abtract out should_wake helper for child_wait_callback()
` [PATCH 2/5] exit: move core of do_wait() into helper
` [PATCH 3/5] exit: add kernel_waitid_prepare() helper
` [PATCH 4/5] exit: add internal include file with helpers
` [PATCH 5/5] io_uring: add IORING_OP_WAITID support

[PATCH 0/2] random for-next cleanups
 2023-08-09 15:05 UTC  (4+ messages)
` [PATCH 1/2] io_uring/rsrc: keep one global dummy_ubuf
` [PATCH 2/2] io_uring: simplify io_run_task_work_sig return

[PATCHv3] io_uring: set plug tags for same file
 2023-08-09 12:37 UTC  (2+ messages)

[PATCH for-next v3 0/4] iopoll support for io_uring/nvme
 2023-08-09  1:15 UTC  (3+ messages)
  ` [PATCH for-next v3 4/4] nvme: wire up async polling for io passthrough commands

[PATCH v4 0/5] io_uring getdents
 2023-08-08 22:55 UTC  (35+ messages)
` [PATCH 3/5] io_uring: add support for getdents
` [PATCH RFC 5/5] disable fixed file for io_uring getdents for now

[PATCH -next] io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()
 2023-08-08 17:58 UTC  (2+ messages)

[PATCH] io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
 2023-08-07 19:55 UTC  (8+ messages)

[PATCH v3] io_uring: correct check for O_TMPFILE
 2023-08-07 18:24 UTC  (2+ messages)

[PATCH v2 0/2] open: make RESOLVE_CACHED correctly test for O_TMPFILE
 2023-08-06 16:41 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] io_uring: correct check "

[PATCH] io_uring: annotate the struct io_kiocb slab for appropriate user copy
 2023-08-03  1:34 UTC  (3+ messages)

[GIT PULL v2] Improve iomap async dio performance
 2023-08-01 23:35 UTC  (2+ messages)

[PATCHSET v6 0/8] Improve async iomap DIO performance
 2023-08-01 23:34 UTC  (6+ messages)

[PATCH 1/3] io_uring: split req init from submit
 2023-08-01 16:05 UTC  (8+ messages)
` [PATCH 2/3] io_uring: split req prep and submit loops
` [PATCH 3/3] io_uring: set plug tags for same file

[PATCH liburing] github: Fix LLVM packages conflict
 2023-08-01  1:11 UTC  (3+ messages)

[PATCH 0/3] io_uring: Initial support for {s,g}etsockopt commands
 2023-07-31 10:13 UTC  (8+ messages)
` [PATCH 2/4] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT

[GIT PULL] io_uring fix for 6.5-rc4
 2023-07-28 18:39 UTC  (2+ messages)

[RFC 0/7] io_uring lseek
 2023-07-27 13:25 UTC  (18+ messages)
` [PATCH 1/7] iomap: merge iomap_seek_hole() and iomap_seek_data()
` [PATCH 2/7] xfs: add nowait support for xfs_seek_iomap_begin()
` [PATCH 3/7] add nowait parameter for iomap_seek()
` [PATCH 4/7] add llseek_nowait() for struct file_operations
` [PATCH 5/7] add llseek_nowait support for xfs
` [PATCH 7/7] add lseek for io_uring

[PATCH v4] io_uring: Add io_uring command support for sockets
 2023-07-26 16:44 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox