messages from 2024-12-23 20:33:37 to 2025-01-09 18:19:52 UTC [more...]
[PATCHSET for-next 0/3] Fix read/write -EAGAIN failure cases
2025-01-09 18:15 UTC (4+ messages)
` [PATCH 1/3] io_uring/rw: use io_rw_recycle() from cleanup path
` [PATCH 2/3] io_uring/rw: handle -EAGAIN retry at IO completion time
` [PATCH 3/3] io_uring/rw: don't gate retry on completion context
Bug? CQE.res = -EAGAIN with nvme multipath driver
2025-01-09 18:09 UTC (8+ messages)
[PATCH] treewide: const qualify ctl_tables where applicable
2025-01-09 18:05 UTC (7+ messages)
[PATCH net-next v10 00/22] io_uring zero copy rx
2025-01-09 17:50 UTC (25+ messages)
` [PATCH net-next v10 01/22] net: make page_pool_ref_netmem work with net iovs
` [PATCH net-next v10 02/22] net: page_pool: don't cast mp param to devmem
` [PATCH net-next v10 03/22] net: prefix devmem specific helpers
` [PATCH net-next v10 04/22] net: generalise net_iov chunk owners
` [PATCH net-next v10 05/22] net: page pool: export page_pool_set_dma_addr_netmem()
` [PATCH net-next v10 06/22] net: page_pool: create hooks for custom memory providers
` [PATCH net-next v10 07/22] netdev: add io_uring memory provider info
` [PATCH net-next v10 08/22] net: page_pool: add callback for mp info printing
` [PATCH net-next v10 09/22] net: page_pool: add a mp hook to unregister_netdevice*
` [PATCH net-next v10 10/22] net: prepare for non devmem TCP memory providers
` [PATCH net-next v10 11/22] net: page_pool: add memory provider helpers
` [PATCH net-next v10 12/22] io_uring/zcrx: add interface queue and refill queue
` [PATCH net-next v10 13/22] io_uring/zcrx: add io_zcrx_area
` [PATCH net-next v10 14/22] io_uring/zcrx: grab a net device
` [PATCH net-next v10 15/22] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH net-next v10 16/22] io_uring/zcrx: dma-map area for the device
` [PATCH net-next v10 17/22] io_uring/zcrx: add io_recvzc request
` [PATCH net-next v10 18/22] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH net-next v10 19/22] io_uring/zcrx: throttle receive requests
` [PATCH net-next v10 20/22] io_uring/zcrx: add copy fallback
` [PATCH net-next v10 21/22] net: add documentation for io_uring zcrx
` [PATCH net-next v10 22/22] io_uring/zcrx: add selftest
[PATCH v1 0/3] virtio-blk: add io_uring passthrough support
2025-01-09 17:27 UTC (8+ messages)
` [PATCH v1 1/3] virtio-blk: add virtio-blk chardev support
` [PATCH v1 2/3] virtio-blk: add uring_cmd support for I/O passthru on chardev
[PATCH RESEND net-next v9 00/21] io_uring zero copy rx
2025-01-09 16:35 UTC (32+ messages)
` [PATCH net-next v9 01/20] net: page_pool: don't cast mp param to devmem
` [PATCH net-next v9 03/20] net: generalise net_iov chunk owners
` [PATCH net-next v9 04/20] net: page_pool: create hooks for custom page providers
` [PATCH net-next v9 05/20] net: page_pool: add mp op for netlink reporting
` [PATCH net-next v9 06/20] net: page_pool: add a mp hook to unregister_netdevice*
` [PATCH net-next v9 08/20] net: expose page_pool_{set,clear}_pp_info
` [PATCH net-next v9 11/20] io_uring/zcrx: add io_zcrx_area
` [PATCH net-next v9 14/20] io_uring/zcrx: dma-map area for the device
[PATCH for-next] io_uring/eventfd: replace out-of-line signaling with a workqueue
2025-01-09 14:50 UTC
[PATCH] io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period
2025-01-09 5:06 UTC (3+ messages)
[PATCH] io_uring/sqpoll: annotate data race for access in debug check
2025-01-08 16:42 UTC (3+ messages)
[PATCH 0/5] poll_wait: add mb() to fix theoretical race between waitqueue_active() and .poll()
2025-01-07 22:55 UTC (8+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] poll_wait: kill the obsolete wait_address check
` [PATCH 3/5] io_uring_poll: kill the no longer necessary barrier after poll_wait()
` [PATCH 4/5] sock_poll_wait: "
` [PATCH 5/5] poll: kill poll_does_not_wait()
[PATCH v9 00/17] fuse: fuse-over-io-uring
2025-01-07 21:25 UTC (29+ messages)
` [PATCH v9 01/17] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH v9 02/17] fuse: Move fuse_get_dev to header file
` [PATCH v9 03/17] fuse: Move request bits
` [PATCH v9 04/17] fuse: Add fuse-io-uring design documentation
` [PATCH v9 05/17] fuse: make args->in_args[0] to be always the header
` [PATCH v9 06/17] fuse: {io-uring} Handle SQEs - register commands
` [PATCH v9 07/17] fuse: Make fuse_copy non static
` [PATCH v9 08/17] fuse: Add fuse-io-uring handling into fuse_copy
` [PATCH v9 09/17] fuse: {io-uring} Make hash-list req unique finding functions non-static
` [PATCH v9 10/17] fuse: Add io-uring sqe commit and fetch support
` [PATCH v9 11/17] fuse: {io-uring} Handle teardown of ring entries
` [PATCH v9 12/17] fuse: {io-uring} Make fuse_dev_queue_{interrupt,forget} non-static
` [PATCH v9 13/17] fuse: Allow to queue fg requests through io-uring
` [PATCH v9 14/17] fuse: Allow to queue bg "
` [PATCH v9 15/17] fuse: {io-uring} Prevent mount point hang on fuse-server termination
` [PATCH v9 16/17] fuse: block request allocation until io-uring init is complete
` [PATCH v9 17/17] fuse: enable fuse-over-io-uring
[PATCH 1/1] io_uring/rw: reissue only from the same task
2025-01-07 18:01 UTC (3+ messages)
[PATCH 1/1] io_uring: silence false positive warnings
2025-01-07 14:31 UTC (2+ messages)
[PATCH v4 0/4] btrfs: fix reading from userspace in btrfs_uring_encoded_read()
2025-01-07 2:17 UTC (12+ messages)
` [PATCH 1/4] io_uring/cmd: rename struct uring_cache to io_uring_cmd_data
` [PATCH 2/4] io_uring/cmd: add per-op data to struct io_uring_cmd_data
` [PATCH 3/4] io_uring: add io_uring_cmd_get_async_data helper
` [PATCH 4/4] btrfs: don't read from userspace twice in btrfs_uring_encoded_read()
[RFC 0/4] pre-mapped rw attributes
2025-01-06 16:53 UTC (9+ messages)
` [PATCH 1/4] io_uring: add structure for registered arguments
` [PATCH 2/4] io_uring: add registered request arguments
` [PATCH 3/4] io_uring/rw: use READ_ONCE with rw attributes
` [PATCH 4/4] io_uring/rw: pre-mapped "
[syzbot] [io-uring?] WARNING in __io_submit_flush_completions
2025-01-05 14:13 UTC (4+ messages)
[PATCH] lsm,io_uring: add LSM hooks for io_uring_setup()
2025-01-05 2:12 UTC (3+ messages)
[PATCH 1/1] io_uring/timeout: fix multishot updates
2025-01-04 22:12 UTC (5+ messages)
[syzbot] [io-uring?] BUG: unable to handle kernel NULL pointer dereference in percpu_ref_put_many
2025-01-04 13:55 UTC (6+ messages)
[GIT PULL] io_uring fixes for 6.13-rc6
2025-01-03 23:22 UTC (2+ messages)
[PATCH] io_uring/rsrc: simplify the bvec iter's count calculation
2025-01-03 17:54 UTC (2+ messages)
[PATCH] io_uring/kbuf: use pre-committed buffer address for non-pollable file
2025-01-03 16:41 UTC
[PATCH] io_uring/net: always initialize kmsg->msg.msg_inq upfront
2025-01-03 0:52 UTC
[syzbot] [io-uring?] KMSAN: uninit-value in io_recv
2025-01-03 0:20 UTC (3+ messages)
[PATCH] io_uring: expose read/write attribute capability
2025-01-02 21:22 UTC (2+ messages)
[PATCH for-next] io_uring: ensure io_queue_deferred() is out-of-line
2025-01-02 18:25 UTC (3+ messages)
` 答复: "
[syzbot] [io-uring?] WARNING: locking bug in sched_core_balance
2025-01-02 12:15 UTC (4+ messages)
` [syzbot] [kernel] "
[PATCH RFC 0/9] Launching processes with io_uring
2024-12-31 14:35 UTC (6+ messages)
[linux-next:master] [io_uring/rw] 8cf0c45999: fio.read_bw_MBps 51.1% regression
2024-12-31 6:36 UTC (3+ messages)
[PATCH] io_uring/rw: always clear ->bytes_done on io_async_rw setup
2024-12-31 0:13 UTC (5+ messages)
[syzbot] [fs?] [io-uring?] WARNING: locking bug in eventfd_signal_mask
2024-12-30 23:19 UTC (3+ messages)
[PATCH] io_uring/timeout: flush timeouts outside of the timeout lock
2024-12-30 21:22 UTC
[syzbot] [io-uring?] WARNING in __io_uring_free
2024-12-29 19:42 UTC (2+ messages)
[syzbot] [io-uring?] [usb?] WARNING in io_get_cqe_overflow (2)
2024-12-28 20:58 UTC (4+ messages)
[PATCH v2 1/1] io_uring/rw: fix downgraded mshot read
2024-12-28 20:14 UTC (2+ messages)
[GIT PULL] io_uring fix for 6.13-rc5
2024-12-28 19:16 UTC (2+ messages)
[PATCH 1/1] io_uring/rw: fix downgraded mshot read
2024-12-28 17:39 UTC (2+ messages)
Bug: slab-use-after-free Read in try_to_wake_up
2024-12-28 12:13 UTC (6+ messages)
[PATCH 1/1] io_uring/sqpoll: fix sqpoll error handling races
2024-12-27 16:25 UTC (3+ messages)
[syzbot] Monthly io-uring report (Dec 2024)
2024-12-26 9:01 UTC
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