messages from 2020-02-07 23:45:29 to 2020-02-19 10:04:15 UTC [more...]
[PATCH for-5.6] io_uring: fix use-after-free by io_cleanup_req()
2020-02-19 10:03 UTC (4+ messages)
[PATCH v2] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
2020-02-19 1:49 UTC (3+ messages)
[PATCH liburing v3 0/2] splice helpers + tests
2020-02-18 19:12 UTC (3+ messages)
` [PATCH liburing v3 1/2] splice: add splice(2) helpers
` [PATCH liburing v3 2/2] test/splice: add basic splice tests
[PATCH v3 0/3] io_uring: add splice(2) support
2020-02-18 19:11 UTC (4+ messages)
` [PATCH v3 1/3] splice: make do_splice public
` [PATCH v3 2/3] io_uring: add interface for getting files
` [PATCH v3 3/3] io_uring: add splice(2) support
[PATCH] io_uring: remove unnecessary NULL checks
2020-02-18 18:22 UTC (3+ messages)
[ISSUE] The time cost of IOSQE_IO_LINK
2020-02-18 16:52 UTC (46+ messages)
` [PATCH] asm-generic/atomic: Add try_cmpxchg() fallbacks
` [PATCH] task_work_run: don't take ->pi_lock unconditionally
[PATCH v2 0/2] splice helpers + tests
2020-02-17 16:02 UTC (5+ messages)
` [PATCH v2 1/2] splice: add splice(2) helpers
` [PATCH v2 2/2] test/splice: add basic splice tests
[PATCH v2 0/3] io_uring: add splice(2) support
2020-02-17 15:59 UTC (8+ messages)
` [PATCH v2 1/3] splice: make do_splice public
` [PATCH v2 2/3] io_uring: add interface for getting files
` [PATCH v2 3/3] io_uring: add splice(2) support
[PATCH] example/io_uring-test.c: change to use real readv
2020-02-17 13:37 UTC
[PATCH] io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
2020-02-17 8:35 UTC (3+ messages)
[PATCH v2 0/5] async punting improvements for io_uring
2020-02-16 19:09 UTC (8+ messages)
` [PATCH v2 1/5] io_uring: add missing io_req_cancelled()
` [PATCH v2 2/5] io_uring: remove REQ_F_MUST_PUNT
` [PATCH v2 3/5] io_uring: don't call work.func from sync ctx
` [PATCH v2 4/5] io_uring: don't do full *prep_worker() from io-wq
` [PATCH v2 5/5] io_uring: remove req->in_async
[PATCH liburing 1/2] splice: add splice(2) helpers
2020-02-16 1:34 UTC (2+ messages)
[PATCH liburing 0/2] splice helpers + tests
2020-02-15 22:07 UTC (3+ messages)
` [PATCH liburing 1/2] splice: add splice(2) helpers
` [PATCH liburing 2/2] test/splice: add basic splice tests
[GIT PULL] io_uring fixes for 5.6-rc2
2020-02-15 18:40 UTC (4+ messages)
liburing packaging issues
2020-02-15 13:48 UTC (3+ messages)
Buffered IO async context overhead
2020-02-14 20:49 UTC (4+ messages)
[PATCH v5 1/7] mm: pass task and mm to do_madvise
2020-02-14 19:31 UTC (5+ messages)
[FEATURE REQUEST] Specify a sqe won't generate a cqe
2020-02-14 14:16 UTC (6+ messages)
[PATCH] io_uring: prune request from overflow list on flush
2020-02-14 0:51 UTC (2+ messages)
[PATCHSET v2 0/3] io_uring: make POLL_ADD support multiple waitqs
2020-02-13 15:50 UTC (5+ messages)
` [PATCH 1/3] io_uring: store io_kiocb in wait->private
` [PATCH 2/3] io_uring: abstract out main poll wake handler
` [PATCH 3/3] io_uring: allow POLL_ADD with double poll_wait() users
Kernel BUG when registering the ring
2020-02-13 15:20 UTC (10+ messages)
how is register_(buffer|file) supposed to work?
2020-02-12 14:23 UTC (3+ messages)
RFC: userspace-allocated file descriptors for "fixed files" for open?
2020-02-11 22:32 UTC
[PATCH 0/5] async punting improvements for io_uring
2020-02-11 20:59 UTC (9+ messages)
` [PATCH 1/5] io_uring: remove REQ_F_MUST_PUNT
` [PATCH 2/5] io_uring: don't call work.func from sync ctx
` [PATCH 3/5] io_uring: fix reassigning work.task_pid from io-wq
` [PATCH 4/5] io_uring: add missing io_req_cancelled()
` [PATCH 5/5] io_uring: purge req->in_async
[RFC] do_hashed and wq enqueue
2020-02-11 20:36 UTC (3+ messages)
[PATCHSET 0/3] io_uring: make POLL_ADD support multiple waitqs
2020-02-11 20:27 UTC (8+ messages)
` [PATCH 1/3] io_uring: store io_kiocb in wait->private
` [PATCH 2/3] io_uring: abstract out main poll wake handler
` [PATCH 3/3] io_uring: allow POLL_ADD with double poll_wait() users
[PATCH][next] io_uring: fix return of an uninitialized variable ret
2020-02-11 16:07 UTC (2+ messages)
[PATCH] io_uring: fix iovec leaks
2020-02-11 11:43 UTC (5+ messages)
[PATCHSET v2] io_uring: Allow relative lookups
2020-02-11 3:31 UTC (6+ messages)
` [PATCH 1/3] io-wq: add support for inheriting ->fs
` [PATCH 2/3] io_uring: grab ->fs as part of async preparation
` [PATCH 3/3] io_uring: allow AT_FDCWD for non-file openat/openat2/statx
TODO list item - multiple poll waitqueues
2020-02-10 20:53 UTC (2+ messages)
[PATCH] io_uring: retain sockaddr_storage across send/recvmsg async punt
2020-02-09 18:33 UTC
[RFC] fixed files
2020-02-09 17:53 UTC (5+ messages)
[PATCHSET 0/3] io_uring: cancel pending work if task exits
2020-02-09 17:12 UTC (4+ messages)
` [PATCH 1/3] io-wq: make io_wqe_cancel_work() take a match handler
` [PATCH 2/3] io-wq: add io_wq_cancel_pid() to cancel based on a specific pid
` [PATCH 3/3] io_uring: cancel pending async work if task exits
sendmsg fails when it 'blocks'
2020-02-09 16:40 UTC (2+ messages)
shutdown not affecting connection?
2020-02-08 20:43 UTC (10+ messages)
[PATCHSET 0/4] Allow relative lookups
2020-02-08 20:05 UTC (5+ messages)
[PATCH v1] io_uring_cqe_get_data() only requires a const struct io_uring_cqe *cqe
2020-02-08 19:53 UTC (4+ messages)
[PATCH 1/1] io_uring: fix async close()
2020-02-08 19:03 UTC (2+ messages)
[PATCH 0/2] address resourse leaks
2020-02-08 10:28 UTC (3+ messages)
` [PATCH 1/2] io_uring: fix double prep iovec leak
` [PATCH 2/2] io_uring: fix openat/statx's filename leak
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox