messages from 2025-11-19 01:14:49 to 2025-11-29 17:33:36 UTC [more...]
[RFC PATCH v2 00/18] io_uring, struct filename and audit
2025-11-29 17:33 UTC (20+ messages)
` [RFC PATCH v2 01/18] do_faccessat(): import pathname only once
` [RFC PATCH v2 02/18] do_fchmodat(): "
` [RFC PATCH v2 03/18] do_fchownat(): "
` [RFC PATCH v2 04/18] do_utimes_path(): "
` [RFC PATCH v2 05/18] chdir(2): "
` [RFC PATCH v2 06/18] chroot(2): "
` [RFC PATCH v2 07/18] user_statfs(): "
` [RFC PATCH v2 08/18] do_sys_truncate(): "
` [RFC PATCH v2 09/18] do_readlinkat(): "
` [RFC PATCH v2 10/18] get rid of audit_reusename()
` [RFC PATCH v2 11/18] ntfs: ->d_compare() must not block
` [RFC PATCH v2 12/18] getname_flags() massage, part 1
` [RFC PATCH v2 13/18] getname_flags() massage, part 2
` [RFC PATCH v2 14/18] struct filename: use names_cachep only for getname() and friends
` [RFC PATCH v2 15/18] struct filename: saner handling of long names
` [RFC PATCH v2 16/18] allow incomplete imports of filenames
` [RFC PATCH v2 17/18] fs: touch up predicts in putname()
` [RFC PATCH v2 18/18] struct filename ->refcnt doesn't need to be atomic
[GIT PULL] io_uring fixes for 6.18-final
2025-11-28 21:15 UTC (2+ messages)
[syzbot] [io-uring?] KASAN: slab-use-after-free Read in io_poll_remove_entries (2)
2025-11-28 9:02 UTC
[PATCH net-next v6 0/8][pull request] Add support for providers with large rx buffer
2025-11-27 20:44 UTC (9+ messages)
` [PATCH net-next v6 1/8] net: page_pool: sanitise allocation order
` [PATCH net-next v6 2/8] net: memzero mp params when closing a queue
` [PATCH net-next v6 3/8] net: let pp memory provider to specify rx buf len
` [PATCH net-next v6 4/8] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v6 5/8] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v6 6/8] eth: bnxt: allow providers to set rx buf size
` [PATCH net-next v6 7/8] io_uring/zcrx: document area chunking parameter
` [PATCH net-next v6 8/8] selftests: iou-zcrx: test large chunk sizes
[PATCH review-only] io_uring/zcrx: implement large rx buffer support
2025-11-27 20:40 UTC
[PATCH] io_uring/net: wire up support for sk->sk_prot->uring_cmd() with SOCKET_URING_OP_PASSTHROUGH_FLAG
2025-11-27 10:00 UTC (3+ messages)
[PATCH v3 0/4] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
2025-11-27 5:55 UTC (8+ messages)
` [PATCH v3 1/4] io_uring: clear IORING_SETUP_SINGLE_ISSUER for IORING_SETUP_SQPOLL
` [PATCH v3 2/4] io_uring: use io_ring_submit_lock() in io_iopoll_req_issued()
` [PATCH v3 3/4] io_uring: factor out uring_lock helpers
` [PATCH v3 4/4] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
` [syzbot ci] "
[PATCH v4 0/3] Introduce getsockname io_uring_cmd
2025-11-26 21:47 UTC (7+ messages)
` [PATCH v4 1/3] socket: Unify getsockname and getpeername implementation
` [PATCH v4 2/3] socket: Split out a getsockname helper for io_uring
` [PATCH v4 3/3] io_uring: Introduce getsockname io_uring cmd
[PATCH liburing v2 0/4] liburing: getsockname support
2025-11-26 20:58 UTC (8+ messages)
` [PATCH liburing v2 1/4] liburing: Introduce getsockname operation
` [PATCH liburing v2 2/4] test/bind-listen.t: Use ephemeral port
` [PATCH liburing v2 3/4] bind-listen.t: Add tests for getsockname
` [PATCH liburing v2 4/4] man/io_uring_prep_getsockname.3: Add man page
[PATCH] io_uring/query: drop unused io_handle_query_entry() ctx arg
2025-11-26 17:14 UTC (2+ messages)
re-enable IOCB_NOWAIT writes to files v2
2025-11-26 13:51 UTC (23+ messages)
` [PATCH 01/16] fs: refactor file timestamp update logic
` [PATCH 02/16] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/16] fs: export vfs_utimes
` [PATCH 04/16] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/16] btrfs: fix the comment on btrfs_update_time
` [PATCH 06/16] orangefs: use inode_update_timestamps directly
` [PATCH 07/16] fs: remove inode_update_time
` [PATCH 08/16] fs: allow error returns from generic_update_time
` [PATCH 09/16] fs: exit early in generic_update_time when there is no work
` [PATCH 10/16] fs: factor out a mark_inode_dirty_time helper
` [PATCH 11/16] fs: allow error returns from inode_update_timestamps
` [PATCH 12/16] fs: factor out a sync_lazytime helper
` [PATCH 13/16] fs: add a ->sync_lazytime method
` [PATCH 14/16] fs: add support for non-blocking timestamp updates
` [PATCH 15/16] xfs: implement ->sync_lazytime
` [PATCH 16/16] xfs: enable non-blocking timestamp updates
` (subset) re-enable IOCB_NOWAIT writes to files v2
[PATCH net-next 1/3] netmem, io_uring/zcrx: access pp fields through @desc in net_iov
2025-11-26 4:20 UTC (8+ messages)
` [PATCH net-next 2/3] netmem, devmem, tcp: "
` [PATCH net-next 3/3] netmem: remove the pp fields from net_iov
[RFC v2 00/11] Add dmabuf read/write via io_uring
2025-11-25 19:40 UTC (22+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` [RFC v2 06/11] nvme-pci: add support for dmabuf reggistration
` [RFC v2 07/11] nvme-pci: implement dma_token backed requests
` [RFC v2 08/11] io_uring/rsrc: add imu flags
` [RFC v2 09/11] io_uring/rsrc: extended reg buffer registration
` [RFC v2 10/11] io_uring/rsrc: add dmabuf-backed buffer registeration
` [RFC v2 11/11] io_uring/rsrc: implement dmabuf regbuf import
[PATCH v3 0/3] Introduce getsockname io_uring_cmd
2025-11-25 18:37 UTC (6+ messages)
` [PATCH v3 1/3] socket: Unify getsockname and getpeername implementation
` [PATCH v3 2/3] socket: Split out a getsockname helper for io_uring
` [PATCH v3 3/3] io_uring: Introduce getsockname io_uring cmd
[PATCH 1/1] io_uring: fix mixed cqe overflow handling
2025-11-25 14:04 UTC (2+ messages)
[PATCH v3 00/10] BPF controlled io_uring
2025-11-25 12:46 UTC (14+ messages)
` [PATCH v3 07/10] io_uring/bpf: implement struct_ops registration
` [PATCH v3 10/10] selftests/io_uring: add bpf io_uring selftests
[PATCH] io_uring/net: ensure vectored buffer node import is tied to notification
2025-11-25 3:56 UTC
[PATCH v2 0/8] fuse: support io-uring registered buffers
2025-11-25 1:13 UTC (6+ messages)
` [PATCH v2 8/8] "
re-enable IOCB_NOWAIT writes to files
2025-11-24 17:36 UTC (29+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper
` [PATCH 14/14] xfs: enable non-blocking timestamp updates
enable iomap dio write completions from interrupt context v2
2025-11-24 11:11 UTC (5+ messages)
` [PATCH 3/5] iomap: rework REQ_FUA selection
` [PATCH 4/5] iomap: support write completions from interrupt context
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-24 9:49 UTC (10+ messages)
` [PATCH 04/44] io_uring/net: Change some dubious min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits
[PATCH RESEND v2 0/3] Introduce getsockname io_uring_cmd
2025-11-22 2:15 UTC (7+ messages)
` [PATCH v2 1/3] socket: Unify getsockname and getpeername implementation
` [PATCH v2 2/3] socket: Split out a getsockname helper for io_uring
` [PATCH v2 3/3] io_uring: Introduce getsockname io_uring cmd
[GIT PULL] io_uring fix for 6.18-rc7
2025-11-21 19:19 UTC (2+ messages)
[PATCH] io_uring/register: use correct location for io_rings_layout
2025-11-21 13:59 UTC (5+ messages)
[PATCH 6.12 172/185] io_uring/napi: fix io_napi_entry RCU accesses
2025-11-21 13:13 UTC
[PATCH] io_uring/cmd_net: fix wrong argument types for skb_queue_splice()
2025-11-21 8:53 UTC (2+ messages)
[PATCH liburing v2 0/4] liburing: getsockname support
2025-11-20 22:13 UTC (5+ messages)
` [PATCH liburing v2 1/4] liburing: Introduce getsockname operation
` [PATCH liburing v2 2/4] test/bind-listen.t: Use ephemeral port
` [PATCH liburing v2 3/4] bind-listen.t: Add tests for getsockname
` [PATCH liburing v2 4/4] man/io_uring_prep_getsockname.3: Add man page
[PATCH v2 0/3] Introduce getsockname io_uring_cmd
2025-11-20 21:58 UTC (4+ messages)
` [PATCH v2 1/3] socket: Unify getsockname and getpeername implementation
` [PATCH v2 2/3] socket: Split out a getsockname helper for io_uring
` [PATCH v2 3/3] io_uring: Introduce getsockname io_uring cmd
[PATCH v1] io_uring/kbuf: remove obsolete buf_nr_pages and update comments
2025-11-20 20:23 UTC (2+ messages)
[PATCH] liburing: sync pi attributes with kernel uapi
2025-11-20 15:27 UTC (2+ messages)
[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
2025-11-20 1:51 UTC (12+ messages)
` [PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops
[PATCH 0/3] Introduce getsockname io_uring_cmd
2025-11-20 1:29 UTC (3+ messages)
[RFC][PATCH 00/13] io_uring, struct filename and audit
2025-11-19 5:41 UTC (6+ messages)
` [RFC][PATCH 11/13] allow incomplete imports of filenames
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox