messages from 2020-09-17 01:42:12 to 2020-09-29 01:24:07 UTC [more...]
[PATCH v4 6/6] io_uring: add support for zone-append
2020-09-29 1:24 UTC (15+ messages)
[PATCH liburing] man/io_uring_enter.2: split ERRORS section in two sections
2020-09-28 20:44 UTC (2+ messages)
general protection fault in io_poll_double_wake (2)
2020-09-28 18:42 UTC (3+ messages)
[PATCH 5.8] io_uring: ensure open/openat2 name is cleaned on cancelation
2020-09-28 17:33 UTC (2+ messages)
possible deadlock in io_write
2020-09-28 15:01 UTC (3+ messages)
` "
[PATCH 0/2] ->flush() fixes
2020-09-28 13:35 UTC (5+ messages)
` [PATCH 1/2] io_uring: fix use-after-free ->files
` [PATCH 2/2] io_uring: fix unsynchronised removal of sq_data
general protection fault in io_uring_flush
2020-09-28 7:27 UTC
[RFC PATCH for-next v2] io_uring: support multiple rings to share same poll thread by specifying same cpu
2020-09-27 2:25 UTC (2+ messages)
unlink and rename support?
2020-09-26 22:28 UTC
[PATCH next] io-wq: fix use-after-free in io_wq_worker_running
2020-09-26 18:35 UTC (2+ messages)
[GIT PULL] io_uring fixes for 5.9-rc
2020-09-26 18:23 UTC (2+ messages)
KASAN: use-after-free Read in io_wqe_worker
2020-09-26 14:15 UTC (6+ messages)
SQPOLL fd close(2) question
2020-09-26 10:53 UTC (4+ messages)
[PATCH] io_uring: ensure async buffered read-retry is setup properly
2020-09-25 21:42 UTC
[Question] about async buffered reads feature
2020-09-25 21:39 UTC (3+ messages)
let import_iovec deal with compat_iovecs as well v4
2020-09-25 15:23 UTC (11+ 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
[PATCH] io_uring: don't unconditionally set plug->nowait = true
2020-09-25 15:06 UTC
[PATCH] io_uring: ensure open/openat2 name is cleaned on cancelation
2020-09-25 13:43 UTC (3+ messages)
Short read handling inconsistency for IOSQE_IO_LINK
2020-09-25 9:37 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 (4+ messages)
` [PATCH 1/5] io_uring: grab any needed state during defer prep
[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 (2+ messages)
INFO: task hung in io_uring_flush
2020-09-17 1:42 UTC (2+ 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