public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-08-25 14:02:25 to 2023-09-13 12:53:54 UTC [more...]

[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
 2023-09-13 12:53 UTC  (8+ messages)

[syzbot] [io-uring?] KCSAN: data-race in io_wq_activate_free_worker / io_wq_worker_running
 2023-09-13 12:12 UTC  (2+ messages)

[syzbot] [io-uring?] UBSAN: array-index-out-of-bounds in io_setup_async_msg
 2023-09-13 12:11 UTC 

[PATCHSET v2 0/3] Add support for multishot reads
 2023-09-12 19:11 UTC  (7+ messages)
` [PATCH 1/3] io_uring/rw: split io_read() into a helper
` [PATCH 2/3] io_uring/rw: mark readv/writev as vectored in the opcode definition
` [PATCH 3/3] io_uring/rw: add support for IORING_OP_READ_MULTISHOT

[PATCHSET v4 0/5] Add io_uring support for waitid
 2023-09-12 17:06 UTC  (7+ messages)
` [PATCH 1/5] exit: abstract 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 v5 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-09-12  9:37 UTC  (14+ messages)
` [PATCH v5 1/8] net/socket: Break down __sys_setsockopt
` [PATCH v5 2/8] net/socket: Break down __sys_getsockopt
` [PATCH v5 3/8] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v5 4/8] selftests/net: Extract uring helpers to be reusable
` [PATCH v5 5/8] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v5 6/8] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v5 7/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v5 8/8] selftests/bpf/sockopt: Add io_uring support

[PATCHSET 0/3] Add support for multishot reads
 2023-09-12  0:53 UTC  (9+ messages)
` [PATCH 1/3] io_uring/rw: split io_read() into a helper
` [PATCH 2/3] io_uring/rw: mark readv/writev as vectored in the opcode definition
` [PATCH 3/3] io_uring/rw: add support for IORING_OP_READ_MULTISHOT

[PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (28+ messages)
` [PATCH 01/11] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 03/11] vfs: add nowait flag for struct dir_context
` [PATCH 04/11] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 05/11] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 06/11] vfs: add a nowait parameter for touch_atime()
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 08/11] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 09/11] vfs: error out -EAGAIN if atime needs to be updated
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 11/11] io_uring: add support for getdents

[GIT PULL] io_uring fixes for 6.6-rc1
 2023-09-09  5:05 UTC  (2+ messages)

[PATCH AUTOSEL 6.4 22/31] io_uring: annotate the struct io_kiocb slab for appropriate user copy
 2023-09-08 19:31 UTC 

[PATCH AUTOSEL 6.5 27/36] io_uring: annotate the struct io_kiocb slab for appropriate user copy
 2023-09-08 19:28 UTC 

[PATCH v4 00/10] io_uring: Initial support for {s,g}etsockopt commands
 2023-09-08 17:04 UTC  (19+ messages)
` [PATCH v4 01/10] bpf: Leverage sockptr_t in BPF getsockopt hook
` [PATCH v4 02/10] bpf: Leverage sockptr_t in BPF setsockopt hook
` [PATCH v4 03/10] net/socket: Break down __sys_setsockopt
` [PATCH v4 04/10] net/socket: Break down __sys_getsockopt
` [PATCH v4 05/10] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v4 06/10] selftests/net: Extract uring helpers to be reusable
` [PATCH v4 07/10] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v4 08/10] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v4 09/10] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v4 10/10] selftests/bpf/sockopt: Add io_uring support

[PATCH V2] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
 2023-09-08 16:01 UTC  (9+ messages)

[PATCH] io_uring: Use slab for struct io_buffer objects
 2023-09-08  1:30 UTC  (4+ messages)

[PATCH 0/2] for-next fixes
 2023-09-07 15:02 UTC  (4+ messages)
` [PATCH 1/2] io_uring: break out of iowq iopoll on teardown
` [PATCH 2/2] io_uring: fix unprotected iopoll overflow

[PATCH v5] io_uring: add a sysctl to disable io_uring system-wide
 2023-09-05 14:44 UTC  (4+ messages)

[PATCH] io_uring/fdinfo: only print ->sq_array[] if it's there
 2023-09-01 20:58 UTC  (2+ messages)

[syzbot] [io-uring?] general protection fault in io_uring_show_fdinfo
 2023-09-01 19:59 UTC  (2+ messages)

[PATCH] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
 2023-09-01  8:56 UTC  (7+ messages)

[GIT PULL] io_uring updates for 6.6-rc1
 2023-08-30  3:58 UTC  (2+ messages)

FYI, fsnotify contention with aio and io_uring
 2023-08-29 21:54 UTC  (7+ messages)
    ` [EXT] "

[syzbot] [io-uring?] general protection fault in io_sqpoll_wq_cpu_affinity
 2023-08-29 17:37 UTC  (5+ messages)
` [PATCH] io_uring: Don't set affinity on a dying sqpoll thread

[PATCH liburing v1 0/2] Two small fixes for the map file
 2023-08-28 14:22 UTC  (5+ messages)
` [PATCH liburing v1 1/2] liburing.map: Remove `io_uring_queue_init_mem()` from v2.4
` [PATCH liburing v1 2/2] liburing-ffi.map: Move `io_uring_prep_sock_cmd()` to v2.5

[RFC RESEND 00/11] Zero copy network RX using io_uring
 2023-08-26 22:00 UTC  (16+ messages)
` [PATCH 01/11] io_uring: add interface queue
` [PATCH 02/11] io_uring: add mmap support for shared ifq ringbuffers
` [PATCH 03/11] netdev: add XDP_SETUP_ZC_RX command
` [PATCH 04/11] io_uring: setup ZC for an RX queue when registering an ifq
` [PATCH 05/11] io_uring: add ZC buf and pool
` [PATCH 06/11] io_uring: add ZC pool API
` [PATCH 07/11] skbuff: add SKBFL_FIXED_FRAG and skb_fixed()
` [PATCH 08/11] io_uring: allocate a uarg for freeing zero copy skbs
` [PATCH 09/11] io_uring: delay ZC pool destruction
` [PATCH 10/11] netdev/bnxt: add data pool and use it in BNXT driver
` [PATCH 11/11] io_uring: add io_recvzc request

[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-26  0:45 UTC  (9+ messages)
` [PATCH v3 8/9] io_uring/cmd: BPF hook for getsockopt cmd
` [PATCH v3 9/9] selftests/bpf/sockopt: Add io_uring support

[RFC PATCH 00/11] Zero copy network RX using io_uring
 2023-08-26  0:04 UTC  (13+ messages)
` [PATCH 01/11] io_uring: add interface queue
` [PATCH 02/11] io_uring: add mmap support for shared ifq ringbuffers
` [PATCH 03/11] netdev: add XDP_SETUP_ZC_RX command
` [PATCH 04/11] io_uring: setup ZC for an RX queue when registering an ifq
` [PATCH 05/11] io_uring: add ZC buf and pool
` [PATCH 06/11] io_uring: add ZC pool API
` [PATCH 07/11] skbuff: add SKBFL_FIXED_FRAG and skb_fixed()
` [PATCH 08/11] io_uring: allocate a uarg for freeing zero copy skbs
` [PATCH 09/11] io_uring: delay ZC pool destruction
` [PATCH 10/11] netdev/bnxt: add data pool and use it in BNXT driver
` [PATCH 11/11] io_uring: add io_recvzc request

[PATCH RFC v5 00/29] io_uring getdents
 2023-08-25 22:53 UTC  (28+ messages)
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents


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