messages from 2022-08-19 10:40:58 to 2022-08-30 21:53:48 UTC [more...]
[RFC PATCH 00/30] Code tagging framework and applications
2022-08-30 21:49 UTC (26+ messages)
` [RFC PATCH 01/30] kernel/module: move find_kallsyms_symbol_value declaration
` [RFC PATCH 02/30] lib/string_helpers: Drop space in string_get_size's output
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 04/30] scripts/kallysms: Always include __start and __stop symbols
` [RFC PATCH 05/30] lib: code tagging framework
` [RFC PATCH 06/30] lib: code tagging module support
` [RFC PATCH 07/30] lib: add support for allocation tagging
` [RFC PATCH 08/30] lib: introduce page "
` [RFC PATCH 09/30] change alloc_pages name in dma_map_ops to avoid name conflicts
` [RFC PATCH 10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 12/30] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [RFC PATCH 13/30] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 15/30] lib: introduce slab allocation tagging
` [RFC PATCH 16/30] mm: enable slab allocation tagging for kmalloc and friends
` [RFC PATCH 17/30] lib/string.c: strsep_no_empty()
` [RFC PATCH 18/30] codetag: add codetag query helper functions
` [RFC PATCH 19/30] move stack capture functionality into a separate function for reuse
` [RFC PATCH 20/30] lib: introduce support for storing code tag context
` [RFC PATCH 21/30] lib: implement context capture support for page and slab allocators
` [RFC PATCH 22/30] Code tagging based fault injection
` [RFC PATCH 23/30] timekeeping: Add a missing include
` [RFC PATCH 25/30] lib/time_stats: New library for statistics on events
` [RFC PATCH 26/30] bcache: Convert to lib/time_stats
[PATCH for-next v4 0/7] io_uring: defer task work to when it is needed
2022-08-30 14:30 UTC (9+ messages)
` [PATCH for-next v4 1/7] io_uring: remove unnecessary variable
` [PATCH for-next v4 2/7] io_uring: introduce io_has_work
` [PATCH for-next v4 3/7] io_uring: do not run task work at the start of io_uring_enter
` [PATCH for-next v4 4/7] io_uring: add IORING_SETUP_DEFER_TASKRUN
` [PATCH for-next v4 5/7] io_uring: move io_eventfd_put
` [PATCH for-next v4 6/7] io_uring: signal registered eventfd to process deferred task work
` [PATCH for-next v4 7/7] io_uring: trace local task work run
[PATCH liburing 0/5] Add basic test for nvme uring passthrough commands
2022-08-30 14:16 UTC (17+ messages)
` [PATCH] Smack: Provide read control for io_uring_cmd
[PATCH liburing v2 0/7] Export io_uring syscall functions
2022-08-30 14:14 UTC (9+ messages)
` [PATCH liburing v2 1/7] syscall: Make io_uring syscall arguments consistent
` [PATCH liburing v2 2/7] syscall: Add io_uring syscall functions
` [PATCH liburing v2 3/7] man: Clarify "man 2" entry for io_uring syscalls
` [PATCH liburing v2 4/7] man: Add `io_uring_enter2()` function signature
` [PATCH liburing v2 5/7] man: Alias `io_uring_enter2()` to `io_uring_enter()`
` [PATCH liburing v2 6/7] test/io_uring_{enter,setup,register}: Use the exported syscall functions
` [PATCH liburing v2 7/7] man/io_uring_enter.2: Fix typo "which is behaves" -> "which behaves"
[PATCH for-next v3 0/7] io_uring: defer task work to when it is needed
2022-08-30 14:04 UTC (18+ messages)
` [PATCH for-next v3 1/7] io_uring: remove unnecessary variable
` [PATCH for-next v3 2/7] io_uring: introduce io_has_work
` [PATCH for-next v3 3/7] io_uring: do not run task work at the start of io_uring_enter
` [PATCH for-next v3 4/7] io_uring: add IORING_SETUP_DEFER_TASKRUN
` [PATCH for-next v3 5/7] io_uring: move io_eventfd_put
` [PATCH for-next v3 6/7] io_uring: signal registered eventfd to process deferred task work
` [PATCH for-next v3 7/7] io_uring: trace local task work run
possible deadlock in io_poll_double_wake
2022-08-30 13:58 UTC (2+ messages)
[GIT PULL] LSM fixes for v6.0 (#1)
2022-08-29 21:02 UTC
[RFC PATCH liburing v1 0/4] Export io_uring syscall functions
2022-08-29 19:58 UTC (9+ messages)
` [RFC PATCH liburing v1 1/4] syscall: Add "
` [RFC PATCH liburing v1 2/4] man: Clarify "man 2" entry for io_uring syscalls
` [RFC PATCH liburing v1 3/4] man: Alias `io_uring_enter2()` to `io_uring_enter()`
` [RFC PATCH liburing v1 4/4] test/io_uring_{enter,setup,register}: Use the exported syscall functions
[RESEND for-5.20] io_uring/net: fix overexcessive retries
2022-08-26 18:42 UTC (2+ messages)
[patch] liburing: fix return code for test/hardlink.t
2022-08-26 18:42 UTC (2+ messages)
[GIT PULL] io_uring fixes for 6.0-rc3
2022-08-26 18:10 UTC (2+ messages)
[PATCH 0/3] LSM hooks for IORING_OP_URING_CMD
2022-08-26 16:27 UTC (24+ messages)
` [PATCH 1/3] lsm,io_uring: add LSM hooks for the new uring_cmd file op
` [PATCH 2/3] selinux: implement the security_uring_cmd() LSM hook
` [PATCH 3/3] /dev/null: add IORING_OP_URING_CMD support
[PATCH for-5.20] io_uring/net: fix overexcessive retries
2022-08-26 16:05 UTC (2+ messages)
Problematic interaction of io_uring and CIFS
2022-08-26 8:21 UTC (6+ messages)
[PATCH for-next 0/4] fixed-buffer for uring-cmd/passthrough
2022-08-25 16:02 UTC (7+ messages)
` [PATCH for-next 4/4] nvme: wire up fixed buffer support for nvme passthrough
` [PATCH for-next 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
[PATCH] io_uring/net: fix uninitialised addr
2022-08-25 15:37 UTC (4+ messages)
[RFC 00/19] uringlet
2022-08-25 13:03 UTC (21+ messages)
` [PATCH 01/19] io_uring: change return value of create_io_worker() and io_wqe_create_worker()
` [PATCH 02/19] io_uring: add IORING_SETUP_URINGLET
` [PATCH 03/19] io_uring: make worker pool per ctx for uringlet mode
` [PATCH 04/19] io-wq: split io_wqe_worker() to io_wqe_worker_normal() and io_wqe_worker_let()
` [PATCH 05/19] io_uring: add io_uringler_offload() for uringlet mode
` [PATCH 06/19] io-wq: change the io-worker scheduling logic
` [PATCH 07/19] io-wq: move worker state flags to io-wq.h
` [PATCH 08/19] io-wq: add IO_WORKER_F_SUBMIT and its friends
` [PATCH 09/19] io-wq: add IO_WORKER_F_SCHEDULED "
` [PATCH 10/19] io_uring: add io_submit_sqes_let()
` [PATCH 11/19] io_uring: don't allocate io-wq for a worker in uringlet mode
` [PATCH 12/19] io_uring: add uringlet worker cancellation function
` [PATCH 13/19] io-wq: add wq->owner for uringlet mode
` [PATCH 14/19] io_uring: modify issue_flags "
` [PATCH 15/19] io_uring: don't use inline completion cache if scheduled
` [PATCH 16/19] io_uring: release ctx->let when a ring exits
` [PATCH 17/19] io_uring: disable task plug for now
` [PATCH 18/19] io-wq: only do io_uringlet_end() at the first schedule time
` [PATCH 19/19] io_uring: wire up uringlet
[syzbot] general protection fault in __io_sync_cancel
2022-08-24 17:22 UTC (4+ messages)
[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
2022-08-24 15:51 UTC (15+ messages)
` [PATCH 0/2] coredump: Allow io_uring using apps to dump to pipes
` [PATCH 2/2] coredump: Allow coredumps to pipes to work with io_uring
[PATCH 0/6] bunch of zerocopy send changes
2022-08-24 14:57 UTC (8+ messages)
` [PATCH 1/6] io_uring/net: fix must_hold annotation
` [PATCH 2/6] io_uring/net: fix zc send link failing
` [PATCH 3/6] io_uring/net: fix indention
` [PATCH 4/6] io_uring/notif: order notif vs send CQEs
` [PATCH 5/6] io_uring: conditional ->async_data allocation
` [PATCH 6/6] io_uring/net: save address for sendzc async execution
[PATCH] io_uring: fix submission-failure handling for uring-cmd
2022-08-23 17:38 UTC (4+ messages)
[PATCH for-next v3 0/4] iopoll support for io_uring/nvme
2022-08-23 16:14 UTC (5+ messages)
` [PATCH for-next v3 1/4] fs: add file_operations->uring_cmd_iopoll
` [PATCH for-next v3 2/4] io_uring: add iopoll infrastructure for io_uring_cmd
` [PATCH for-next v3 3/4] block: export blk_rq_is_poll
` [PATCH for-next v3 4/4] nvme: wire up async polling for io passthrough commands
[PATCH liburing] test/io_uring_passthrough: add test case for submission failure
2022-08-23 15:47 UTC (2+ messages)
[PATCH] io_uring: fix off-by-one in sync cancelation file check
2022-08-23 13:29 UTC
[PATCH 0/2] Maintainer and uapi header update
2022-08-23 13:23 UTC (4+ messages)
` [PATCH 1/2] MAINTAINERS: Add `include/linux/io_uring_types.h`
` [PATCH 2/2] io_uring: uapi: Add `extern "C"` in io_uring.h for liburing
[PATCH liburing 0/2] liburing uapi and manpage update
2022-08-23 13:23 UTC (4+ messages)
` [PATCH 1/2] liburing: Change the type of `flags` in `io_uring_prep_renameat()` to `unsigned int`
` [PATCH 2/2] io_uring: uapi: Sync with the kernel
[PATCH 0/3] LSM hooks for IORING_OP_URING_CMD
2022-08-22 21:17 UTC (2+ messages)
[RFC 0/2] io_uring zc notification tag override
2022-08-22 11:49 UTC (8+ messages)
` [RFC 2/2] io_uring/net: allow to override notification tag
[GIT PULL] io_uring fixes for 6.0-rc2
2022-08-20 17:55 UTC (2+ messages)
[PATCH for-next v2 0/4] fixed-buffer for uring-cmd/passthrough
2022-08-20 3:06 UTC (5+ messages)
` [PATCH for-next v2 1/4] io_uring: introduce io_uring_cmd_import_fixed
` [PATCH for-next v2 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
` [PATCH for-next v2 3/4] block: add helper to map bvec iterator for passthrough
` [PATCH for-next v2 4/4] nvme: wire up fixed buffer support for nvme passthrough
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox