messages from 2020-11-03 06:16:15 to 2020-11-16 16:31:32 UTC [more...]
[PATCH liburing] test: long iov recvmsg()/copy
2020-11-16 16:31 UTC (2+ messages)
Corporate and Personal Loan/
2020-11-10 14:10 UTC
INFO: task can't die in io_sq_thread_stop
2020-11-16 9:32 UTC (2+ messages)
[PATCH liburing 0/3] add mkdirat support
2020-11-16 5:10 UTC (4+ messages)
` [PATCH liburing 1/3] io_uring.h: add mkdirat opcode
` [PATCH liburing 2/3] liburing.h: add mkdirat prep helpers
` [PATCH liburing 3/3] Add mkdirat test case
[PATCH 0/2] io_uring: add mkdirat support
2020-11-16 4:45 UTC (3+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename
` [PATCH 2/2] io_uring: add support for IORING_OP_MKDIRAT
[PATCH 0/2] io_uring: add mkdirat support
2020-11-16 4:42 UTC (5+ messages)
` [PATCH 1/2] fs: make do_mkdirat() take struct filename
` [PATCH 2/2] io_uring: add support for IORING_OP_MKDIRAT
Corporate and Personal Loan *
2020-11-15 16:44 UTC
[PATCH 0/8] io_uring: buffer registration enhancements
2020-11-15 13:33 UTC (10+ messages)
` [PATCH 1/8] io_uring: modularize io_sqe_buffer_register
` [PATCH 2/8] io_uring: modularize io_sqe_buffers_register
` [PATCH 3/8] io_uring: generalize fixed file functionality
` [PATCH 4/8] io_uring: implement fixed buffers registration similar to fixed files
` [PATCH 5/8] io_uring: generalize files_update functionlity to rsrc_update
` [PATCH 6/8] io_uring: support buffer registration updates
` [PATCH 7/8] io_uring: support readv/writev with fixed buffers
` [PATCH 8/8] io_uring: support buffer registration sharing
[PATCH 5.11] io_uring: don't take fs for recvmsg/sendmsg
2020-11-15 13:07 UTC (5+ messages)
[PATCH 1/1] io_uring: replace inflight_wait with tctx->wait
2020-11-15 12:56 UTC
[RFC 0/5] support for {send,recv}[msg] with registered bufs
2020-11-15 10:35 UTC (6+ messages)
` [PATCH 1/5] io_uring: move io_recvmsg_copy_hdr()
` [PATCH 2/5] io_uring: copy hdr consistently for send and recv
` [PATCH 3/5] io_uring: opcode independent import_fixed
` [PATCH 4/5] io_uring: send/recv with registered buffer
` [PATCH 5/5] io_uring: sendmsg/recvmsg with registered buffers
[PATCH 5.11 0/2] clean up async msg setup
2020-11-15 10:17 UTC (3+ messages)
` [PATCH 1/2] io_uring: update msg header on copy
` [PATCH 2/2] io_uring: setup iter for recv BUFFER_SELECT once
[PATCHSET 0/2] Fix async path resolution
2020-11-14 17:26 UTC (4+ messages)
` [PATCH 1/2] proc: don't allow async path resolution of /proc/self components
` [PATCH 2/2] io_uring: handle -EOPNOTSUPP on path resolution
` [PATCH v2 "
[GIT PULL] io_uring fixes for 5.10-rc
2020-11-14 0:15 UTC (2+ messages)
[PATCH v2] io_uring: only wake up sq thread while current task is in io worker context
2020-11-12 16:48 UTC (2+ messages)
[dm-devel] dm: add support for DM_TARGET_NOWAIT for various targets
2020-11-12 16:11 UTC (3+ messages)
` "
[PATCH 5.11 0/2] two minor cleanup and improvement for sqpoll
2020-11-12 16:03 UTC (6+ messages)
` [PATCH 5.11 1/2] io_uring: initialize 'timeout' properly in io_sq_thread()
` [PATCH 5.11 2/2] io_uring: don't acquire uring_lock twice
[PATCH] io_uring: only wake up sq thread while current task is in io worker context
2020-11-12 16:03 UTC (2+ messages)
io_uring-only sendmsg + recvmsg zerocopy
2020-11-11 18:50 UTC (6+ messages)
` Fwd: "
[PATCH] io_uring: round-up cq size before comparing with rounded sq size
2020-11-11 17:41 UTC
[bug report] io_uring: refactor io_sq_thread() handling
2020-11-11 15:55 UTC (3+ messages)
WARNING in percpu_ref_exit (2)
2020-11-11 13:30 UTC (3+ messages)
INFO: task hung in io_uring_flush
2020-11-11 11:21 UTC (3+ messages)
Corporate and Personal Loan *
2020-11-11 8:31 UTC
[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
2020-11-10 8:48 UTC (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
[PATCH] io_uring: don't take percpu_ref operations for registered files in IOPOLL mode
2020-11-10 3:04 UTC (4+ messages)
[PATCH v2 0/2] improve SQPOLL handling
2020-11-10 2:31 UTC (5+ messages)
` [PATCH v2 1/2] io_uring: refactor io_sq_thread() handling
[RFC 0/3] Add support of iopoll for dm device
2020-11-10 1:43 UTC (12+ messages)
` [dm-devel] "
KASAN: slab-out-of-bounds Read in io_uring_show_cred
2020-11-09 18:08 UTC (2+ messages)
[PATCH for-next 0/6] cleanup task/files cancel
2020-11-09 14:43 UTC (8+ messages)
` [PATCH 1/6] io_uring: simplify io_task_match()
` [PATCH 2/6] io_uring: add a {task,files} pair matching helper
` [PATCH 3/6] io_uring: cancel only requests of current task
` [PATCH 4/6] io_uring: don't iterate io_uring_cancel_files()
` [PATCH 5/6] io_uring: pass files into kill timeouts/poll
` [PATCH 6/6] io_uring: always batch cancel in *cancel_files()
[PATCH 5.11 0/3] rw import_iovec cleanups
2020-11-09 14:42 UTC (5+ messages)
` [PATCH 1/3] fs/io_uring Don't use the return value from import_iovec()
` [PATCH 2/3] io_uring: remove duplicated io_size from rw
` [PATCH 3/3] io_uring: inline io_import_iovec()
[PATCH 5.11] io_uring: NULL files dereference by SQPOLL
2020-11-09 14:21 UTC (2+ messages)
io-uring and tcp sockets
2020-11-08 23:18 UTC (6+ messages)
[PATCH 5.11] io_uring: NULL files dereference by SQPOLL
2020-11-08 11:39 UTC (14+ messages)
[GIT PULL] io_uring fixes for 5.10-rc
2020-11-07 22:08 UTC (2+ messages)
allowing msg_name and msg_control
2020-11-07 20:15 UTC (4+ messages)
Using SQPOLL for-5.11/io_uring kernel NULL pointer dereference
2020-11-07 20:03 UTC (5+ messages)
[PATCH 4/9 next] fs/io_uring Don't use the return value from import_iovec()
2020-11-07 1:14 UTC (2+ messages)
(no subject)
2020-11-06 14:34 UTC (3+ messages)
` Integrating eBPF into io-uring
`
Use of disowned struct filename after 3c5499fa56f5?
2020-11-06 13:35 UTC (17+ messages)
[PATCH 5.10] io_uring: fix link lookup racing with link timeout
2020-11-05 23:00 UTC (2+ messages)
[PATCH] remove zero-size array in io_uring.h
2020-11-05 17:02 UTC (2+ messages)
[PATCH 5.10] io_uring: don't forget to task-cancel drained reqs
2020-11-05 16:53 UTC (2+ messages)
[PATCH] io_uring: use correct pointer for io_uring_show_cred()
2020-11-05 16:52 UTC
KASAN: use-after-free Read in io_uring_show_cred
2020-11-05 16:50 UTC (2+ messages)
general protection fault in io_uring_show_cred
2020-11-05 16:49 UTC (2+ messages)
relative openat dirfd reference on submit
2020-11-05 14:09 UTC (8+ messages)
[PATCH v3] io_uring: add timeout support for io_uring_enter()
2020-11-04 21:27 UTC (12+ messages)
` [PATCH v3 RESEND] "
[PATCH 5.10] io_uring: fix overflowed cancel w/ linked ->files
2020-11-04 15:52 UTC (4+ messages)
Support for random access file reads
2020-11-04 11:08 UTC (2+ messages)
[PATCHSET 0/4] io_uring patches queued up for 5.10
2020-11-03 20:28 UTC (5+ messages)
` [PATCH 1/4] io-wq: cancel request if it's asking for files and we don't have them
` [PATCH 2/4] io_uring: properly handle SQPOLL request cancelations
` [PATCH 3/4] io_uring: ensure consistent view of original task ->mm from SQPOLL
` [PATCH 4/4] io_uring: drop req/tctx io_identity separately
KASAN: use-after-free Write in io_submit_sqes
2020-11-03 19:19 UTC (2+ messages)
[FIO PATCH] engines/io_uring: add sqthread_poll_percpu option
2020-11-03 6:19 UTC
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