io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-07 22:45:24 to 2020-09-21 14:35:08 UTC [more...]

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 14:34 UTC  (4+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 07/11] fs: remove various compat readv/writev helpers
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}

[PATCH 5/9 next] scsi: Use iovec_import() instead of import_iovec()
 2020-09-21 14:22 UTC  (2+ messages)

[PATCH 4/9 next] fs/io_uring Don't use the return value from import_iovec()
 2020-09-21 14:14 UTC  (2+ messages)

[PATCH 3/9 next] lib/iov_iter: Improved function for importing iovec[] from userpace
 2020-09-21 14:10 UTC  (2+ 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)

let import_iovec deal with compat_iovecs as well
 2020-09-21 11:11 UTC  (52+ 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

[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  (11+ messages)
` [PATCH liburing 1/3] man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description
` [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  (5+ messages)
` [PATCH 1/2] io_uring: stash ctx task reference instead of task files
` [PATCH 2/2] io_uring: implement ->flush() sequence to handle ->files validity

[PATCH for-next] io_uring: ensure IOSQE_ASYNC file table grabbing works, with SQPOLL
 2020-09-11 20:06 UTC  (18+ messages)

KASAN: use-after-free Write in io_wq_worker_running
 2020-09-11 17:28 UTC  (2+ messages)

[RFC PATCH for-next] io_uring: support multiple rings to share same poll thread by specifying same cpu
 2020-09-10 15:51 UTC  (3+ messages)

A way to run liburing tests on emulated nvme in qemu
 2020-09-10  8:10 UTC  (3+ messages)

[FIO PATCH] engines/io_uring: add sqthread_poll_percpu option
 2020-09-10  7:07 UTC  (2+ messages)

[PATCH for-next] io_uring: fix ctx refcounting in io_uring_enter()
 2020-09-09 18:30 UTC  (2+ messages)

[PATCH -next] io_uring: Remove unneeded semicolon
 2020-09-09 14:06 UTC  (2+ messages)

INFO: task hung in io_sq_thread_stop
 2020-09-09 15:32 UTC  (6+ messages)

[PATCH next] io_uring: fix task hung in io_uring_setup
 2020-09-09 14:24 UTC  (5+ messages)

[PATCH for-next] io_uring: return EBADFD when ring isn't in the right state
 2020-09-09  7:09 UTC  (3+ messages)

[PATCH v4 0/5] fsstress,fsx: add io_uring test and do some fix
 2020-09-09  3:58 UTC  (12+ messages)
` [PATCH v4 1/5] fsstress: add IO_URING read and write operations
` [PATCH v4 2/5] fsstress: reduce the number of events when io_setup
` [PATCH v4 3/5] fsstress: fix memory leak in do_aio_rw
` [PATCH v4 4/5] fsx: introduce fsx_rw to combine aio_rw with general read and write
` [PATCH v4 5/5] fsx: add IO_URING test

[PATCH v6 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-09-08 14:11 UTC  (6+ messages)
` [PATCH v6 3/3] io_uring: allow disabling rings during the creation

[PATCH for-next] io_uring: cap SQ submit size for SQPOLL with multiple rings
 2020-09-08 17:49 UTC 

SQPOLL question
 2020-09-08 17:46 UTC  (13+ messages)

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-09-08 15:18 UTC  (11+ messages)

[PATCH v2 1/2] runtests: Clean up code in runtests.sh
 2020-09-08 14:17 UTC  (3+ messages)
` [PATCH v2 2/2] runtests: add ability to exclude tests

[PATCH 1/2] runtests: Small code cleanup
 2020-09-08 14:10 UTC  (5+ messages)
` [PATCH 2/2] runtests: add ability to exclude tests

[PATCHSET for-next 0/8] io_uring SQPOLL improvements
 2020-09-08  2:53 UTC  (7+ messages)
` [PATCH 8/8] io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).