messages from 2020-09-11 21:58:14 to 2020-09-25 02:52:52 UTC [more...]
[PATCH v4 6/6] io_uring: add support for zone-append
2020-09-25 2:52 UTC (13+ messages)
[PATCH] io_uring: ensure open/openat2 name is cleaned on cancelation
2020-09-24 20:59 UTC
[PATCH RESEND] io_uring: show sqthread pid and cpu in fdinfo
2020-09-24 19:49 UTC (3+ messages)
Support for recvmmsg / sendmmsg
2020-09-24 19:20 UTC
[PATCH] io_uring: Remove unneeded NULL check before free
2020-09-24 9:59 UTC (2+ messages)
[PATCH] io_uring: show sqthread pid and cpu in fdinfo
2020-09-24 2:51 UTC
let import_iovec deal with compat_iovecs as well v3
2020-09-23 21:30 UTC (25+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov
let import_iovec deal with compat_iovecs as well
2020-09-23 13:22 UTC (67+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 4/9] fs: handle the compat case in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov
[GIT PULL] io_uring fixes for 5.9-rc
2020-09-22 22:15 UTC (2+ messages)
let import_iovec deal with compat_iovecs as well v2
2020-09-21 16:27 UTC (25+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
` [PATCH 07/11] fs: remove various compat readv/writev helpers
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov
[PATCH 4/9 next] fs/io_uring Don't use the return value from import_iovec()
2020-09-21 16:01 UTC (4+ messages)
[PATCH 3/9 next] lib/iov_iter: Improved function for importing iovec[] from userpace
2020-09-21 14:57 UTC (3+ messages)
[PATCH 5/9 next] scsi: Use iovec_import() instead of import_iovec()
2020-09-21 14:50 UTC (3+ messages)
[PATCH 2/9 next] fs: Move rw_copy_check_uvector() into lib/iov_iter.c and make static
2020-09-21 14:10 UTC (2+ messages)
[PATCH 1/9 next] mm:process_vm_access Call import_iovec() instead of rw_copy_check_uvector()
2020-09-21 14:09 UTC (2+ messages)
[PATCHSET 0/5] io_uring fixes for 5.9
2020-09-19 16:56 UTC (8+ messages)
` [PATCH 1/5] io_uring: grab any needed state during defer prep
` [PATCH 2/5] io_uring: drop 'ctx' ref on task work cancelation
` [PATCH 3/5] io_uring: don't run task work on an exiting task
` [PATCH 4/5] io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there
` [PATCH 5/5] io_uring: don't use retry based buffered reads for non-async bdev
[PATCH liburing] man/io_uring_enter.2: split ERRORS section in two sections
2020-09-18 16:14 UTC
[PATCH 1/5] test: save dmesg output for each test and test file
2020-09-18 10:47 UTC (5+ messages)
` [PATCH 2/5] test: make a distinction between successful and skipped test
` [PATCH 3/5] test: store test output to a log file
` [PATCH 4/5] test: make test output more readable
` [PATCH 5/5] test: handle the case when timeout is forced to KILL
[PATCH 0/3] src/feature: add IO_URING feature checking
2020-09-17 4:05 UTC (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] generic: fsx IO_URING soak tests
` [PATCH 3/3] generic: IO_URING direct IO fsx test
INFO: task hung in io_uring_flush
2020-09-17 1:42 UTC (2+ messages)
[PATCH 0/3] xfstests: new io_uring fsx test
2020-09-16 12:30 UTC (4+ messages)
` [PATCH 1/3] src/feature: add IO_URING feature checking
` [PATCH 2/3] generic: fsx IO_URING soak tests
` [PATCH 3/3] generic: IO_URING direct IO fsx test
occasional metadata I/O errors (-EOPNOTSUPP) on XFS + io_uring
2020-09-16 18:12 UTC (5+ messages)
[PATCH 0/3] xfstests: add IO_URING test cases
2020-09-16 17:14 UTC (4+ messages)
` [PATCH 1/3] src/feature: add IO_URING feature checking
` [PATCH 2/3] generic: fsx IO_URING soak tests
` [PATCH 3/3] generic: IO_URING direct IO fsx test
[PATCH 0/3] xfstests: new io_uring fsx test
2020-09-16 13:11 UTC (4+ messages)
` [PATCH 1/3] src/feature: add IO_URING feature checking
` [PATCH 2/3] generic: fsx IO_URING soak tests
` [PATCH 3/3] generic: IO_URING direct IO fsx test
[PATCH 6/9 next] security/keys: Use iovec_import() instead of import_iovec()
2020-09-15 14:55 UTC
[PATCH 7/9 next] mm/process_vm_access: Use iovec_import() instead of import_iovec()
2020-09-15 14:55 UTC
[PATCH 8/9 next] fs: Use iovec_import() instead of import_iovec()
2020-09-15 14:55 UTC
[PATCH 9/9 net-next] net/socket: Use iovec_import() instead of import_iovec()
2020-09-15 14:55 UTC
[PATCH 0/9 next] Changes to code that reads iovec from userspace
2020-09-15 14:53 UTC
[PATCH liburing 0/3] Add restrictions stuff in the man pages
2020-09-15 1:35 UTC (10+ messages)
` [PATCH liburing 2/3] man/io_uring_register.2: add description of restrictions
` [PATCH liburing 3/3] man/io_uring_enter.2: add EACCES and EBADFD errors
[RFC PATCH for-next] io_uring: clear IORING_SQ_NEED_WAKEUP for all ctxes accordingly when waken up
2020-09-14 23:26 UTC (2+ messages)
IO_URING on XFS regression bug report
2020-09-14 15:27 UTC (2+ messages)
WARNING: refcount bug in io_worker_exit
2020-09-14 9:34 UTC
[RFC PATCH for-next v2] io_uring: support multiple rings to share same poll thread by specifying same cpu
2020-09-13 13:05 UTC
[RFC PATCH for-next] io_uring: assign ctx->ring_file and ctx->ring_fd early in io_uring_create()
2020-09-13 13:04 UTC
WARNING: refcount bug in io_wqe_worker
2020-09-12 18:49 UTC (2+ messages)
[PATCH 0/2 for-next] Rework ->files tracking
2020-09-11 22:33 UTC (4+ messages)
` [PATCH 2/2] io_uring: implement ->flush() sequence to handle ->files validity
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