io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-18 20:58:30 to 2021-01-27 21:27:04 UTC [more...]

[PATCHSET RFC 0/5] file_operations based io_uring commands
 2021-01-27 21:25 UTC  (2+ messages)
` [PATCH 1/5] fs: add file_operations->uring_cmd()

[PATCH v2 0/6] dm: support IO polling for bio-based dm device
 2021-01-27 17:20 UTC  (11+ messages)
` [PATCH v2 1/6] block: move definition of blk_qc_t to types.h
` [PATCH v2 2/6] block: add queue_to_disk() to get gendisk from request_queue
` [PATCH v2 3/6] block: add iopoll method to support bio-based IO polling
` [PATCH v2 4/6] dm: always return BLK_QC_T_NONE for bio-based device
` [PATCH v2 5/6] block: add QUEUE_FLAG_POLL_CAP flag
` [PATCH v2 6/6] dm: support IO polling for bio-based dm device

[PATCH 0/2] io_uring: add mkdirat support
 2021-01-27 16:22 UTC  (11+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename

[PATCH] io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE
 2021-01-27 16:20 UTC  (5+ messages)
` [PATCH RESEND] "
  ` [PATCH RESEND "

[RFC PATCH 0/4] Asynchronous passthrough ioctl
 2021-01-27 15:53 UTC  (7+ messages)
    ` [RFC PATCH 1/4] block: introduce async ioctl operation
    ` [RFC PATCH 2/4] kernel: export task_work_add
    ` [RFC PATCH 3/4] nvme: add async ioctl support
    ` [RFC PATCH 4/4] io_uring: add async passthrough "

[PATCH liburing] test: use a map to define test files / devices we need
 2021-01-27 12:04 UTC  (6+ messages)

[PATCH] fs: io_uring.c: Add skip option for __io_sqe_files_update
 2021-01-26 19:39 UTC  (8+ messages)

[PATCH v2] MAINTAINERS: update io_uring section
 2021-01-27  9:48 UTC  (3+ messages)

[PATCH 5.11] io_uring: fix wqe->lock/completion_lock deadlock
 2021-01-27  9:21 UTC  (5+ messages)

[PATCH liburing] test/drain: test draining linked timeouts
 2021-01-26 23:25 UTC 

[PATCH] MAINTAINERS: update io_uring section
 2021-01-27  1:22 UTC  (2+ messages)

[PATCH v2] test/drain: test draining linked timeouts
 2021-01-27  2:42 UTC  (2+ messages)

[PATCH] io_uring: Add skip option for __io_sqe_files_update
 2021-01-26 20:23 UTC 

[PATCH v6 0/5] io_uring: buffer registration enhancements
 2021-01-26  5:31 UTC  (7+ messages)
` [PATCH v6 1/5] io_uring: call io_get_fixed_rsrc_ref for buffers
` [PATCH v6 2/5] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH v6 3/5] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH v6 4/5] io_uring: support buffer registration updates
` [PATCH v6 5/5] io_uring: support buffer registration sharing

[PATCH 0/8] second part of 5.12 patches
 2021-01-25 17:05 UTC  (18+ messages)
` [PATCH 1/8] io_uring: ensure only sqo_task has file notes
` [PATCH 2/8] io_uring: consolidate putting reqs task
` [PATCH 3/8] io_uring: don't keep submit_state on stack
` [PATCH 4/8] io_uring: remove ctx from comp_state
` [PATCH 5/8] io_uring: don't reinit submit state every time
` [PATCH 6/8] io_uring: replace list with array for compl batch
` [PATCH 7/8] io_uring: submit-completion free batching
` [PATCH 8/8] io_uring: keep interrupts on on submit completion

[PATCHSET RFC] support RESOLVE_CACHED for statx
 2021-01-26  1:31 UTC  (8+ messages)
` [PATCH 1/3] fs: add support for AT_STATX_CACHED
` [PATCH 2/3] fs: ensure that ->getattr() honors AT_STATX_CACHED
` [PATCH 3/3] io_uring: use AT_STATX_CACHED for IORING_OP_STATX fast path

[PATCH 5.11 0/2] syzbot fixes
 2021-01-26 16:01 UTC  (6+ messages)
` [PATCH 1/2] io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE
` [PATCH 2/2] io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE

[PATCH v2 1/1] io_uring: cleanup files_update looping
 2021-01-26 15:55 UTC  (2+ messages)

[PATCH 1/1] io_uring: cleanup files_update looping
 2021-01-26 13:34 UTC  (2+ messages)

[PATCH v3 0/7] no-copy bvec
 2021-01-25 15:58 UTC  (2+ messages)

[PATCH 0/3] files cancellation cleanup
 2021-01-25 10:48 UTC  (9+ messages)
` [PATCH 1/3] io_uring: remove cancel_files and inflight tracking
` [PATCH 2/3] io_uring: cleanup iowq cancellation files matching
` [PATCH 3/3] io_uring: don't pass files for cancellation

[PATCH] io_uring: don't recursively hold ctx->uring_lock in io_wq_submit_work()
 2021-01-25  7:28 UTC  (3+ messages)

[PATCH] io_uring: only call io_cqring_ev_posted() if events were posted
 2021-01-25  4:50 UTC 

[PATCH] fs: provide locked helper variant of close_fd_get_file()
 2021-01-25  4:44 UTC 

[PATCH liburing v2] tests: add another timeout sequence test case
 2021-01-25  4:33 UTC  (2+ messages)

[RFC PATCH] io_uring: add support for IORING_OP_GETDENTS64
 2021-01-24 22:21 UTC  (11+ messages)

[GIT PULL] io_uring fixes for 5.11-rc5
 2021-01-24 20:33 UTC  (2+ messages)

[PATCH] btrfs: Prevent nowait or async read from doing sync IO
 2021-01-24 19:09 UTC  (4+ messages)

[PATCH 1/1] io_uring: fix sleeping under spin in __io_clean_op
 2021-01-24 15:08 UTC 

[PATCH v2 00/10] liburing: buffer registration enhancements
 2021-01-22 22:54 UTC  (11+ messages)
` [PATCH v2 01/10] liburing: support buffer registration updates
` [PATCH v2 02/10] liburing: support buffer registration sharing
` [PATCH v2 03/10] test/buffer-register: add buffer registration test
` [PATCH v2 04/10] test/buffer-update: add buffer registration update test
` [PATCH v2 05/10] test/buffer-share: add buffer registration sharing test
` [PATCH v2 06/10] test/buffer-share: add private memory option
` [PATCH v2 07/10] test/buffer-share: add interruptible deadlock test
` [PATCH v2 08/10] man/io_uring_setup.2: document buffer registration sharing
` [PATCH v2 09/10] man/io_uring_register.2: document buffer registration updates
` [PATCH v2 10/10] man/io_uring_enter.2: document IORING_OP_BUFFERS_UPDATE

WARNING in io_disable_sqo_submit
 2021-01-22 14:42 UTC  (2+ messages)

[PATCH v4 0/7] Count rlimits in each user namespace
 2021-01-22 13:00 UTC  (8+ messages)
` [PATCH v4 1/7] Add a reference to ucounts for each cred
` [PATCH v4 2/7] Move RLIMIT_NPROC counter to ucounts
` [PATCH v4 3/7] Move RLIMIT_MSGQUEUE "
` [PATCH v4 4/7] Move RLIMIT_SIGPENDING "
` [PATCH v4 5/7] Move RLIMIT_MEMLOCK "
` [PATCH v4 6/7] Move RLIMIT_NPROC check to the place where we increment the counter
` [PATCH v4 7/7] kselftests: Add test to check for rlimit changes in different user namespaces

[RFC PATCH v3 0/8] Count rlimits in each user namespace
 2021-01-21 16:07 UTC  (12+ messages)
` [RFC PATCH v3 1/8] Use refcount_t for ucounts reference counting

[PATCH v2] io_uring: fix short read retries for non-reg files
 2021-01-21 12:41 UTC  (2+ messages)

[PATCH] io_uring: leave clean req to be done in flush overflow
 2021-01-21  2:11 UTC  (6+ messages)

[PATCH 1/1] io_uring: fix short read retries for non-reg files
 2021-01-20 23:50 UTC  (2+ messages)

[PATCH] io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state
 2021-01-20  2:25 UTC  (4+ messages)

[PATCH] io_uring: simplify io_remove_personalities()
 2021-01-20  3:10 UTC  (4+ messages)

[PATCH AUTOSEL 5.10 41/45] io_uring: flush timeouts that should already have expired
 2021-01-20  1:25 UTC 

[PATCH] io_uring: fix NULL pointer dereference for async cancel close
 2021-01-19 18:01 UTC  (12+ messages)

[PATCH liburing] tests: add another timeout sequence test case
 2021-01-19 14:04 UTC  (2+ messages)

[PATCH for-next 00/14] mostly cleanups for 5.12
 2021-01-19 23:08 UTC  (18+ messages)
` [PATCH 01/14] io_uring: optimise io_rw_reissue()
` [PATCH 02/14] io_uring: refactor io_resubmit_prep()
` [PATCH 03/14] io_uring: cleanup personalities under uring_lock
` [PATCH 04/14] io_uring: inline io_async_submit()
` [PATCH 05/14] io_uring: inline __io_commit_cqring()
` [PATCH 06/14] io_uring: further deduplicate #CQ events calc
` [PATCH 07/14] io_uring: simplify io_alloc_req()
` [PATCH 08/14] io_uring: remove __io_state_file_put
` [PATCH 09/14] io_uring: deduplicate failing task_work_add
` [PATCH 10/14] io_uring: don't block resource recycle by oveflows
` [PATCH 11/14] io_uring: add a helper timeout mode calculation
` [PATCH 12/14] io_uring: help inlining of io_req_complete()
` [PATCH 13/14] io_uring: don't flush CQEs deep down the stack
` [PATCH 14/14] io_uring: save atomic dec for inline executed reqs


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).