public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-01 15:05:40 to 2025-09-09 18:31:15 UTC [more...]

[GIT PULL] io_uring fix for 6.17-rc5
 2025-09-09 18:31 UTC  (55+ messages)
      ` Link trailers revisited (was Re: [GIT PULL] io_uring fix for 6.17-rc5)
        ` [RFC] b4 dig: Add AI-powered email relationship discovery command

[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
 2025-09-09 16:32 UTC  (17+ messages)
` [RFC PATCH v3 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB
` [RFC PATCH v3 3/5] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v3 4/5] rust: miscdevice: Add `uring_cmd` support

[PATCH 0/2] io_uring: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-09 15:13 UTC  (5+ messages)
` [PATCH 1/2] io_uring: replace use of system_wq with system_percpu_wq
` [PATCH 2/2] io_uring: replace use of system_unbound_wq with system_dfl_wq

[PATCH v2 0/5] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2025-09-09 13:35 UTC  (12+ messages)
` [PATCH v2 1/5] io_uring: don't include filetable.h in io_uring.h
` [PATCH v2 2/5] io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
` [PATCH v2 3/5] io_uring: clear IORING_SETUP_SINGLE_ISSUER for IORING_SETUP_SQPOLL
` [PATCH v2 4/5] io_uring: factor out uring_lock helpers
` [PATCH v2 5/5] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-09  9:55 UTC  (58+ messages)
` [PATCH v2 03/37] s390/Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v2 04/37] x86/Kconfig: "
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 06/37] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v2 07/37] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v2 09/37] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v2 10/37] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v2 11/37] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v2 12/37] mm: simplify folio_page() and folio_page_idx()
` [PATCH v2 13/37] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v2 14/37] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v2 15/37] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v2 16/37] fs: hugetlbfs: cleanup "
` [PATCH v2 17/37] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v2 18/37] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 20/37] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v2 21/37] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 23/37] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v2 24/37] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v2 25/37] ata: libata-sff: drop nth_page() usage within "
` [PATCH v2 26/37] drm/i915/gem: "
` [PATCH v2 27/37] mspro_block: "
` [PATCH v2 28/37] memstick: "
` [PATCH v2 29/37] mmc: "
` [PATCH v2 30/37] scsi: scsi_lib: "
` [PATCH v2 31/37] scsi: sg: "
` [PATCH v2 32/37] vfio/pci: "
` [PATCH v2 33/37] crypto: remove "
` [PATCH v2 34/37] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v2 35/37] kfence: drop nth_page() usage
` [PATCH v2 36/37] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v2 37/37] mm: remove nth_page()

[PATCH RFC 00/35] mm: remove nth_page()
 2025-09-08 16:47 UTC  (3+ messages)
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config

[PATCH] io_uring: Replace kzalloc() + copy_from_user() with memdup_user()
 2025-09-08 14:22 UTC  (2+ messages)

[PATCH] io_uring/uring_cmd: add io_uring_cmd_tw_t type alias
 2025-09-08 14:20 UTC  (5+ messages)

[PATCH v3 0/3] introduce io_uring querying
 2025-09-08 14:07 UTC  (7+ messages)
` [PATCH v3 1/3] io_uring: add helper for *REGISTER_SEND_MSG_RING
` [PATCH v3 2/3] io_uring: add macros for avaliable flags
` [PATCH v3 3/3] io_uring: introduce io_uring querying

[syzbot] [io-uring?] KASAN: null-ptr-deref Read in io_sqe_buffer_register
 2025-09-08  4:30 UTC  (10+ messages)

[PATCH] io_uring/rsrc: initialize io_rsrc_data nodes array
 2025-09-05 11:14 UTC  (2+ messages)

[PATCH v2] io_uring: remove WRITE_ONCE() in io_uring_create()
 2025-09-05 11:14 UTC  (2+ messages)

[PATCH 0/4] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
 2025-09-04 23:25 UTC  (11+ messages)
` [PATCH 1/4] io_uring: don't include filetable.h in io_uring.h
` [PATCH 2/4] io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
` [PATCH 3/4] io_uring: factor out uring_lock helpers
` [PATCH 4/4] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
` [syzbot ci] "

[syzbot] [io-uring?] general protection fault in io_check_coalesce_buffer
 2025-09-04 23:18 UTC  (2+ messages)

[RFC PATCHv2 0/1]
 2025-09-04 19:27 UTC  (5+ messages)
` [RFC PATCHv2 1/3] Add support IORING_SETUP_SQE_MIXED
` [RFC PATCHv2 1/1] io_uring: add support for IORING_SETUP_SQE_MIXED
` [RFC PATCHv2 2/3] Add nop testing "
` [RFC PATCHv2 3/3] Add mixed sqe test for uring commands

[PATCH] io_uring/cmd: remove unused io_uring_cmd_iopoll_done()
 2025-09-03 23:36 UTC  (2+ messages)

[PATCH] io_uring/uring_cmd: correct io_uring_cmd_done() ret type
 2025-09-03 23:36 UTC  (2+ messages)

[PATCH] io_uring: remove WRITE_ONCE() in io_uring_create()
 2025-09-03 23:16 UTC  (4+ messages)

[PATCH] io_uring/register: drop redundant submitter_task check
 2025-09-03  1:21 UTC  (2+ messages)

[RFC PATCH 0/1] io_uring: mixed sqe support
 2025-09-02 18:03 UTC  (4+ messages)
` [RFC PATCH 1/1] io_uring: add support for IORING_SETUP_SQE_MIXED


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