public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2020-09-16 00:52:06 to 2020-09-26 18:07:26 UTC [more...]

[PATCH next] io-wq: fix use-after-free in io_wq_worker_running
 2020-09-26 18:07 UTC 

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)

[GIT PULL] io_uring fixes for 5.9-rc
 2020-09-26 10:38 UTC 

[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 v4 6/6] io_uring: add support for zone-append
 2020-09-25  2:52 UTC  (13+ messages)

[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 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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox