public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2023-08-01 00:49:51 to 2023-08-15 17:34:04 UTC [more...]

[RFC 00/16] caching and SQ/CQ optimisations
 2023-08-15 17:31 UTC  (8+ messages)
` [PATCH 01/16] io_uring: improve cqe !tracing hot path
` [PATCH 04/16] io_uring: refactor __io_get_cqe()
` [PATCH 06/16] io_uring: reorder cqring_flush and wakeups
` [PATCH 09/16] io_uring: add option to remove SQ indirection
` [PATCH 11/16] io_uring: move non aligned field to the end
` [PATCH 13/16] io_uring: separate task_work/waiting cache line
` [PATCH 16/16] io_uring: force inline io_fill_cqe_req

[PATCH 0/9] Remove _folio_dtor and _folio_order
 2023-08-15 17:27 UTC  (30+ messages)
` [PATCH 1/9] io_uring: Stop calling free_compound_page()
` [PATCH 2/9] mm: Call the hugetlb destructor directly
` [PATCH 3/9] mm: Call free_transhuge_folio() directly from destroy_large_folio()
` [PATCH 4/9] mm: Make free_compound_page() static
` [PATCH 5/9] mm: Remove free_compound_page()
` [PATCH 6/9] mm: Remove HUGETLB_PAGE_DTOR
` [PATCH 7/9] mm: Add deferred_list page flag
` [PATCH 8/9] mm: Rearrange page flags
` [PATCH 9/9] mm: Free up a word in the first tail page

[PATCHSET v4] Add io_uring futex/futexv support
 2023-08-15  1:51 UTC  (11+ messages)
` [PATCH 03/12] futex: Flag conversion

Libublk-rs v0.1.0
 2023-08-15  1:17 UTC  (3+ messages)

[PATCHv3] io_uring: set plug tags for same file
 2023-08-14 16:50 UTC  (4+ messages)

FYI, fsnotify contention with aio and io_uring
 2023-08-14 16:30 UTC  (6+ messages)
    ` [EXT] "

[PATCH v2] io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used
 2023-08-13 21:48 UTC 

[PATCH] io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used
 2023-08-13 17:09 UTC 

[GIT PULL] io_uring fixes for 6.5-rc6
 2023-08-11 19:24 UTC  (2+ messages)

[PATCHSET 0/3] Ensure file refs are dropped on io_uring fd release
 2023-08-11 17:12 UTC  (4+ messages)
` [PATCH 1/3] io_uring: move to using private ring references
` [PATCH 2/3] io_uring: consider ring dead once the ref is marked dying
` [PATCH 3/3] io_uring: wait for cancelations on final ring put

[PATCH liburing] tests: don't expect multishot recv overflow backlogging
 2023-08-11 16:43 UTC  (2+ messages)

[PATCH 0/7] random fixes and cleanups
 2023-08-11 16:43 UTC  (9+ messages)
` [PATCH 1/7] io_uring/net: don't overflow multishot accept
` [PATCH 2/7] io_uring/net: don't overflow multishot recv
` [PATCH 3/7] io_uring: open code io_fill_cqe_req()
` [PATCH 4/7] io_uring: remove return from io_req_cqe_overflow()
` [PATCH 5/7] io_uring: never overflow io_aux_cqe
` [PATCH 6/7] io_uring/rsrc: keep one global dummy_ubuf
` [PATCH 7/7] io_uring: simplify io_run_task_work_sig return

[PATCHSET 0/3] io-wq locking improvements
 2023-08-11 16:36 UTC  (6+ messages)
` [PATCH 1/3] io_uring/io-wq: don't grab wq->lock for worker activation
` [PATCH 2/3] io_uring/io-wq: reduce frequency of acct->lock acquisitions
` [PATCH 3/3] io_uring/io-wq: don't gate worker wake up success on wake_up_process()

[PATCHSET v3 0/5] Add io_uring support for waitid
 2023-08-11 14:16 UTC  (6+ messages)
` [PATCH 1/5] exit: abstract out should_wake helper for child_wait_callback()
` [PATCH 2/5] exit: move core of do_wait() into helper
` [PATCH 3/5] exit: add kernel_waitid_prepare() helper
` [PATCH 4/5] exit: add internal include file with helpers
` [PATCH 5/5] io_uring: add IORING_OP_WAITID support

[PATCH for-next 0/3] Misc cleanups
 2023-08-10 16:29 UTC  (5+ messages)
` [PATCH 1/3] io_uring/fdinfo: get rid of ref tryget
` [PATCH 2/3] io_uring/splice: use fput() directly
` [PATCH 3/3] io_uring: have io_file_put() take an io_kiocb rather than the file

[PATCH v2 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-10 12:57 UTC  (28+ messages)
` [PATCH v2 1/8] net: expose sock_use_custom_sol_socket
` [PATCH v2 2/8] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v2 3/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v2 4/8] io_uring/cmd: Extend support beyond SOL_SOCKET
` [PATCH v2 5/8] bpf: Leverage sockptr_t in BPF getsockopt hook
` [PATCH v2 6/8] bpf: Leverage sockptr_t in BPF setsockopt hook
` [PATCH v2 7/8] io_uring/cmd: BPF hook for getsockopt cmd
` [PATCH v2 8/8] io_uring/cmd: BPF hook for setsockopt cmd

[PATCH v1 0/2] Add LSM access controls for io_uring_setup
 2023-08-10 12:27 UTC  (11+ messages)

[PATCH v3 0/1] Add a sysctl to disable io_uring system-wide
 2023-08-09 18:38 UTC  (7+ messages)
` [PATCH v3 1/1] io_uring: add "

[PATCH 1/1] io_uring: break iopolling on signal
 2023-08-09 16:18 UTC  (9+ messages)

[PATCH] io_uring: cleanup 'ret' handling in io_iopoll_check()
 2023-08-09 16:10 UTC 

[PATCH 1/1] io_uring: kill io_uring userspace examples
 2023-08-09 15:36 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix false positive KASAN warnings
 2023-08-09 15:36 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix drain stalls by invalid SQE
 2023-08-09 15:36 UTC  (2+ messages)

[PATCHSET v2] Add io_uring support for waitid
 2023-08-09 15:11 UTC  (8+ messages)
` [PATCH 1/5] exit: abtract out should_wake helper for child_wait_callback()
` [PATCH 2/5] exit: move core of do_wait() into helper
` [PATCH 3/5] exit: add kernel_waitid_prepare() helper
` [PATCH 4/5] exit: add internal include file with helpers
` [PATCH 5/5] io_uring: add IORING_OP_WAITID support

[PATCH 0/2] random for-next cleanups
 2023-08-09 15:05 UTC  (4+ messages)
` [PATCH 1/2] io_uring/rsrc: keep one global dummy_ubuf
` [PATCH 2/2] io_uring: simplify io_run_task_work_sig return

[PATCH for-next v3 0/4] iopoll support for io_uring/nvme
 2023-08-09  1:15 UTC  (3+ messages)
  ` [PATCH for-next v3 4/4] nvme: wire up async polling for io passthrough commands

[PATCH v4 0/5] io_uring getdents
 2023-08-08 22:55 UTC  (20+ messages)
` [PATCH 3/5] io_uring: add support for getdents

[PATCH -next] io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()
 2023-08-08 17:58 UTC  (2+ messages)

[PATCH] io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc
 2023-08-07 19:55 UTC  (8+ messages)

[PATCH v3] io_uring: correct check for O_TMPFILE
 2023-08-07 18:24 UTC  (2+ messages)

[PATCH v2 0/2] open: make RESOLVE_CACHED correctly test for O_TMPFILE
 2023-08-06 16:41 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] io_uring: correct check "

[PATCH] io_uring: annotate the struct io_kiocb slab for appropriate user copy
 2023-08-03  1:34 UTC  (3+ messages)

[GIT PULL v2] Improve iomap async dio performance
 2023-08-01 23:35 UTC  (2+ messages)

[PATCHSET v6 0/8] Improve async iomap DIO performance
 2023-08-01 23:34 UTC  (3+ messages)

[PATCH 1/3] io_uring: split req init from submit
 2023-08-01 16:05 UTC  (6+ messages)

[PATCH liburing] github: Fix LLVM packages conflict
 2023-08-01  1:11 UTC  (3+ messages)


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