messages from 2021-11-19 05:24:34 to 2021-11-29 22:13:04 UTC [more...]
[PATCH v1 0/5] io_uring: add xattr support
2021-11-29 22:12 UTC (4+ messages)
` [PATCH v1 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v1 3/5] fs: split off the vfs_getxattr from getxattr
` [PATCH v1 4/5] io_uring: add fsetxattr and setxattr support
[PATCH -next] io_uring: Fix undefined-behaviour in io_issue_sqe if pass large timeout value when call io_timeout_remove_prep
2021-11-29 13:48 UTC (2+ messages)
[PATCH -next] io_uring: Fix undefined-behaviour in io_issue_sqe
2021-11-29 3:36 UTC (5+ messages)
[PATCH liburing] man/io_uring_enter.2: document IOSQE_CQE_SKIP_SUCCESS
2021-11-28 15:32 UTC (3+ messages)
[PATCH v6 0/6] task work optimization
2021-11-28 15:28 UTC (11+ messages)
` [PATCH 1/6] io-wq: add helper to merge two wq_lists
` [PATCH 2/6] io_uring: add a priority tw list for irq completion work
` [PATCH 3/6] io_uring: add helper for task work execution code
` [PATCH 4/6] io_uring: split io_req_complete_post() and add a helper
` [PATCH 5/6] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
` [PATCH 6/6] io_uring: batch completion in prior_task_list
` [PATCH RESEND "
` [PATCH v7] "
[GIT PULL] Followup io_uring fixes for 5.16-rc3
2021-11-27 19:47 UTC (2+ messages)
[PATCH liburing 1/1] test: skip-cqe with hardlinks
2021-11-27 13:46 UTC (2+ messages)
[PATCH] test: poll cancellation with offset timeouts
2021-11-27 13:46 UTC (2+ messages)
[PATCH -next] io_uring: fix soft lockup when call __io_remove_buffers
2021-11-27 13:41 UTC (3+ messages)
[PATCH v5 0/3] io_uring: add getdents64 support
2021-11-27 6:03 UTC (4+ messages)
` [PATCH v5 1/3] fs: split off do_iterate_dir from iterate_dir function
` [PATCH v5 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v5 3/3] io_uring: add support for getdents64
[PATCH v4 0/3] io_uring: add getdents64 support
2021-11-27 5:55 UTC (5+ messages)
` [PATCH v4 1/3] fs: add parameter use_fpos to iterate_dir function
` [PATCH v4 1/3] fs: split off do_iterate_dir from "
` [PATCH v4 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v4 3/3] io_uring: add support for getdents64
[syzbot] inconsistent lock state in io_poll_remove_all
2021-11-26 15:39 UTC (2+ messages)
[PATCH 0/2] 5.16 fixes for syz reports
2021-11-26 15:36 UTC (6+ messages)
` [PATCH 1/2] io_uring: fail cancellation for EXITING tasks
` [PATCH 2/2] io_uring: fix link traversal locking
[syzbot] inconsistent lock state in io_timeout_fn
2021-11-26 14:29 UTC (2+ messages)
[syzbot] inconsistent lock state in io_link_timeout_fn
2021-11-26 14:29 UTC (2+ messages)
[syzbot] possible deadlock in __io_commit_cqring_flush
2021-11-26 14:28 UTC (2+ messages)
[syzbot] possible deadlock in io_flush_timeouts
2021-11-26 11:49 UTC
[PATCH v1 0/3] io_uring: add getdents64 support
2021-11-26 10:53 UTC (13+ messages)
` [PATCH v1 1/3] fs: add parameter use_fpos to iterate_dir function
` [PATCH v1 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v1 3/3] io_uring: add support for getdents64
Question about sendfile
2021-11-26 8:50 UTC (3+ messages)
[PATCH v3 0/3] io_uring: add getdents64 support
2021-11-26 8:43 UTC (6+ messages)
` [PATCH v3 1/3] fs: add parameter use_fpos to iterate_dir function
` [PATCH v3 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v3 3/3] io_uring: add support for getdents64
[PATCH v5 0/6] task work optimization
2021-11-26 3:58 UTC (11+ messages)
` [PATCH 1/6] io-wq: add helper to merge two wq_lists
` [PATCH 2/6] io_uring: add a priority tw list for irq completion work
` [PATCH 3/6] io_uring: add helper for task work execution code
` [PATCH 4/6] io_uring: split io_req_complete_post() and add a helper
` [PATCH 5/6] io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
` [PATCH 6/6] io_uring: batch completion in prior_task_list
[PATCH for-5.17 0/2] small fix and code clean
2021-11-26 3:29 UTC (7+ messages)
` [PATCH 1/2] io_uring: fix no lock protection for ctx->cq_extra
` [PATCH 2/2] io_uring: better to use REQ_F_IO_DRAIN for req->flags
[syzbot] WARNING in io_try_cancel_userdata (2)
2021-11-26 2:27 UTC
[GIT PULL] io_uring fixes for 5.16-rc3
2021-11-25 19:12 UTC (2+ messages)
uring regression - lost write request
2021-11-25 17:11 UTC (28+ messages)
[RFC 0/9] fixed worker: a new way to handle io works
2021-11-25 15:09 UTC (12+ messages)
` [PATCH 1/9] io-wq: decouple work_list protection from the big wqe->lock
` [PATCH 2/9] io-wq: reduce acct->lock crossing functions lock/unlock
` [PATCH 3/9] io-wq: update check condition for lock
` [PATCH 4/9] io-wq: use IO_WQ_ACCT_NR rather than hardcoded number
` [PATCH 5/9] io-wq: move hash wait entry to io_wqe_acct
` [PATCH 6/9] io-wq: add infra data structure for fixed workers
` [PATCH 7/9] io-wq: implement fixed worker logic
` [PATCH 8/9] io-wq: batch the handling of fixed worker private works
` [PATCH 9/9] io-wq: small optimization for __io_worker_busy()
[PATCH v2 0/4] allow to skip CQE posting
2021-11-25 14:22 UTC (14+ messages)
` [PATCH v2 3/4] io_uring: don't spinlock when not posting CQEs
[PATCH v2 0/3] io_uring: add getdents64 support
2021-11-25 4:42 UTC (5+ messages)
` [PATCH v2 1/3] fs: add parameter use_fpos to iterate_dir function
` [PATCH v2 2/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH v2 3/3] io_uring: add support for getdents64
[PATCH] Increase default MLOCK_LIMIT to 8 MiB
2021-11-24 23:11 UTC (46+ messages)
[PATCH liburing v2 0/2] cqe skip tests
2021-11-24 21:27 UTC (4+ messages)
` [PATCH liburing v2 1/2] io_uring.h: update to reflect cqe-skip feature
` [PATCH liburing v2 2/2] tests: add tests for IOSQE_CQE_SKIP_SUCCESS
[PATCH for-5.16 v4 0/6] task work optimization
2021-11-24 7:53 UTC (4+ messages)
` [PATCH 2/6] io_uring: add a priority tw list for irq completion work
[PATCH for-next 0/4] for-next cleanups
2021-11-23 19:24 UTC (7+ messages)
` [PATCH 1/4] io_uring: simplify reissue in kiocb_done
` [PATCH 2/4] io_uring: improve send/recv error handling
` [PATCH 3/4] io_uring: clean __io_import_iovec()
` [PATCH 4/4] io_uring: improve argument types of kiocb_done()
[PATCH v1 0/4] liburing: add getdents64 support
2021-11-23 18:07 UTC (5+ messages)
` [PATCH v1 1/4] liburing: update io_uring.h header file
` [PATCH v1 2/4] liburing: add prepare function for getdents64
` [PATCH v1 3/4] liburing: Add test program for getdents call
` [PATCH v1 4/4] liburing: Add man page for io_uring_prep_getdents call
[PATCH bpf-next v2 00/10] Introduce BPF iterators for io_uring and epoll
2021-11-23 4:27 UTC (12+ messages)
` [PATCH bpf-next v2 01/10] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v2 02/10] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v2 03/10] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v2 04/10] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v2 05/10] bpftool: Output io_uring iterator info
` [PATCH bpf-next v2 06/10] selftests/bpf: Add test for io_uring BPF iterators
` [PATCH bpf-next v2 07/10] selftests/bpf: Add test for epoll BPF iterator
` [PATCH bpf-next v2 08/10] selftests/bpf: Test partial reads for io_uring, epoll iterators
` [PATCH bpf-next v2 09/10] selftests/bpf: Fix btf_dump test for bpf_iter_link_info
` [PATCH RFC bpf-next v2 10/10] samples/bpf: Add example to checkpoint/restore io_uring
[PATCH 1/1] io_uring: correct link-list traversal locking
2021-11-23 2:33 UTC (2+ messages)
[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
2021-11-19 6:12 UTC (8+ messages)
` [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
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