public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2025-01-16 02:11:49 to 2025-01-24 01:15:29 UTC [more...]

[PATCH] io-uring: futex: cache io_futex_data than kfree
 2025-01-24  1:15 UTC  (3+ messages)

Bug#1093243: Upgrade to 6.1.123 kernel causes mariadb hangs
 2025-01-23 23:20 UTC  (4+ messages)

[PATCHSET v2 0/3] Cleanup alloc cache init_once handling
 2025-01-23 19:47 UTC  (5+ messages)
` [PATCH 1/3] io_uring/uring_cmd: cleanup struct io_uring_cmd_data layout
` [PATCH 2/3] io_uring: get rid of alloc cache init_once handling
` [PATCH 3/3] io_uring/alloc_cache: get rid of _nocache() helper

[PATCH v11 00/18] fuse: fuse-over-io-uring
 2025-01-23 15:02 UTC  (22+ messages)
` [PATCH v11 01/18] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH v11 02/18] fuse: Move fuse_get_dev to header file
` [PATCH v11 03/18] fuse: Move request bits
` [PATCH v11 04/18] fuse: Add fuse-io-uring design documentation
` [PATCH v11 05/18] fuse: make args->in_args[0] to be always the header
` [PATCH v11 06/18] fuse: {io-uring} Handle SQEs - register commands
` [PATCH v11 07/18] fuse: Make fuse_copy non static
` [PATCH v11 08/18] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH v11 09/18] fuse: {io-uring} Make hash-list req unique finding functions non-static
` [PATCH v11 10/18] fuse: Add io-uring sqe commit and fetch support
` [PATCH v11 11/18] fuse: {io-uring} Handle teardown of ring entries
` [PATCH v11 12/18] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
` [PATCH v11 13/18] fuse: Allow to queue fg requests through io-uring
` [PATCH v11 14/18] fuse: Allow to queue bg "
` [PATCH v11 15/18] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH v11 16/18] fuse: block request allocation until io-uring init is complete
` [PATCH v11 17/18] fuse: prevent disabling io-uring on active connections
` [PATCH v11 18/18] fuse: enable fuse-over-io-uring

[PATCH] io_uring/uring_cmd: add missing READ_ONCE() on shared memory read
 2025-01-23 15:11 UTC  (5+ messages)

[PATCHSET 0/2] Cleanup alloc cache init_once handling
 2025-01-23 15:09 UTC  (13+ messages)
` [PATCH 1/2] io_uring/uring_cmd: cleanup struct io_uring_cmd_data layout
` [PATCH 2/2] io_uring: get rid of alloc cache init_once handling

[PATCH] io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()
 2025-01-23 14:53 UTC  (2+ messages)

[PATCH v10 00/17] fuse: fuse-over-io-uring
 2025-01-23 13:32 UTC  (24+ messages)
` [PATCH v10 01/17] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH v10 02/17] fuse: Move fuse_get_dev to header file
` [PATCH v10 03/17] fuse: Move request bits
` [PATCH v10 04/17] fuse: Add fuse-io-uring design documentation
` [PATCH v10 05/17] fuse: make args->in_args[0] to be always the header
` [PATCH v10 06/17] fuse: {io-uring} Handle SQEs - register commands
` [PATCH v10 07/17] fuse: Make fuse_copy non static
` [PATCH v10 08/17] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH v10 09/17] fuse: {io-uring} Make hash-list req unique finding functions non-static
` [PATCH v10 10/17] fuse: Add io-uring sqe commit and fetch support
` [PATCH v10 11/17] fuse: {io-uring} Handle teardown of ring entries
` [PATCH v10 12/17] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
` [PATCH v10 13/17] fuse: Allow to queue fg requests through io-uring
` [PATCH v10 14/17] fuse: Allow to queue bg "
` [PATCH v10 15/17] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH v10 16/17] fuse: block request allocation until io-uring init is complete
` [PATCH v10 17/17] fuse: enable fuse-over-io-uring

[PATCH RFC 0/9] Launching processes with io_uring
 2025-01-23  1:10 UTC  (6+ messages)

[PATCH] io_uring/msg_ring: don't leave potentially dangling ->tctx pointer
 2025-01-23  0:06 UTC 

io_msg_remote_post() sets up dangling pointer (but it is never accessed)?
 2025-01-22 23:56 UTC  (3+ messages)

[GIT PULL] io_uring updates for 6.14-rc1
 2025-01-22 19:41 UTC  (4+ messages)

KASAN reported an error while executing accept-reust.t testcase
 2025-01-22 16:06 UTC  (5+ messages)
      ` [PATCH] kasan, mempool: don't store free stacktrace in io_alloc_cache objects

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-22 12:41 UTC  (4+ messages)
  `  "

[PATCH v9 00/17] fuse: fuse-over-io-uring
 2025-01-22  1:37 UTC  (29+ messages)
` [PATCH v9 06/17] fuse: {io-uring} Handle SQEs - register commands
` [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] io_uring: change 'unsigned' to 'unsigned int'
 2025-01-20 18:07 UTC  (2+ messages)

[PATCH] io_uring/rsrc: Move lockdep assert from io_free_rsrc_node() to caller
 2025-01-20 18:07 UTC  (2+ messages)

[RFC][PATCH] fix io_uring_show_fdinfo() misuse of ->d_iname
 2025-01-19 14:28 UTC  (4+ messages)

[PATCH] test/defer: fix deadlock when io_uring_submit fail
 2025-01-18 15:43 UTC  (4+ messages)

[PATCH net-next v11 00/21] io_uring zero copy rx
 2025-01-18  3:09 UTC  (43+ 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 22:16 UTC  (12+ 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  (24+ messages)
` [PATCH net-next v10 01/22] net: make page_pool_ref_netmem work with net iovs
` [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 14/22] io_uring/zcrx: grab a net device
` [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] 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  (2+ messages)


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