public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-10-09 18:50:30 to 2024-10-16 00:39:46 UTC [more...]

[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
 2024-10-16  0:05 UTC  (13+ messages)
` [PATCH RFC v4 01/15] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v4 02/15] fuse: Move fuse_get_dev to header file
` [PATCH RFC v4 03/15] fuse: Move request bits
` [PATCH RFC v4 04/15] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v4 06/15] fuse: Make fuse_copy non static
` [PATCH RFC v4 07/15] fuse: Add buffer offset for uring into fuse_copy_state
` [PATCH RFC v4 09/15] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v4 10/15] fuse: {uring} Add a ring queue and send method
` [PATCH RFC v4 12/15] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v4 13/15] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v4 14/15] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH RFC v4 15/15] fuse: enable fuse-over-io-uring

WARNING in get_pat_info
 2024-10-15 23:40 UTC  (4+ messages)

[PATCH v3 0/5] btrfs: encoded reads via io_uring
 2024-10-15 15:23 UTC  (11+ messages)
` [PATCH 1/5] btrfs: remove pointless addition in btrfs_encoded_read
` [PATCH 2/5] btrfs: change btrfs_encoded_read_regular_fill_pages to take a callback
` [PATCH 3/5] btrfs: change btrfs_encoded_read so that reading of extent is done by caller
` [PATCH 4/5] btrfs: add nowait parameter to btrfs_encoded_read
` [PATCH 5/5] btrfs: add io_uring command for encoded reads

[PATCH v7 0/3] FDP and per-io hints
 2024-10-15 15:22 UTC  (4+ messages)

[PATCH] io_uring/sqpoll: close race on waiting for sqring entries
 2024-10-15 15:07 UTC 

[PATCH V6 0/8] io_uring: support sqe group and provide group kbuf
 2024-10-15 11:05 UTC  (27+ messages)
` [PATCH V6 6/8] io_uring: support providing sqe group buffer
` [PATCH V6 7/8] io_uring/uring_cmd: support provide group kernel buffer

[Report] annoyed dma debug warning "cacheline tracking EEXIST, overlapping mappings aren't supported"
 2024-10-15  7:54 UTC  (12+ messages)

[PATCH v7 0/3] FDP and per-io hints
 2024-10-15  5:30 UTC  (39+ messages)

[PATCH v1 00/15] io_uring zero copy rx
 2024-10-14 22:58 UTC  (108+ messages)
` [PATCH v1 01/15] net: devmem: pull struct definitions out of ifdef
` [PATCH v1 02/15] net: prefix devmem specific helpers
` [PATCH v1 03/15] net: generalise net_iov chunk owners
` [PATCH v1 04/15] net: page_pool: create hooks for custom page providers
` [PATCH v1 05/15] net: prepare for non devmem TCP memory providers
` [PATCH v1 06/15] net: page_pool: add ->scrub mem provider callback
` [PATCH v1 07/15] net: page pool: add helper creating area from pages
` [PATCH v1 08/15] net: add helper executing custom callback from napi
` [PATCH v1 09/15] io_uring/zcrx: add interface queue and refill queue
` [PATCH v1 10/15] io_uring/zcrx: add io_zcrx_area
` [PATCH v1 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH v1 12/15] io_uring/zcrx: add io_recvzc request
` [PATCH v1 13/15] io_uring/zcrx: add copy fallback
` [PATCH v1 14/15] io_uring/zcrx: set pp memory provider for an rx queue

Large CQE for fuse headers
 2024-10-14 21:27 UTC  (19+ messages)

[PATCHSET RFC 0/3] Add ability to ignore inline completions
 2024-10-14 20:49 UTC  (4+ messages)
` [PATCH 1/3] io_uring: add support for ignoring inline completions for waits
` [PATCH 2/3] io_uring/net: add IORING_SEND_IGNORE_INLINE support to send/sendmsg
` [PATCH 3/3] io_uring/net: add IORING_SEND_IGNORE_INLINE support to zerocopy send

[PATCH liburing 0/3] support for discard block commands
 2024-10-14 13:27 UTC  (5+ messages)
` [PATCH liburing 1/3] Add io_uring_prep_cmd_discard
` [PATCH liburing 2/3] test: add discard cmd tests
` [PATCH liburing 3/3] man/io_uring_prep_cmd_discard.3: add discard man pages

[PATCH v4 0/6] napi tracking strategy
 2024-10-13 18:29 UTC  (7+ messages)
` [PATCH v4 1/6] io_uring/napi: protect concurrent io_napi_entry timeout accesses
` [PATCH v4 2/6] io_uring/napi: fix io_napi_entry RCU accesses
` [PATCH v4 3/6] io_uring/napi: improve __io_napi_add
` [PATCH v4 4/6] io_uring/napi: Use lock guards
` [PATCH v4 5/6] io_uring/napi: clean up __io_napi_do_busy_loop
` [PATCH v4 6/6] io_uring/napi: add static napi tracking strategy

[PATCH v2 RESEND] io_uring/fdinfo: add timeout_list to fdinfo
 2024-10-12  9:10 UTC  (4+ messages)
  `  "

[PATCH V7 0/8] io_uring: support sqe group and leased group kbuf
 2024-10-12  8:53 UTC  (8+ messages)
` [PATCH V7 1/7] io_uring: add io_link_req() helper
` [PATCH V7 2/7] io_uring: add io_submit_fail_link() helper
` [PATCH V7 3/7] io_uring: add helper of io_req_commit_cqe()
` [PATCH V7 4/7] io_uring: support SQE group
` [PATCH V7 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF
` [PATCH V7 6/7] io_uring/uring_cmd: support leasing device kernel buffer to io_uring
` [PATCH V7 7/7] ublk: support lease io "

[GIT PULL] io_uring fixes for 6.12-rc3
 2024-10-11 19:34 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