public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-03-18 15:14:37 to 2022-03-30 20:27:50 UTC [more...]

[PATCH v13 0/4] io_uring: add xattr support
 2022-03-30 20:27 UTC  (7+ messages)
` [PATCH v13 1/4] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v13 2/4] fs: split off do_getxattr from getxattr
` [PATCH v13 3/4] io_uring: add fsetxattr and setxattr support
` [PATCH v13 4/4] io_uring: add fgetxattr and getxattr support

io_uring_prep_openat_direct() and link/drain
 2022-03-30 17:49 UTC  (20+ messages)

[PATCHSET v3 0/5] Fix early file assignment for links or drain
 2022-03-30 17:14 UTC  (6+ messages)
` [PATCH 1/5] io_uring: defer msg-ring file validity check until command issue
` [PATCH 2/5] io_uring: defer splice/tee "
` [PATCH 3/5] io_uring: don't check req->file in io_fsync_prep()
` [PATCH 4/5] io_uring: move read/write file prep state into actual opcode handler
` [PATCH 5/5] io_uring: defer file assignment for links

[PATCH 00/17] io_uring passthru over nvme
 2022-03-30 13:14 UTC  (58+ messages)
  ` [PATCH 10/17] block: wire-up support for plugging
  ` [PATCH 05/17] nvme: wire-up support for async-passthru on char-device
  ` [PATCH 11/17] block: factor out helper for bio allocation from cache
  ` [PATCH 14/17] io_uring: add polling support for uring-cmd
  ` [PATCH 17/17] nvme: enable non-inline passthru commands

[PATCHSET v2 0/4] Fix early file assignment for links or drain
 2022-03-29 20:14 UTC  (5+ messages)
` [PATCH 1/4] io_uring: defer msg-ring file validity check until command issue
` [PATCH 2/4] io_uring: defer splice/tee "
` [PATCH 3/4] io_uring: move read/write file prep state into actual opcode handler
` [PATCH 4/4] io_uring: defer file assignment for links

[PATCHSET 0/5] Fix early file assignment for links
 2022-03-29 17:07 UTC  (6+ messages)
` [PATCH 1/5] io_uring: fail links if msg-ring doesn't succeeed
` [PATCH 2/5] io_uring: defer msg-ring file validity check until command issue
` [PATCH 3/5] io_uring: defer splice/tee "
` [PATCH 4/5] io_uring: move read/write file prep state into actual opcode handler
` [PATCH 5/5] io_uring: defer file assignment for links

[GIT PULL] io_uring updates for 5.18-rc1
 2022-03-26 21:30 UTC  (8+ messages)

[PATCH for-next] io_uring: move finish_wait() outside of loop in cqring_wait()
 2022-03-25 22:41 UTC 

[PATCH 5.18] io_uring: fix leaking uid in files registration
 2022-03-25 22:07 UTC  (2+ messages)

[PATCHSET v2 0/2] Fix MSG_WAITALL for IORING_OP_RECV/RECVMSG
 2022-03-25 14:50 UTC  (7+ messages)
` [PATCH 1/2] io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly
` [PATCH 2/2] io_uring: add flag for disabling provided buffer recycling

[PATCH 5.18 0/2] selected buffers recycling fixes
 2022-03-25 14:39 UTC  (6+ messages)
` [PATCH 1/2] io_uring: fix invalid flags for io_put_kbuf()
` [PATCH 2/2] io_uring: fix put_kbuf without proper locking

[PATCH 0/5] small for-next cleanups
 2022-03-25 12:39 UTC  (10+ messages)
` [PATCH 1/5] io_uring: cleanup conditional submit locking
` [PATCH 2/5] io_uring: partially uninline io_put_task()
` [PATCH 3/5] io_uring: silence io_for_each_link() warning
` [PATCH 4/5] io_uring: refactor io_req_add_compl_list()
` [PATCH 5/5] io_uring: improve req fields comments
` (subset) [PATCH 0/5] small for-next cleanups

[PATCH liburing] Add test for multiple concurrent accepts
 2022-03-25 12:32 UTC  (2+ messages)

[PATCH] io_uring: enable EPOLLEXCLUSIVE for accept poll
 2022-03-25 12:32 UTC  (2+ messages)

[PATCH v3] io_uring: improve task work cache utilization
 2022-03-24 23:10 UTC 

[PATCH v2] io_uring: improve task work cache utilization
 2022-03-24 22:17 UTC 

[PATCH liburing] add tests for nonblocking accept sockets
 2022-03-24 18:12 UTC  (2+ messages)

[PATCH] io_uring: allow async accept on O_NONBLOCK sockets
 2022-03-24 18:09 UTC  (5+ messages)

[PATCH] io_uring: improve task work cache utilization
 2022-03-24 16:17 UTC 

[PATCH] io_uring: remove IORING_CQE_F_MSG
 2022-03-24 12:55 UTC 

[syzbot] INFO: task hung in io_wq_put_and_exit (3)
 2022-03-23 23:17 UTC  (3+ messages)

[syzbot] general protection fault in io_kill_timeouts
 2022-03-23 23:06 UTC  (4+ messages)

[PATCHSET 0/2] Fix MSG_WAITALL for IORING_OP_RECV/RECVMSG
 2022-03-23 21:24 UTC  (8+ messages)
` [PATCH 1/2] io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly
` [PATCH 2/2] io_uring: add flag for disabling provided buffer recycling

[PATCH] io_uring: add overflow checks for poll refcounting
 2022-03-23 20:19 UTC  (5+ messages)

io_uring_enter() with opcode IORING_OP_RECV ignores MSG_WAITALL in msg_flags
 2022-03-23 19:40 UTC  (6+ messages)
      `  "

[PATCH v2 0/4] liburing: support xattr functions
 2022-03-23 15:44 UTC  (5+ messages)
` [PATCH v2 1/4] liburing: Update io_uring in liburing
` [PATCH v2 2/4] liburing: add helper functions for setxattr and fsetxattr
` [PATCH v2 3/4] liburing: Add helper functions for fgetxattr and getxattr
` [PATCH v2 4/4] liburing: Add new test program to verify xattr support

[PATCH 0/3] optimise submit+iopoll mutex locking
 2022-03-23 12:29 UTC  (5+ messages)
` [PATCH 1/3] io_uring: split off IOPOLL argument verifiction
` [PATCH 2/3] io_uring: pre-calculate syscall iopolling decision
` [PATCH 3/3] io_uring: optimise mutex locking for submit+iopoll

[PATCH for-next] io_uring: null deref in early failed ring destruction
 2022-03-23 12:28 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in io_poll_remove_entries
 2022-03-23  5:00 UTC  (5+ messages)

[syzbot] KASAN: use-after-free Read in add_wait_queue
 2022-03-23  0:48 UTC  (7+ messages)

[PATCH] io_uring: don't recycle provided buffer if punted to async worker
 2022-03-22 23:19 UTC 

[syzbot] KASAN: use-after-free Read in tty_release
 2022-03-22 21:03 UTC  (3+ messages)

[PATCH] io_uring: fix assuming triggered poll waitqueue is the single poll
 2022-03-22 19:15 UTC 

[PATCH] io_uring: bump poll refs to full 31-bits
 2022-03-22 13:00 UTC 

[PATCH 0/6] completion path optimisations
 2022-03-22  2:52 UTC  (8+ messages)
` [PATCH 1/6] io_uring: small optimisation of tctx_task_work
` [PATCH 2/6] io_uring: remove extra ifs around io_commit_cqring
` [PATCH 3/6] io_uring: refactor io_req_find_next
` [PATCH 4/6] io_uring: optimise io_free_batch_list
` [PATCH 5/6] io_uring: move poll recycling later in compl flushing
` [PATCH 6/6] io_uring: clean up io_queue_next()

[PATCH] io_uring: remove poll entry from list when canceling all
 2022-03-22  1:14 UTC 

[GIT PULL] io_uring statx fix for 5.18-rc1
 2022-03-22  0:25 UTC  (3+ messages)

[PATCH v2] io_uring: fix memory ordering when SQPOLL thread goes to sleep
 2022-03-21 12:33 UTC  (2+ messages)

[syzbot] KASAN: stack-out-of-bounds Read in iov_iter_revert
 2022-03-21 10:52 UTC  (9+ messages)

[PATCH] io_uring: ensure that fsnotify is always called
 2022-03-20 19:43 UTC  (2+ messages)

[PATCH liburing v1] .gitignore: Add `test/drop-submit` to .gitignore
 2022-03-20  4:09 UTC  (2+ messages)

[PATCH] io_uring: terminate manual loop iterator loop correctly for non-vecs
 2022-03-18 17:45 UTC 

[RFC 0/4] completion locking optimisation feature
 2022-03-18 16:06 UTC  (12+ messages)
` [PATCH 4/4] io_uring: optimise compl locking for non-shared rings


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