public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2025-01-17 16:11:22 to 2025-01-29 19:11:07 UTC [more...]

[PATCH 0/8] Various io_uring micro-optimizations (reducing lock contention)
 2025-01-29 19:11 UTC  (15+ messages)
` [PATCH 1/8] io_uring/io-wq: eliminate redundant io_work_get_acct() calls
` [PATCH 2/8] io_uring/io-wq: add io_worker.acct pointer
` [PATCH 3/8] io_uring/io-wq: move worker lists to struct io_wq_acct
` [PATCH 4/8] io_uring/io-wq: cache work->flags in variable
` [PATCH 5/8] io_uring/io-wq: do not use bogus hash value
` [PATCH 6/8] io_uring/io-wq: pass io_wq to io_get_next_work()
` [PATCH 7/8] io_uring: cache io_kiocb->flags in variable
` [PATCH 8/8] io_uring: skip redundant poll wakeups

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-29  8:49 UTC  (10+ messages)
  `  "
      `  "
            `  "
                `  "

[PATCH v3 1/2] io_uring: refactor io_uring_allowed()
 2025-01-29  0:02 UTC  (7+ messages)
` [PATCH v3 2/2] lsm,io_uring: add LSM hooks for io_uring_setup()

[PATCH 0/8] alloc cache and iovec assorted cleanups
 2025-01-28 22:42 UTC  (11+ messages)
` [PATCH 1/8] io_uring: include all deps for alloc_cache.h
` [PATCH 2/8] io_uring: dont ifdef io_alloc_cache_kasan()
` [PATCH 3/8] io_uring: add alloc_cache.c
` [PATCH 4/8] io_uring/net: make io_net_vec_assign() return void
` [PATCH 5/8] io_uring/net: clean io_msg_copy_hdr()
` [PATCH 6/8] io_uring/net: extract io_send_select_buffer()
` [PATCH 7/8] io_uring: remove !KASAN guards from cache free
` [PATCH 8/8] io_uring/rw: simplify io_rw_recycle()

[PATCH 1/1] io_uring: fix multishots with selected buffers
 2025-01-28 14:07 UTC  (2+ messages)

KASAN reported an error while executing accept-reust.t testcase
 2025-01-28  1:03 UTC  (9+ messages)
      ` [PATCH] kasan, mempool: don't store free stacktrace in io_alloc_cache objects
        ` [PATCH v2] "

Bug#1093243: Upgrade to 6.1.123 kernel causes mariadb hangs
 2025-01-27 17:21 UTC  (15+ messages)

[PATCH net-next v11 00/21] io_uring zero copy rx
 2025-01-27  2:55 UTC  (14+ messages)
` [PATCH net-next v11 10/21] net: add helpers for setting a memory provider on an rx queue
` [PATCH net-next v11 12/21] io_uring/zcrx: add io_zcrx_area

[PATCH v4] io_uring/futex: Factor out common free logic into io_free_ifd()
 2025-01-26  2:06 UTC  (2+ messages)

[PATCH v3] io_uring/futex: Factor out common free logic into io_free_ifd()
 2025-01-25 15:56 UTC 

[PATCH v2] io_uring/futex: Factor out common free logic into io_free_ifd()
 2025-01-25  8:52 UTC  (3+ messages)

[PATCH] io_uring/register: use atomic_read/write for sq_flags migration
 2025-01-25  6:47 UTC  (2+ messages)

[PATCH stable-6.1 1/1] io_uring: fix waiters missing wake ups
 2025-01-25  6:59 UTC  (5+ messages)

[PATCH] io-uring: futex: cache io_futex_data than kfree
 2025-01-24 15:08 UTC  (5+ 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)

[PATCH v9 00/17] fuse: fuse-over-io-uring
 2025-01-22  1:37 UTC  (15+ 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 13/17] fuse: Allow to queue fg requests through 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 v12 00/10] io_uring zero copy rx
 2025-01-17 22:16 UTC  (9+ messages)
` [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


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