messages from 2024-04-29 17:07:36 to 2024-05-11 06:30:55 UTC [more...]
[PATCH v2 0/4] io_uring/rsrc: coalescing multi-hugepage registered buffers
2024-05-11 5:52 UTC (4+ messages)
` [PATCH v2 1/4] io_uring/rsrc: add hugepage buffer coalesce helpers
` [PATCH v2 2/4] io_uring/rsrc: store folio shift and mask into imu
` [PATCH v2 3/4] io_uring/rsrc: add init and account functions for coalesced imus
[PATCH V3 0/9] io_uring: support sqe group and provide group kbuf
2024-05-11 0:12 UTC (10+ messages)
` [PATCH V3 1/9] io_uring: add io_link_req() helper
` [PATCH V3 2/9] io_uring: add io_submit_fail_link() helper
` [PATCH V3 3/9] io_uring: add helper of io_req_commit_cqe()
` [PATCH V3 4/9] io_uring: move marking REQ_F_CQE_SKIP out of io_free_req()
` [PATCH V3 5/9] io_uring: support SQE group
` [PATCH V3 6/9] io_uring: support sqe group with members depending on leader
` [PATCH V3 7/9] io_uring: support providing sqe group buffer
` [PATCH V3 8/9] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH V3 9/9] ublk: support provide io buffer
[RFC PATCH V2 0/9] io_uring: support sqe group and provide group kbuf
2024-05-10 14:02 UTC (11+ messages)
` [RFC PATCH V2 1/9] io_uring: add io_link_req() helper
` [RFC PATCH V2 2/9] io_uring: add io_submit_fail_link() helper
` [RFC PATCH V2 3/9] io_uring: add helper of io_req_commit_cqe()
` [RFC PATCH V2 4/9] io_uring: move marking REQ_F_CQE_SKIP out of io_free_req()
` [RFC PATCH V2 5/9] io_uring: support SQE group
` [RFC PATCH V2 6/9] io_uring: support sqe group with members depending on leader
` [RFC PATCH V2 7/9] io_uring: support providing sqe group buffer
` [RFC PATCH V2 8/9] io_uring/uring_cmd: support provide group kernel buffer
` [RFC PATCH V2 9/9] ublk: support provide io buffer
[PATCH V2 0/2] io_uring: support to inject result for NOP
2024-05-10 12:50 UTC (4+ messages)
` [PATCH V2 1/2] io_uring: fail NOP if non-zero op flags is passed in
` [PATCH V2 2/2] io_uring: support to inject result for NOP
[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
2024-05-10 10:55 UTC (84+ messages)
` get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
` [PATCH] epoll: try to be a _bit_ better about file lifetimes
` [PATCH v2] epoll: be "
` [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ "
[PATCH] io_uring: support to inject result for NOP
2024-05-10 3:07 UTC (3+ messages)
[PATCHSET RFC 0/4] Propagate back queue status on accept
2024-05-09 18:00 UTC (5+ messages)
` [PATCH 1/4] net: change proto and proto_ops accept type
` [PATCH 2/4] net: have do_accept() take a struct proto_accept_arg argument
` [PATCH 3/4] net: pass back whether socket was empty post accept
` [PATCH 4/4] io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept
[PATCH] io_uring: add IORING_OP_NOP_FAIL
2024-05-09 14:02 UTC (5+ messages)
[PATCHSET 0/2] Accept tweaks
2024-05-08 14:25 UTC (3+ messages)
` [PATCH 1/2] io_uring/net: add IORING_ACCEPT_DONTWAIT flag
` [PATCH 2/2] io_uring/net: add IORING_ACCEPT_POLL_FIRST flag
[PATCH] io_uring/filetable: don't unnecessarily clear/reset bitmap
2024-05-08 14:21 UTC
[PATCH v3] io_uring: releasing CPU resources when polling
2024-05-07 9:16 UTC
[PATCH] mm: Remove mm argument from mm_get_unmapped_area()
2024-05-07 22:38 UTC (7+ messages)
[PATCH v3] io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
2024-05-07 19:17 UTC (2+ messages)
[PATCH v2] io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
2024-05-07 16:34 UTC (3+ messages)
[RFC PATCH 0/2] Introduce per-task io utilization boost
2024-05-07 15:19 UTC (9+ messages)
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost
[PATCH] io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
2024-05-07 13:28 UTC (9+ messages)
[PATCH] io_uring/rsrc: Add support for multi-folio buffer coalescing
2024-05-07 5:22 UTC (3+ messages)
[syzbot] [mm?] [io-uring?] WARNING in hpage_collapse_scan_pmd (2)
2024-05-06 16:14 UTC (3+ messages)
Submitting IO events with IORING_FEAT_NODROP and overflown CQ ring
2024-05-05 18:11 UTC (2+ messages)
[RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf
2024-05-04 1:56 UTC (25+ messages)
` [PATCH 2/9] io_uring: support user sqe ext flags
` [PATCH 5/9] io_uring: support SQE group
[patch liburing v2] man: fix IORING_REGISTER_RING_FDS docs
2024-05-03 22:17 UTC (2+ messages)
[PATCH 00/10] Read/Write with meta/integrity
2024-05-03 12:01 UTC (28+ messages)
` [PATCH 04/10] block: avoid unpinning/freeing the bio_vec incase of cloned bio
` [PATCH 05/10] block, nvme: modify rq_integrity_vec function
` [PATCH 08/10] io_uring/rw: add support to send meta along with read/write
` [PATCH 01/10] block: set bip_vcnt correctly
` [PATCH 02/10] block: copy bip_max_vcnt vecs instead of bip_vcnt during clone
[PATCH 2/5] io_uring/net: add provided buffer support for IORING_OP_SEND
2024-05-01 20:55 UTC (5+ messages)
` [PATCH] io_uring: Require zeroed sqe->len on provided-buffers send
[linux-next:master] BUILD REGRESSION d04466706db5e241ee026f17b5f920e50dee26b5
2024-04-30 20:14 UTC
[PATCH 0/2] LAZY_WAKE misuse fixes
2024-04-30 19:06 UTC (4+ messages)
` [PATCH 1/2] io_uring/net: fix sendzc lazy wake polling
` [PATCH 2/2] io_uring/notif: disable LAZY_WAKE for linked notifs
[PATCH v3 2/2] fs/xattr: add *at family syscalls
2024-04-30 12:40 UTC (5+ messages)
` [PATCH v3 1/2] fs: rename struct xattr_ctx to kernel_xattr_ctx
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