public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2025-01-09 17:50:56 to 2025-01-17 21:52:57 UTC [more...]

[PATCH v9 00/17] fuse: fuse-over-io-uring
 2025-01-17 21:52 UTC  (23+ messages)
` [PATCH v9 06/17] fuse: {io-uring} Handle SQEs - register commands
` [PATCH v9 08/17] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH v9 10/17] fuse: Add io-uring sqe commit and fetch support
` [PATCH v9 11/17] fuse: {io-uring} Handle teardown of ring entries
` [PATCH v9 13/17] fuse: Allow to queue fg requests through io-uring
` [PATCH v9 14/17] fuse: Allow to queue bg "
` [PATCH v9 15/17] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH v9 17/17] fuse: enable fuse-over-io-uring

[PATCH net-next v11 00/21] io_uring zero copy rx
 2025-01-17 16:19 UTC  (39+ messages)
` [PATCH net-next v11 01/21] net: page_pool: don't cast mp param to devmem
` [PATCH net-next v11 02/21] net: prefix devmem specific helpers
` [PATCH net-next v11 03/21] net: generalise net_iov chunk owners
` [PATCH net-next v11 04/21] net: page_pool: create hooks for custom memory providers
` [PATCH net-next v11 05/21] netdev: add io_uring memory provider info
` [PATCH net-next v11 06/21] net: page_pool: add callback for mp info printing
` [PATCH net-next v11 07/21] net: page_pool: add a mp hook to unregister_netdevice*
` [PATCH net-next v11 08/21] net: prepare for non devmem TCP memory providers
` [PATCH net-next v11 09/21] net: page_pool: add memory provider helpers
` [PATCH net-next v11 10/21] net: add helpers for setting a memory provider on an rx queue
` [PATCH net-next v11 11/21] io_uring/zcrx: add interface queue and refill queue
` [PATCH net-next v11 12/21] io_uring/zcrx: add io_zcrx_area
` [PATCH net-next v11 13/21] io_uring/zcrx: grab a net device
` [PATCH net-next v11 14/21] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH net-next v11 15/21] io_uring/zcrx: dma-map area for the device
` [PATCH net-next v11 16/21] io_uring/zcrx: add io_recvzc request
` [PATCH net-next v11 17/21] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH net-next v11 18/21] io_uring/zcrx: throttle receive requests
` [PATCH net-next v11 19/21] io_uring/zcrx: add copy fallback
` [PATCH net-next v11 20/21] net: add documentation for io_uring zcrx
` [PATCH net-next v11 21/21] io_uring/zcrx: add selftest

[PATCH net-next v12 00/10] io_uring zero copy rx
 2025-01-17 16:11 UTC  (11+ messages)
` [PATCH net-next v12 01/10] net: page_pool: don't cast mp param to devmem
` [PATCH net-next v12 02/10] net: prefix devmem specific helpers
` [PATCH net-next v12 03/10] net: generalise net_iov chunk owners
` [PATCH net-next v12 04/10] net: page_pool: create hooks for custom memory providers
` [PATCH net-next v12 05/10] netdev: add io_uring memory provider info
` [PATCH net-next v12 06/10] net: page_pool: add callback for mp info printing
` [PATCH net-next v12 07/10] net: page_pool: add a mp hook to unregister_netdevice*
` [PATCH net-next v12 08/10] net: prepare for non devmem TCP memory providers
` [PATCH net-next v12 09/10] net: page_pool: add memory provider helpers
` [PATCH net-next v12 10/10] net: add helpers for setting a memory provider on an rx queue

[PATCH 1/1] io_uring: clean up io_uring_register_get_file()
 2025-01-17  1:40 UTC  (5+ messages)

[GIT PULL] io_uring fixes for 6.13-final
 2025-01-17  1:39 UTC  (2+ messages)

[PATCH net-next v10 00/22] io_uring zero copy rx
 2025-01-16 22:58 UTC  (38+ messages)
` [PATCH net-next v10 01/22] net: make page_pool_ref_netmem work with net iovs
` [PATCH net-next v10 04/22] net: generalise net_iov chunk owners
` [PATCH net-next v10 05/22] net: page pool: export page_pool_set_dma_addr_netmem()
` [PATCH net-next v10 06/22] net: page_pool: create hooks for custom memory providers
` [PATCH net-next v10 07/22] netdev: add io_uring memory provider info
` [PATCH net-next v10 08/22] net: page_pool: add callback for mp info printing
` [PATCH net-next v10 11/22] net: page_pool: add memory provider helpers
` [PATCH net-next v10 14/22] io_uring/zcrx: grab a net device
` [PATCH net-next v10 15/22] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH net-next v10 18/22] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH net-next v10 22/22] io_uring/zcrx: add selftest

[PATCH] test/defer: fix deadlock when io_uring_submit fail
 2025-01-16 14:51 UTC  (2+ messages)

[PATCH] io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc()
 2025-01-16 14:35 UTC  (2+ messages)

[PATCH v2] io_uring/rsrc: Simplify buffer cloning by locking both rings
 2025-01-16 14:13 UTC  (3+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-15 20:30 UTC  (6+ messages)

[PATCH] io_uring/rsrc: Simplify buffer cloning by locking both rings
 2025-01-15 20:22 UTC  (4+ messages)

futex+io_uring: futex_q::task can maybe be dangling (but is not actually accessed, so it's fine)
 2025-01-15 17:07 UTC  (10+ messages)

[PATCHSET 0/3] Ring resizing fixes
 2025-01-15 16:06 UTC  (4+ messages)
` [PATCH 1/3] io_uring/register: use stable SQ/CQ ring data during resize
` [PATCH 2/3] io_uring/register: document io_register_resize_rings() shared mem usage
` [PATCH 3/3] io_uring/register: cache old SQ/CQ head reading for copies

[PATCH 1/1] io_uring: reuse io_should_terminate_tw() for cmds
 2025-01-15 15:54 UTC  (2+ messages)

[PATCH] io_uring: Factor out a function to parse restrictions
 2025-01-15 15:54 UTC  (3+ messages)

[PATCH] io_uring/io-wq: Fix a small time window for reading work->flags
 2025-01-15 12:55 UTC  (4+ messages)

[RFC PATCH] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-01-15  7:15 UTC  (10+ messages)

[PATCH] io_uring/rsrc: require cloned buffers to share accounting contexts
 2025-01-14 18:10 UTC  (3+ messages)

[PATCH] io_uring/rsrc: fixup io_clone_buffers() error handling
 2025-01-14 17:59 UTC 

io_uring: memory accounting quirk with IORING_REGISTER_CLONE_BUFFERS
 2025-01-14 17:23 UTC  (2+ messages)

[PATCH v2] io_uring: simplify the SQPOLL thread check when cancelling requests
 2025-01-13 22:30 UTC  (3+ messages)

[PATCH v2] btrfs: add io_uring interface for encoded writes
 2025-01-13 20:09 UTC  (2+ messages)

[PATCH] io_uring: simplify the SQPOLL thread check when cancelling requests
 2025-01-13 15:33 UTC  (7+ messages)

[PATCH liburing] examples/io_uring-test: Fix memory leak
 2025-01-12 22:02 UTC  (2+ messages)

[PATCH] io_uring: annotate sqd->thread access with data race in cancel path
 2025-01-12 11:34 UTC  (6+ messages)

KASAN reported an error while executing accept-reust.t testcase
 2025-01-12  6:45 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 6.13-rc7
 2025-01-11 20:01 UTC  (2+ messages)

[PATCH] io_uring: expose read/write attribute capability
 2025-01-11  0:12 UTC  (5+ messages)

[PATCH 1/1] io_uring: don't touch sqd->thread off tw add
 2025-01-10 21:00 UTC  (3+ messages)

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 UTC  (3+ messages)

Bug? CQE.res = -EAGAIN with nvme multipath driver
 2025-01-10 14:53 UTC  (9+ messages)

[PATCH 1/1] io_uring: sqpoll: zero sqd->thread on tctx errors
 2025-01-10 14:34 UTC  (2+ messages)

[syzbot] [kernel?] KASAN: slab-use-after-free Read in thread_group_cputime
 2025-01-10 14:32 UTC  (5+ messages)

[PATCH 0/5] poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll()
 2025-01-10 11:00 UTC  (4+ messages)

[PATCHSET for-next 0/3] Fix read/write -EAGAIN failure cases
 2025-01-09 18:15 UTC  (4+ messages)
` [PATCH 1/3] io_uring/rw: use io_rw_recycle() from cleanup path
` [PATCH 2/3] io_uring/rw: handle -EAGAIN retry at IO completion time
` [PATCH 3/3] io_uring/rw: don't gate retry on completion context


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