messages from 2022-02-10 01:58:04 to 2022-02-22 12:22:27 UTC [more...]
btrfs / io-uring corrupting reads
2022-02-22 12:22 UTC (4+ messages)
` Fwd: "
[PATCH v3 liburing] Test consistent file position updates
2022-02-22 10:57 UTC
[PATCH v3 0/4] io_uring: consistent behaviour with linked read/write
2022-02-22 10:55 UTC (5+ messages)
` [PATCH v3 1/4] io_uring: remove duplicated calls to io_kiocb_ppos
` [PATCH v3 2/4] io_uring: update kiocb->ki_pos at execution time
` [PATCH v3 3/4] io_uring: do not recalculate ppos unnecessarily
` [PATCH v3 4/4] io_uring: pre-increment f_pos on rw
[PATCH v2 0/4] io_uring: consistent behaviour with linked read/write
2022-02-22 10:52 UTC (13+ messages)
` [PATCH v2 1/4] io_uring: remove duplicated calls to io_kiocb_ppos
` [PATCH v2 2/4] io_uring: update kiocb->ki_pos at execution time
` [PATCH v2 3/4] io_uring: do not recalculate ppos unnecessarily
` [PATCH v2 4/4] io_uring: pre-increment f_pos on rw
[PATCH] io_uring: remove definite false if expression
2022-02-22 9:36 UTC
[PATCH v2 00/13] Support sync buffered writes for io-uring
2022-02-22 8:18 UTC (31+ messages)
` [PATCH v2 01/13] fs: Add flags parameter to __block_write_begin_int
` [PATCH v2 02/13] mm: Introduce do_generic_perform_write
` [PATCH v2 03/13] mm: Add support for async buffered writes
` [PATCH v2 04/13] fs: split off __alloc_page_buffers function
` [PATCH v2 05/13] fs: split off __create_empty_buffers function
` [PATCH v2 06/13] fs: Add gfp_t parameter to create_page_buffers()
` [PATCH v2 07/13] fs: add support for async buffered writes
` [PATCH v2 08/13] io_uring: "
` [PATCH v2 09/13] io_uring: Add tracepoint for short writes
` [PATCH v2 10/13] sched: add new fields to task_struct
` [PATCH v2 11/13] mm: support write throttling for async buffered writes
` [PATCH v2 12/13] io_uring: "
` [PATCH v2 13/13] block: enable async buffered writes for block devices
[syzbot] KASAN: use-after-free Read in io_rsrc_node_ref_zero
2022-02-21 22:17 UTC
[PATCH v1] io_uring: Add support for napi_busy_poll
2022-02-21 19:29 UTC (11+ messages)
[PATCH v2 liburing] Test consistent file position updates
2022-02-21 17:56 UTC (3+ messages)
[PATCH] io_uring: don't convert to jiffies for waiting on timeouts
2022-02-21 12:53 UTC
napi_busy_poll
2022-02-21 5:03 UTC (22+ messages)
[syzbot] KASAN: use-after-free Read in io_poll_check_events
2022-02-19 9:20 UTC
[RFC 00/13] uring-passthru for nvme
2022-02-18 17:41 UTC (12+ messages)
` [RFC 01/13] io_uring: add infra for uring_cmd completion in submitter-task
` [RFC 03/13] io_uring: mark iopoll not supported for uring-cmd
[PATCH 0/3] io_uring: consistent behaviour with linked read/write
2022-02-18 17:25 UTC (7+ messages)
` [PATCH 1/3] io_uring: remove duplicated calls to io_kiocb_ppos
` [PATCH 2/3] io_uring: update kiocb->ki_pos at execution time
` [PATCH 3/3] io_uring: do not recalculate ppos unnecessarily
[PATCH v3 0/2] io-uring: Make statx api stable
2022-02-18 16:15 UTC (4+ messages)
` [PATCH v3 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
` [PATCH v3 2/2] io-uring: Copy path name during prepare stage for statx
[PATCH] io_uring: Remove unneeded test in io_run_task_work_sig()
2022-02-17 19:51 UTC (4+ messages)
[PATCH liburing] Test consistent file position updates
2022-02-17 16:04 UTC
[PATCHSET v4 0/8] io_uring passthrough support
2022-02-17 1:27 UTC (7+ messages)
` [PATCH 3/8] fs: add file_operations->uring_cmd()
` [PATCH 7/8] net: wire up support for file_operations->uring_cmd()
[PATCH v1 00/14] Support sync buffered writes for io-uring
2022-02-16 18:35 UTC (34+ messages)
` [PATCH v1 01/14] fs: Add flags parameter to __block_write_begin_int
` [PATCH v1 02/14] mm: Introduce do_generic_perform_write
` [PATCH v1 03/14] mm: add noio support in filemap_get_pages
` [PATCH v1 04/14] mm: Add support for async buffered writes
` [PATCH v1 05/14] fs: split off __alloc_page_buffers function
` [RFC PATCH] fs: __alloc_page_buffers() can be static
` [PATCH v1 06/14] fs: split off __create_empty_buffers function
` [PATCH v1 07/14] fs: Add aop_flags parameter to create_page_buffers()
` [PATCH v1 08/14] fs: add support for async buffered writes
` [PATCH v1 09/14] io_uring: "
` [PATCH v1 10/14] io_uring: Add tracepoint for short writes
` [PATCH v1 11/14] sched: add new fields to task_struct
` [PATCH v1 12/14] mm: support write throttling for async buffered writes
` [PATCH v1 13/14] io_uring: "
` [PATCH v1 14/14] block: enable async buffered writes for block devices
[PATCH liburing v1 0/2] Support busybox mktemp and add x86-64 syscall macros
2022-02-15 21:43 UTC (4+ messages)
` [PATCH liburing v1 1/2] configure: Support busybox mktemp
` [PATCH liburing v1 2/2] arch/x86: Create syscall __do_syscall{0..6} macros
[PATCH v1 0/2] io-uring: use consisten tracepoint format
2022-02-15 21:28 UTC (4+ messages)
` [PATCH v1 1/2] io-uring: add __fill_cqe function
` [PATCH v1 2/2] io-uring: Make tracepoints consistent
[PATCH v2 0/2] io-uring: Make statx api stable
2022-02-15 18:19 UTC (5+ messages)
` [PATCH v2 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
` [PATCH v2 2/2] io-uring: Copy path name during prepare stage for statx
[PATCH AUTOSEL 5.15 17/33] mm: io_uring: allow oom-killer from io_uring_setup
2022-02-15 15:28 UTC
[PATCH AUTOSEL 5.16 17/34] mm: io_uring: allow oom-killer from io_uring_setup
2022-02-15 15:26 UTC
[PATCH] io_uring: add a schedule point in io_add_buffers()
2022-02-15 14:47 UTC (2+ messages)
[PATCH 0/3] decouple work_list protection from the big wqe->lock
2022-02-14 17:18 UTC (4+ messages)
[PATCH v1 0/2] io-uring: Make statx api stable
2022-02-14 4:01 UTC (3+ messages)
` [PATCH v1 1/2] fs: replace const char* parameter in vfs_statx and do_statx with struct filename
[PATCH] Fix __io_uring_get_cqe() for IORING_SETUP_IOPOLL
2022-02-11 22:03 UTC (2+ messages)
[GIT PULL] io_uring fixes for 5.17-rc4
2022-02-11 20:05 UTC (2+ messages)
[PATCH liburing v1 0/4] Refactor arch dependent code and x86-64 improvement
2022-02-11 16:39 UTC (6+ messages)
` [PATCH liburing v1 1/4] arch/generic: Create arch generic syscall wrappers
` [PATCH liburing v1 2/4] arch/x86, syscall: Refactor arch specific and "
` [PATCH liburing v1 3/4] lib.h: Split off lib header for arch specific and generic
` [PATCH liburing v1 4/4] Change all syscall function name prefix to __sys
[syzbot] possible deadlock in io_poll_double_wake (3)
2022-02-11 13:24 UTC (3+ messages)
[PATCH v2 0/3] implement direct IO with integrity
2022-02-11 9:39 UTC (10+ messages)
` [PATCH v2 1/3] block: bio-integrity: add PI iovec to bio
` [PATCH v2 2/3] block: io_uring: add READV_PI/WRITEV_PI operations
` [PATCH v2 3/3] block: fops: handle IOCB_USE_PI in direct IO
[PATCH v1] liburing: add test for stable statx api
2022-02-10 2:06 UTC (4+ messages)
uring regression - lost write request
2022-02-10 0:10 UTC (17+ messages)
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