public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2021-12-21 17:32:52 to 2022-01-20 18:10:46 UTC [more...]

[PATCH] io-wq: delete dead lock shuffling code
 2022-01-20 18:10 UTC 

Canceled read requests never completed
 2022-01-19 13:42 UTC  (6+ messages)

[PATCHSET 0/6] Fixes for gaps in async cancelations
 2022-01-19  2:42 UTC  (7+ messages)
` [PATCH 1/6] io-wq: remove useless 'work' argument to __io_worker_busy()
` [PATCH 2/6] io-wq: make io_worker lock a raw spinlock
` [PATCH 3/6] io-wq: invoke work cancelation with wqe->lock held
` [PATCH 4/6] io-wq: perform both unstarted and started work cancelations in one go
` [PATCH 5/6] io-wq: add intermediate work step between pending list and active work
` [PATCH 6/6] io_uring: perform poll removal even if async work removal is successful

User questions: client code and SQE/CQE starvation
 2022-01-15 23:32 UTC  (4+ messages)

[PATCH] io_uring: fix UAF due to missing POLLFREE handling
 2022-01-14 15:44 UTC  (4+ messages)

[syzbot] WARNING in signalfd_cleanup
 2022-01-14  2:09 UTC  (4+ messages)

[PATCH] io_uring: Remove unused function req_ref_put
 2022-01-13 19:44 UTC  (2+ messages)

[GIT PULL] io_uring updates for 5.17-rc
 2022-01-12 19:12 UTC  (2+ messages)

[RFC v2 00/19] io_uring zerocopy tx
 2022-01-12 16:53 UTC  (6+ messages)
` [RFC v2 02/19] skbuff: pass a struct ubuf_info in msghdr

[PATCH for-next] io_uring: fix not released cached task refs
 2022-01-10 13:20 UTC  (3+ messages)

[PATCH liburing 0/3] Fix undefined behavior, acessing dead object
 2022-01-09 16:47 UTC  (5+ messages)
` [PATCH liburing 1/3] test/socket-rw-eagain: Fix UB, accessing "
` [PATCH liburing 2/3] test/socket-rw: "
` [PATCH liburing 3/3] test/socket-rw-offset: "

Observation of a memory leak with commit e98e49b2bbf7 ("io_uring: extend task put optimisations")
 2022-01-09  0:57 UTC  (3+ messages)

[RFC PATCH v1 0/3] io_uring: Add sendto(2) and recvfrom(2) support
 2022-01-07 11:02 UTC  (17+ messages)
` [RFC PATCH v1 1/3] io_uring: Rename `io_{send,recv}` to `io_{sendto,recvfrom}`
` [RFC PATCH v1 2/3] net: Make `move_addr_to_user()` be a non static function
` [RFC PATCH v1 3/3] io_uring: Add `sendto(2)` and `recvfrom(2)` support
  ` [RFC PATCH v2 0/3] io_uring: Add sendto(2) and recvfrom(2) support
    ` [RFC PATCH v2 1/3] io_uring: Rename `io_{send,recv}` to `io_{sendto,recvfrom}`
    ` [RFC PATCH v2 2/3] net: Make `move_addr_to_user()` be a non static function
    ` [RFC PATCH v2 3/3] io_uring: Add `sendto(2)` and `recvfrom(2)` support
      ` [RFC PATCH v3 0/3] io_uring: Add sendto(2) and recvfrom(2) support
        ` [RFC PATCH v3 1/3] io_uring: Rename `io_{send,recv}` to `io_{sendto,recvfrom}`
        ` [RFC PATCH v3 2/3] net: Make `move_addr_to_user()` be a non static function
        ` [RFC PATCH v3 3/3] io_uring: Add `sendto(2)` and `recvfrom(2)` support

[RFC PATCH v4 0/3] Add sendto(2) and recvfrom(2) support for io_uring
 2022-01-07  0:00 UTC  (4+ messages)
` [RFC PATCH v4 1/3] io_uring: Rename `io_{send,recv}` to `io_{sendto,recvfrom}`
` [RFC PATCH v4 2/3] net: Make `move_addr_to_user()` be a non static function
` [RFC PATCH v4 3/3] io_uring: Add `sendto(2)` and `recvfrom(2)` support

[PATCH v12 0/4] io_uring: add xattr support
 2022-01-06 13:20 UTC  (6+ messages)
` [PATCH v12 1/4] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v12 2/4] fs: split off do_getxattr from getxattr
` [PATCH v12 3/4] io_uring: add fsetxattr and setxattr support
` [PATCH v12 4/4] io_uring: add fgetxattr and getxattr support

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

[RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
 2022-01-05 19:39 UTC  (6+ messages)

[PATCH] io_uring: remove redundant tap space
 2022-01-05 19:32 UTC  (2+ messages)

[PATCH] io_uring: remove unused para
 2022-01-05 19:30 UTC  (2+ messages)

[PATCH v7 0/3] io_uring: add getdents64 support
 2022-01-03 21:12 UTC  (10+ messages)

[PATCH RFC] io_uring: improve current file position IO
 2022-01-03 15:22 UTC  (3+ messages)

[PATCH v2 0/3] io_uring: add getdents64 support
 2021-12-31 23:27 UTC  (3+ messages)

[PATCH v10 0/5] io_uring: add xattr support
 2021-12-30 23:02 UTC  (26+ messages)
` [PATCH v10 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v10 2/5] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v10 3/5] fs: split off do_getxattr from getxattr
` [PATCH v10 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v10 5/5] io_uring: add fgetxattr and getxattr support

[RFC PATCH liburing v1 0/5] liburing: Add sendto(2) and recvfrom(2) support
 2021-12-30 17:50 UTC  (6+ messages)
` [RFC PATCH liburing v1 1/5] .gitignore: Add `/test/xattr` and `/test/getdents`
` [RFC PATCH liburing v1 2/5] io_uring.h: Add `IORING_OP_SENDTO` and `IORING_OP_RECVFROM`
` [RFC PATCH liburing v1 3/5] liburing.h: Add `io_uring_prep_{sendto,sendto}` helper
` [RFC PATCH liburing v1 4/5] test: Add sendto_recvfrom test program
` [RFC PATCH liburing v1 5/5] man: Add `io_uring_prep_{sendto,recvfrom}` docs

[PATCH liburing xattr-getdents64] test/xattr: Fix random failure due to undefined behavior
 2021-12-29 23:23 UTC 

[PATCH v1] liburing: add xattr and getdents documentation
 2021-12-29 21:47 UTC 

[PATCH v9 0/5] io_uring: add xattr support
 2021-12-29 20:35 UTC  (11+ messages)
` [PATCH v9 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v9 2/5] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v9 3/5] fs: split off do_getxattr from getxattr
` [PATCH v9 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v9 5/5] io_uring: add fgetxattr and getxattr support

[PATCH for-next 0/7] reworking io_uring's poll and internal poll
 2021-12-28 17:51 UTC  (2+ messages)

[syzbot] INFO: task hung in io_uring_release (2)
 2021-12-28 11:34 UTC  (2+ messages)

KASAN: use-after-free Read in io_rsrc_node_ref_zero
 2021-12-27 16:47 UTC 

[POC RFC 0/3] support graph like dependent sqes
 2021-12-27  5:49 UTC  (12+ messages)

[PATCH v8 0/5] io_uring: add xattr support
 2021-12-24 12:47 UTC  (7+ messages)
` [PATCH v8 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v8 2/5] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v8 3/5] fs: split off do_getxattr from getxattr
` [PATCH v8 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v8 5/5] io_uring: add fgetxattr and getxattr support

[GIT PULL] io_uring fix for 5.16-rc7
 2021-12-24  0:55 UTC  (6+ messages)

[PATCH v7 0/5] io_uring: add xattr support
 2021-12-23 23:54 UTC  (8+ messages)
` [PATCH v7 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v7 2/5] fs: split off setxattr_copy and do_setxattr function from setxattr
` [PATCH v7 3/5] fs: split off do_getxattr from getxattr
` [PATCH v7 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v7 5/5] io_uring: add fgetxattr and getxattr support

[PATCH v6 0/5] io_uring: add xattr support
 2021-12-23 20:00 UTC  (13+ messages)
` [PATCH v6 1/5] fs: split off do_user_path_at_empty from user_path_at_empty()
` [PATCH v6 2/5] fs: split off setxattr_setup function from setxattr
` [PATCH v6 3/5] fs: split off do_getxattr from getxattr
` [PATCH v6 4/5] io_uring: add fsetxattr and setxattr support
` [PATCH v6 5/5] io_uring: add fgetxattr and getxattr support

[PATCH] io_uring: zero iocb->ki_pos for stream file types
 2021-12-23  3:36 UTC 

Beginner question, user_data not getting filled in as expected
 2021-12-23  2:54 UTC  (3+ messages)

[RFC 02/13] nvme: wire-up support for async-passthru on
 2021-12-22 15:11 UTC  (4+ messages)

[PATCH v5 0/5] io_uring: add xattr support
 2021-12-21 22:57 UTC  (7+ messages)
` [PATCH v5 3/5] fs: split off do_getxattr from getxattr

[PATCH v4 0/5] io_uring: add xattr support
 2021-12-21 17:32 UTC  (3+ messages)
` [PATCH v4 5/5] io_uring: add fgetxattr and getxattr support


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