messages from 2025-12-18 01:24:52 to 2025-12-24 18:01:59 UTC [more...]
[PATCH] io_uring: fix filename leak in __io_openat_prep()
2025-12-24 18:01 UTC (2+ messages)
re-enable IOCB_NOWAIT writes to files v4
2025-12-24 13:11 UTC (21+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] fs: exit early in generic_update_time when there is no work
` [PATCH 04/11] fs: delay the actual timestamp updates in inode_update_timestamps
` [PATCH 05/11] fs: return I_DIRTY_* and allow error returns from inode_update_timestamps
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fat: enable "
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates
[PATCH v6.20] io_uring/rsrc: refactor io_import_kbuf() to use single loop
2025-12-23 22:45 UTC (9+ messages)
[PATCH v2] af_unix: don't post cmsg for SO_INQ unless explicitly asked for
2025-12-23 17:27 UTC (7+ messages)
[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2025-12-23 0:35 UTC (26+ messages)
` [PATCH v3 01/25] io_uring/kbuf: refactor io_buf_pbuf_register() logic into generic helpers
` [PATCH v3 02/25] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v3 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v3 04/25] io_uring/kbuf: add mmap "
` [PATCH v3 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v3 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v3 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v3 08/25] io_uring: add io_uring_cmd_fixed_index_get() and io_uring_cmd_fixed_index_put()
` [PATCH v3 09/25] io_uring/kbuf: add io_uring_cmd_is_kmbuf_ring()
` [PATCH v3 10/25] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v3 11/25] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v3 12/25] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v3 13/25] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v3 14/25] fuse: refactor io-uring header copying to ring
` [PATCH v3 15/25] fuse: refactor io-uring header copying from ring
` [PATCH v3 16/25] fuse: use enum types for header copying
` [PATCH v3 17/25] fuse: refactor setting up copy state for payload copying
` [PATCH v3 18/25] fuse: support buffer copying for kernel addresses
` [PATCH v3 19/25] fuse: add io-uring kernel-managed buffer ring
` [PATCH v3 20/25] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v3 21/25] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v3 22/25] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v3 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v3 24/25] fuse: add zero-copy over io-uring
` [PATCH v3 25/25] docs: fuse: add io-uring bufring and zero-copy documentation
re-enable IOCB_NOWAIT writes to files v3
2025-12-22 23:41 UTC (9+ messages)
` [PATCH 07/10] fs: add a ->sync_lazytime method
` [PATCH 08/10] fs: add support for non-blocking timestamp updates
[PATCH] io_uring/rsrc: fix slab-out-of-bounds in io_buffer_register_bvec
2025-12-22 22:08 UTC (12+ messages)
[PATCH v6 0/6] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
2025-12-22 20:19 UTC (9+ messages)
` [PATCH v6 1/6] io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
` [PATCH v6 2/6] io_uring: clear IORING_SETUP_SINGLE_ISSUER for IORING_SETUP_SQPOLL
` [PATCH v6 3/6] io_uring: ensure submitter_task is valid for io_ring_ctx's lifetime
` [PATCH v6 4/6] io_uring: use io_ring_submit_lock() in io_iopoll_req_issued()
` [PATCH v6 5/6] io_uring: factor out uring_lock helpers
` [PATCH v6 6/6] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
` [syzbot ci] "
[PATCH v2 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2025-12-22 17:23 UTC (33+ messages)
` [PATCH v2 01/25] io_uring/kbuf: refactor io_buf_pbuf_register() logic into generic helpers
` [PATCH v2 02/25] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v2 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v2 04/25] io_uring/kbuf: add mmap "
` [PATCH v2 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v2 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v2 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v2 08/25] io_uring: add io_uring_cmd_fixed_index_get() and io_uring_cmd_fixed_index_put()
` [PATCH v2 09/25] io_uring/kbuf: add io_uring_cmd_is_kmbuf_ring()
` [PATCH v2 10/25] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v2 11/25] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v2 12/25] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v2 13/25] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v2 14/25] fuse: refactor io-uring header copying to ring
` [PATCH v2 15/25] fuse: refactor io-uring header copying from ring
` [PATCH v2 16/25] fuse: use enum types for header copying
` [PATCH v2 17/25] fuse: refactor setting up copy state for payload copying
` [PATCH v2 18/25] fuse: support buffer copying for kernel addresses
` [PATCH v2 19/25] fuse: add io-uring kernel-managed buffer ring
` [PATCH v2 20/25] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v2 21/25] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v2 22/25] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v2 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v2 24/25] fuse: add zero-copy over io-uring
` [PATCH v2 25/25] docs: fuse: add io-uring bufring and zero-copy documentation
[GIT PULL] io_uring fix for 6.19-rc2
2025-12-20 18:00 UTC (2+ messages)
[PATCH 0/3] block: fix bi_vcnt misuse for cloned bio
2025-12-20 8:19 UTC (12+ messages)
` [PATCH 1/3] block: fix bio_may_need_split() by using bvec iterator way
` [PATCH 2/3] block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()
` [PATCH 3/3] io_uring: don't re-calculate iov_iter nr_segs in io_import_kbuf()
[RFC PATCH 0/2] io_uring: fix io may accumulation in poll mode
2025-12-19 5:43 UTC (14+ messages)
` [RFC PATCH 2/2] "
[PATCHSET 0/2] Fix SO_INQ for af_unix
2025-12-18 21:18 UTC (7+ messages)
` [PATCH 1/2] af_unix: don't post cmsg for SO_INQ unless explicitly asked for
` [PATCH 2/2] af_unix: only post SO_INQ cmsg for non-error case
[PATCH] io_uring/rsrc: fix RLIMIT_MEMLOCK bypass via compound page accounting
2025-12-18 2:59 UTC
[PATCH v5 0/6] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
2025-12-18 1:24 UTC (3+ messages)
` [syzbot ci] "
page: | 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