public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2020-11-19 16:24:55 to 2020-12-09 13:08:28 UTC [more...]

[RFC 0/2] nocopy bvec for direct IO
 2020-12-09 13:07 UTC  (13+ messages)
` [PATCH 1/2] iov: introduce ITER_BVEC_FLAG_FIXED
` [PATCH 2/2] block: no-copy bvec for direct IO

[PATCH 0/8] io_uring: buffer registration enhancements
 2020-12-09  0:42 UTC  (9+ messages)
` [PATCH 6/8] io_uring: support buffer registration updates
` [PATCH 7/8] io_uring: support readv/writev with fixed buffers

[PATCH liburing] rem_buf/test: inital testing for OP_REMOVE_BUFFERS
 2020-12-09  0:24 UTC  (4+ messages)

[PATCH liburing] timeout/test: clear state for timeout updates
 2020-12-08 22:44 UTC  (2+ messages)

[PATCH 5.10 0/5] iopoll fixes
 2020-12-08 21:10 UTC  (15+ messages)
` [PATCH 5.10 1/5] io_uring: always let io_iopoll_complete() complete polled io
` [PATCH 5.10 2/5] io_uring: fix racy IOPOLL completions
` [PATCH 5.10 3/5] io_uring: fix racy IOPOLL flush overflow
` [PATCH 5.10 4/5] io_uring: fix io_cqring_events()'s noflush
` [PATCH 5.10 5/5] io_uring: fix mis-seting personality's creds

[PATCH] io_uring: fix file leak on creating io ctx
 2020-12-08 15:50 UTC  (4+ messages)

[PATCH liburing] test: use a map to define test files / devices we need
 2020-12-08 12:28 UTC 

[PATCH v3 RESEND] iomap: set REQ_NOWAIT according to IOCB_NOWAIT in Direct IO
 2020-12-08  5:46 UTC  (5+ messages)

Zero-copy irq-driven data
 2020-12-07 23:55 UTC  (4+ messages)

[PATCH v2 00/13] io_uring: buffer registration enhancements
 2020-12-07 22:15 UTC  (14+ messages)
` [PATCH v2 01/13] io_uring: modularize io_sqe_buffer_register
` [PATCH v2 02/13] io_uring: modularize io_sqe_buffers_register
` [PATCH v2 03/13] io_uring: generalize fixed file functionality
` [PATCH v2 04/13] io_uring: rename fixed_file variables to fixed_rsrc
` [PATCH v2 05/13] io_uring: separate ref_list from fixed_rsrc_data
` [PATCH v2 06/13] io_uring: generalize fixed_file_ref_node functionality
` [PATCH v2 07/13] io_uring: add rsrc_ref locking routines
` [PATCH v2 08/13] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v2 09/13] io_uring: create common fixed_rsrc_ref_node handling routines
` [PATCH v2 10/13] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH v2 11/13] io_uring: support buffer registration updates
` [PATCH v2 12/13] io_uring: create common fixed_rsrc_data allocation routines
` [PATCH v2 13/13] io_uring: support buffer registration sharing

[PATCH liburing 0/3] test reg buffers more
 2020-12-07 15:49 UTC  (5+ messages)
` [PATCH liburing 1/3] test/rw: name flags for clearness
` [PATCH liburing 2/3] test/rw: remove not used mixed_fixed flag
` [PATCH liburing 3/3] test/rw: test reg bufs with non-align sizes/offset

[PATCH liburing 5.11] man/io_uring_enter.2: describe timeout updates
 2020-12-07 15:49 UTC  (2+ messages)

[PATCH liburing] Don't enter the kernel to wait on cqes if they are already available
 2020-12-07 15:41 UTC  (2+ messages)

[PATCH] io_uring: always let io_iopoll_complete() complete polled io
 2020-12-06 22:25 UTC  (7+ messages)

memory leak in prepare_creds
 2020-12-06 13:31 UTC 

[GIT PULL] io_uring fix for 5.10-rc
 2020-12-05 23:14 UTC  (2+ messages)

[PATCH 0/2] io_uring: add mkdirat support
 2020-12-04 10:57 UTC  (2+ messages)

[PATCH 5.10] io_uring: fix recvmsg setup with compat buf-select
 2020-12-03  0:41 UTC  (5+ messages)

WARNING in create_io_worker
 2020-12-02 21:31 UTC 

WARNING in __percpu_ref_exit
 2020-12-02 13:01 UTC 

[RFC PATCH 00/13] fs/userfaultfd: support iouring and polling
 2020-12-02  7:12 UTC  (19+ messages)
` [RFC PATCH 01/13] fs/userfaultfd: fix wrong error code on WP & !VM_MAYWRITE
` [RFC PATCH 02/13] fs/userfaultfd: fix wrong file usage with iouring
` [RFC PATCH 03/13] selftests/vm/userfaultfd: wake after copy failure
` [RFC PATCH 04/13] fs/userfaultfd: simplify locks in userfaultfd_ctx_read
` [RFC PATCH 05/13] fs/userfaultfd: introduce UFFD_FEATURE_POLL
` [RFC PATCH 06/13] iov_iter: support atomic copy_page_from_iter_iovec()
` [RFC PATCH 07/13] fs/userfaultfd: support read_iter to use io_uring
` [RFC PATCH 08/13] fs/userfaultfd: complete reads asynchronously
` [RFC PATCH 09/13] fs/userfaultfd: use iov_iter for copy/zero
` [RFC PATCH 10/13] fs/userfaultfd: add write_iter() interface
` [RFC PATCH 11/13] fs/userfaultfd: complete write asynchronously
` [RFC PATCH 12/13] fs/userfaultfd: kmem-cache for wait-queue objects
` [RFC PATCH 13/13] selftests/vm/userfaultfd: iouring and polling tests

[PATCH kernel] fs/io_ring: Fix lockdep warnings
 2020-12-01  7:55 UTC  (3+ messages)

[PATCH 5.11] io_uring: refactor send/recv msg and iov managing
 2020-11-30 23:40 UTC  (3+ messages)

[PATCH liburing v2 0/2] test timeout updates
 2020-11-30 22:54 UTC  (4+ messages)
` [PATCH liburing v2 1/2] Add timeout update
` [PATCH liburing v2 2/2] test/timeout: test timeout updates

[PATCH v2 0/2] implement timeout update
 2020-11-30 22:53 UTC  (4+ messages)
` [PATCH v2 1/2] io_uring: restructure io_timeout_cancel()
` [PATCH v2 2/2] io_uring: add timeout update

[PATCH 0/2] implement timeout update
 2020-11-30 18:40 UTC  (6+ messages)
` [PATCH 1/2] io_uring: restructure io_timeout_cancel()
` [PATCH 2/2] io_uring: add timeout update

Lockdep warning on io_file_data_ref_zero() with 5.10-rc5
 2020-11-30 18:16 UTC  (4+ messages)

KASAN: use-after-free Read in idr_for_each (2)
 2020-11-30 17:43 UTC  (4+ messages)

[RFC 0/1] whitelisting UDP GSO and GRO cmsgs
 2020-11-30 16:20 UTC  (9+ messages)

[PATCH liburing 0/2] test timeout updates
 2020-11-29 17:29 UTC  (3+ messages)
` [PATCH liburing 1/2] Add timeout update
` [PATCH liburing 2/2] test/timeout: test timeout updates

WARNING in try_to_wake_up
 2020-11-28  1:44 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.10-rc
 2020-11-27 21:21 UTC  (2+ messages)

Disinfection
 2020-11-27  8:36 UTC 

[PATCH] test/timeout-new: test for timeout feature
 2020-11-27  3:03 UTC  (4+ messages)

[PATCH 5.10] io_uring: fix files grab/cancel race
 2020-11-26 15:50 UTC  (2+ messages)

LD_PRELOAD-able io_uring emulation library in userspace?
 2020-11-26  4:30 UTC 

[PATCH 5.11] io_uring: fix files cancellation
 2020-11-25 18:11 UTC  (3+ messages)

[PATCH AUTOSEL 5.9 16/33] io_uring: handle -EOPNOTSUPP on path resolution
 2020-11-25 15:35 UTC 

[PATCH v4 0/2] block, iomap: disable iopoll for split bio
 2020-11-25  7:03 UTC  (9+ messages)
` [PATCH v4 1/2] block: "
` [PATCH v4 2/2] block,iomap: disable iopoll when split needed

[PATCH 5.10] io_uring: fix ITER_BVEC check
 2020-11-24 14:53 UTC  (3+ messages)

[PATCH] io_uring: fix shift-out-of-bounds when round up cq size
 2020-11-24 14:45 UTC  (3+ messages)

INFO: task hung in __io_uring_files_cancel
 2020-11-24  9:39 UTC  (5+ messages)

[RFC 1/1] whitelisting UDP GSO and GRO cmsgs
 2020-11-23 21:23 UTC  (4+ messages)

inconsistent lock state in io_file_data_ref_zero
 2020-11-23 16:37 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.10-rc
 2020-11-21 22:58 UTC  (9+ messages)

[PATCH 5.11 0/2] submission cleanups
 2020-11-20 15:50 UTC  (3+ messages)
` [PATCH 1/2] io_uring: change submit file state invariant
` [PATCH 2/2] io_uring: fix miscounting ios_left

[PATCH] io_uring: check kthread stopped flag when sq thread is unparked
 2020-11-19 16:24 UTC  (2+ messages)


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