public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-01-25 16:01:04 to 2021-02-03 14:59:33 UTC [more...]

[PATCH 0/2] fix deadlock in __io_req_task_submit()
 2021-02-03 14:57 UTC 

[PATCH 5.4 103/142] Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"
 2021-02-03 13:03 UTC  (2+ messages)

bug with fastpoll accept and sqpoll + IOSQE_FIXED_FILE
 2021-02-03 11:49 UTC  (20+ messages)

[PATCH] io_uring: fix possible deadlock in io_uring_poll
 2021-02-03  1:48 UTC  (3+ messages)

[PATCH] io_uring: Add skip option for __io_sqe_files_update
 2021-02-02 20:29 UTC  (2+ messages)

[PATCH v2 0/2] io_uring: add mkdirat support
 2021-02-02  8:23 UTC  (3+ messages)
` [PATCH v2 1/2] fs: make do_mkdirat() take struct filename
` [PATCH v2 2/2] io_uring: add support for IORING_OP_MKDIRAT

[PATCH 0/2] io_uring: add mkdirat support
 2021-02-02  4:39 UTC  (11+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename

[PATCH 0/8] a second pack of 5.12 cleanups
 2021-02-02  0:21 UTC  (9+ messages)
` [PATCH 1/8] io_uring: deduplicate core cancellations sequence
` [PATCH 2/8] io_uring: refactor scheduling in io_cqring_wait
` [PATCH 3/8] io_uring: refactor io_cqring_wait
` [PATCH 4/8] io_uring: refactor io_read for unsupported nowait
` [PATCH 5/8] io_uring: further simplify do_read error parsing
` [PATCH 6/8] io_uring: let io_setup_async_rw take care of iovec
` [PATCH 7/8] io_uring: don't forget to adjust io_size
` [PATCH 8/8] io_uring: inline io_read()'s iovec freeing

Multiple io_uring issues with sendmsg/recvmsg on loopback interfaces
 2021-02-01 23:26 UTC  (2+ messages)

[PATCH 0/6] for-5.12 stuff
 2021-02-01 20:11 UTC  (8+ messages)
` [PATCH 1/6] io_uring: fix inconsistent lock state
` [PATCH 2/6] io_uring: kill not used needs_file_no_error
` [PATCH 3/6] io_uring: inline io_req_drop_files()
` [PATCH 4/6] io_uring: remove work flags after cleanup
` [PATCH 5/6] io_uring: deduplicate adding to REQ_F_INFLIGHT
` [PATCH 6/6] io_uring: simplify do_read return parsing

[PATCH] io_uring: Fix NULL dereference in error in io_sqe_files_register()
 2021-02-01 18:57 UTC  (3+ messages)

WARNING in io_disable_sqo_submit
 2021-02-01 15:32 UTC  (4+ messages)

[PATCH v5 0/7] Count rlimits in each user namespace
 2021-02-01 14:18 UTC  (8+ messages)
` [PATCH v5 1/7] Increase size of ucounts to atomic_long_t
` [PATCH v5 2/7] Add a reference to ucounts for each cred
` [PATCH v5 3/7] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v5 4/7] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v5 5/7] Reimplement RLIMIT_SIGPENDING "
` [PATCH v5 6/7] Reimplement RLIMIT_MEMLOCK "
` [PATCH v5 7/7] kselftests: Add test to check for rlimit changes in different user namespaces

inconsistent lock state in io_dismantle_req
 2021-02-01 11:14 UTC  (2+ messages)

tcp short writes / write ordering / etc
 2021-02-01 10:56 UTC  (2+ messages)

[PATCH v2] io_uring: Optimize and improve SQ tail and CQ head handling
 2021-01-31 22:20 UTC 

[PATCH v3] io_uring: check kthread parked flag before sqthread goes to sleep
 2021-01-31 21:46 UTC  (2+ messages)

[PATCH] io_uring: check kthread parked flag before sqthread goes to sleep
 2021-01-31 12:51 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] io_uring fixes for 5.11-rc6
 2021-01-29 22:12 UTC  (2+ messages)

[PATCH] io_uring: Optimize and improve the hot path
 2021-01-29 19:10 UTC  (2+ messages)

[RFC PATCH] io_uring: add support for IORING_OP_GETDENTS64
 2021-01-29  9:41 UTC  (8+ messages)

[PATCH v2 0/6] dm: support IO polling for bio-based dm device
 2021-01-29  7:37 UTC  (17+ 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

WARNING in io_uring_cancel_task_requests
 2021-01-29  1:38 UTC  (4+ messages)

[PATCH] io_uring: reinforce cancel on flush during exit
 2021-01-28 23:23 UTC 

[PATCH 0/2] io_uring-file req cancel syzbot reports
 2021-01-28 18:39 UTC  (3+ messages)
` [PATCH 1/2] io_uring: fix list corruption for splice file_get
` [PATCH 2/2] io_uring: fix sqo ownership false positive warning

BUG: corrupted list in io_file_get
 2021-01-28 17:28 UTC  (4+ messages)

[RFC PATCH 0/4] Asynchronous passthrough ioctl
 2021-01-28 17:25 UTC  (13+ 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 "

[PATCHSET RFC 0/5] file_operations based io_uring commands
 2021-01-28  2:19 UTC  (9+ messages)
` [PATCH 1/5] fs: add file_operations->uring_cmd()
` [PATCH 2/5] io_uring: add support for IORING_OP_URING_CMD
` [PATCH 3/5] block: wire up support for file_operations->uring_cmd()
` [PATCH 4/5] block: add example ioctl
` [PATCH 5/5] net: wire up support for file_operations->uring_cmd()

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

[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 v6 0/5] io_uring: buffer registration enhancements
 2021-01-26  5:31 UTC  (2+ messages)

[PATCH 0/8] second part of 5.12 patches
 2021-01-25 17:05 UTC  (14+ 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 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)


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