public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2020-03-06 14:36:38 to 2020-04-06 19:49:02 UTC [more...]

[PATCHSET 0/4] io_uring and task_work interactions
 2020-04-06 19:48 UTC  (4+ messages)
` [PATCH 1/4] task_work: add task_work_pending() helper
` [PATCH 2/4] task_work: don't run task_work if task_work_exited is queued
` [PATCH 3/4] task_work: kill current->task_works checking in callers

[POC RFC 0/3] splice(2) support for io_uring
 2020-04-06 19:09 UTC 

improve use_mm / unuse_mm
 2020-04-06 16:10 UTC  (12+ messages)
` [PATCH 1/6] amdgpu: a NULL ->mm does not mean a thread is a kthread
` [PATCH 2/6] i915/gvt/kvm: "
` [PATCH 3/6] i915/gvt: remove unused xen bits
` [PATCH 4/6] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 5/6] kernel: better document the use_mm/unuse_mm API contract
  ` [Intel-gfx] "
` [PATCH 6/6] kernel: set USER_DS in kthread_use_mm

[PATCH] io_uring: fix ctx refcounting in io_submit_sqes()
 2020-04-05 22:25 UTC  (4+ messages)

[PATCH v3 0/3] Support userspace-selected fds
 2020-04-04  5:58 UTC  (4+ messages)
` [PATCH v3 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation
` [PATCH v3 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
` [PATCH v3 3/3] fs: pipe2: Support O_SPECIFIC_FD

[PATCH 0/1] io_uring: process requests completed with -EAGAIN on poll list
 2020-04-03 20:57 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] io_uring: remove bogus RLIMIT_NOFILE check in file registration
 2020-04-03 19:57 UTC 

[RFC 0/1] io_uring: process requests completed with -EAGAIN on poll list
 2020-04-03 19:38 UTC  (3+ messages)
` [RFC 1/1] "

[PATCHSET 0/3] io_uring fixes for 5.7
 2020-04-03 17:52 UTC  (4+ messages)
` [PATCH 1/3] io_uring: retry poll if we got woken with non-matching mask
` [PATCH 2/3] io_uring: grab task reference for poll requests
` [PATCH 3/3] io_uring: use io-wq manager as backup task if task is exiting

[PATCH] io_uring: add missing finish_wait() in io_sq_thread()
 2020-04-01 13:04 UTC 

Polled I/O cannot find completions
 2020-04-01  1:01 UTC  (6+ messages)

FW: [RFC PATCH 11/12] fs:io_uring: Remove #defines added for bisection
 2020-03-31 15:10 UTC 

FW: [RFC PATCH 04/12] lib/iov_iter: Improved function for importing iovec[] from userpace
 2020-03-31 15:10 UTC 

FW: [RFC PATCH 02/12] fs/io_uring Don't use the return value from import_iovec()
 2020-03-31 15:10 UTC 

FW: [RFC PATCH 00/12] Changes to code that reads iovec from userspace
 2020-03-31 15:09 UTC 

INFO: trying to register non-static key in io_cqring_ev_posted (2)
 2020-03-31 14:53 UTC 

[PATCH v3] io_uring: refactor file register/unregister/update codes
 2020-03-31 14:49 UTC  (2+ messages)

FW: [RFC PATCH 08/12] fs/io_uring: Use iovec_import() not import_iovec()
 2020-03-31 14:22 UTC  (2+ messages)

WARNING in percpu_ref_switch_to_atomic_rcu
 2020-03-31 13:34 UTC 

INFO: trying to register non-static key in io_cqring_ev_posted (2)
 2020-03-31 11:14 UTC  (2+ messages)

[GIT PULL] io_uring updates for 5.7-rc
 2020-03-30 19:50 UTC  (2+ messages)

[PATCH v2] io_uring: refactor file register/unregister/update codes
 2020-03-30 16:44 UTC  (3+ messages)

[PATCH] io_uring: cleanup io_alloc_async_ctx()
 2020-03-27 14:54 UTC  (3+ messages)

[PATCH liburing] Add test/splice to .gitignore
 2020-03-25 14:41 UTC  (2+ messages)

Question about fileset unregister and update codes
 2020-03-25 13:55 UTC 

[PATCH] io_uring:fix missing 'return' in comment
 2020-03-25  3:48 UTC  (2+ messages)

[PATCH v2] io-wq: handle hashed writes in chains
 2020-03-24  2:31 UTC  (2+ messages)

[PATCH] io_uring: refacor file register/unregister/update based on sequence
 2020-03-23 16:49 UTC  (5+ messages)

[PATCH 0/2] io-uring: cleanup: drop completion upon removal of file
 2020-03-23 15:57 UTC 

[PATCH v2] io-wq: handle hashed writes in chains
 2020-03-23 14:26 UTC  (18+ messages)

[PATCH 1/1] io_uring: Fix ->data corruption on re-enqueue
 2020-03-23 14:25 UTC  (4+ messages)
` [PATCH v2] "

INFO: task hung in io_queue_file_removal
 2020-03-22 20:17 UTC  (2+ messages)

[PATCH 1/1] io-wq: close cancel gap for hashed linked work
 2020-03-22 17:33 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] io_uring: make spdxcheck.py happy
 2020-03-21 20:04 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.6-rc
 2020-03-21 19:15 UTC  (2+ messages)

INFO: task hung in io_queue_file_removal
 2020-03-21  5:50 UTC 

[PATCH v2] io_uring: honor original task RLIMIT_FSIZE
 2020-03-20 17:43 UTC 

[PATCH] io_uring: honor original task RLIMIT_FSIZE
 2020-03-20 17:21 UTC 

[PATCHSET] Fix io_uring async rlimit(RLIMIT_NOFILE)
 2020-03-20 14:48 UTC  (6+ messages)
` [PATCH 1/2] io_uring: make sure openat/openat2 honor rlimit nofile
` [PATCH 2/2] io_uring: make sure accept "

openat ignores changes to RLIMIT_NOFILE?
 2020-03-20 14:47 UTC  (4+ messages)

[PATCH] io-wq: handle hashed writes in chains
 2020-03-19 15:31 UTC 

[PATCH] io_uring: REQ_F_FORCE_ASYNC prep done too late
 2020-03-19 14:48 UTC  (3+ messages)

[PATCH RFC] io-wq: handle hashed writes in chains
 2020-03-18 22:33 UTC  (2+ messages)

bug report about patch "io_uring: avoid ring quiesce for fixed file set unregister and update"
 2020-03-17 14:38 UTC  (5+ messages)

[PATCH AUTOSEL 5.5 23/41] io-wq: fix IO_WQ_WORK_NO_CANCEL cancellation
 2020-03-16  2:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 41/41] io_uring: fix lockup with timeouts

[PATCH 0/3] support hashing for linked requests
 2020-03-14 23:18 UTC  (5+ messages)
` [PATCH 1/3] io-wq: don't reshed if there is no work
` [PATCH 2/3] io-wq: split hashing and enqueueing
` [PATCH 3/3] io-wq: hash dependant works

[PATCH 5.6] io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN}
 2020-03-14 23:01 UTC  (6+ messages)

[GIT PULL] io_uring fixes for 5.6-rc
 2020-03-13 21:33 UTC  (5+ messages)

[PATCH 1/1] io-wq: remove duplicated cancel code
 2020-03-12 14:35 UTC  (2+ messages)

[FIO PATCH] engines/io_uring: delete fio_option_is_set() calls when submitting sqes
 2020-03-12 12:59 UTC  (2+ messages)

[PATCH] io_uring: fix truncated async read/readv and write/writev retry
 2020-03-12 12:58 UTC  (3+ messages)

[PATCH] io_uring: io_uring_enter(2) don't poll while SETUP_IOPOLL|SETUP_SQPOLL enabled
 2020-03-11 13:06 UTC  (2+ messages)

[PATCHSET v4] Support for automatic buffer selection
 2020-03-10 15:19 UTC  (11+ messages)
` [PATCH 1/9] io_uring: buffer registration infrastructure
` [PATCH 2/9] io_uring: add IORING_OP_PROVIDE_BUFFERS
` [PATCH 3/9] io_uring: support buffer selection for OP_READ and OP_RECV
` [PATCH 4/9] io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_READV
` [PATCH 5/9] net: abstract out normal and compat msghdr import
` [PATCH 6/9] io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_RECVMSG
` [PATCH 7/9] io_uring: provide means of removing buffers
` [PATCH 8/9] io_uring: add end-of-bits marker and build time verify it
` [PATCH 9/9] io_uring: Fix unused function warnings

[PATCHSET v3] io_uring support for automatic buffers
 2020-03-10 13:37 UTC  (9+ messages)
` [PATCH 2/6] io_uring: add IORING_OP_PROVIDE_BUFFERS
` [PATCH 3/6] io_uring: support buffer selection

fsync with SETUP_IOPOLL and SETUP_SQPOLL
 2020-03-10 13:22 UTC  (2+ messages)

Buffered IO async context overhead
 2020-03-09 21:29 UTC  (10+ messages)

[PATCHSET v2 0/6] Support selectable file descriptors
 2020-03-09 20:33 UTC  (2+ messages)

[PATCH] io_uring: ensure RCU callback ordering with rcu_barrier()
 2020-03-09  2:13 UTC 

WARNING: ODEBUG bug in io_sqe_files_unregister
 2020-03-07 22:36 UTC  (3+ messages)

memory leak in path_openat
 2020-03-07 22:28 UTC 

[GIT PULL] io_uring fixes for 5.6-rc
 2020-03-07 20:25 UTC  (2+ messages)

[PATCH 1/1] io_uring: fix lockup with timeouts
 2020-03-07 15:36 UTC  (2+ messages)

KASAN: use-after-free Read in percpu_ref_switch_to_atomic_rcu
 2020-03-06 17:21 UTC  (12+ messages)


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