messages from 2020-08-30 03:32:22 to 2020-09-11 22:33:10 UTC [more...]
[PATCH 0/2 for-next] Rework ->files tracking
2020-09-11 22:33 UTC (5+ messages)
` [PATCH 1/2] io_uring: stash ctx task reference instead of task files
` [PATCH 2/2] io_uring: implement ->flush() sequence to handle ->files validity
[PATCH for-next] io_uring: ensure IOSQE_ASYNC file table grabbing works, with SQPOLL
2020-09-11 20:06 UTC (18+ messages)
KASAN: use-after-free Write in io_wq_worker_running
2020-09-11 17:28 UTC (2+ messages)
[PATCH liburing 0/3] Add restrictions stuff in the man pages
2020-09-11 15:36 UTC (6+ messages)
` [PATCH liburing 1/3] man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description
` [PATCH liburing 2/3] man/io_uring_register.2: add description of restrictions
` [PATCH liburing 3/3] man/io_uring_enter.2: add EACCES and EBADFD errors
[RFC PATCH for-next] io_uring: support multiple rings to share same poll thread by specifying same cpu
2020-09-10 15:51 UTC (3+ messages)
A way to run liburing tests on emulated nvme in qemu
2020-09-10 8:10 UTC (3+ messages)
[FIO PATCH] engines/io_uring: add sqthread_poll_percpu option
2020-09-10 7:07 UTC (2+ messages)
[PATCH for-next] io_uring: fix ctx refcounting in io_uring_enter()
2020-09-09 18:30 UTC (2+ messages)
[PATCH -next] io_uring: Remove unneeded semicolon
2020-09-09 14:06 UTC (2+ messages)
INFO: task hung in io_sq_thread_stop
2020-09-09 15:32 UTC (6+ messages)
[PATCH next] io_uring: fix task hung in io_uring_setup
2020-09-09 14:24 UTC (7+ messages)
[PATCH for-next] io_uring: return EBADFD when ring isn't in the right state
2020-09-09 7:09 UTC (3+ messages)
[PATCH v4 0/5] fsstress,fsx: add io_uring test and do some fix
2020-09-09 3:58 UTC (12+ messages)
` [PATCH v4 1/5] fsstress: add IO_URING read and write operations
` [PATCH v4 2/5] fsstress: reduce the number of events when io_setup
` [PATCH v4 3/5] fsstress: fix memory leak in do_aio_rw
` [PATCH v4 4/5] fsx: introduce fsx_rw to combine aio_rw with general read and write
` [PATCH v4 5/5] fsx: add IO_URING test
[PATCH v6 0/3] io_uring: add restrictions to support untrusted applications and guests
2020-09-08 14:11 UTC (6+ messages)
` [PATCH v6 3/3] io_uring: allow disabling rings during the creation
[PATCH for-next] io_uring: cap SQ submit size for SQPOLL with multiple rings
2020-09-08 17:49 UTC
SQPOLL question
2020-09-08 17:46 UTC (13+ messages)
[PATCH v4 6/6] io_uring: add support for zone-append
2020-09-08 15:18 UTC (13+ messages)
[PATCH v2 1/2] runtests: Clean up code in runtests.sh
2020-09-08 14:17 UTC (3+ messages)
` [PATCH v2 2/2] runtests: add ability to exclude tests
[PATCH 1/2] runtests: Small code cleanup
2020-09-08 14:10 UTC (8+ messages)
` [PATCH 2/2] runtests: add ability to exclude tests
[PATCHSET for-next 0/8] io_uring SQPOLL improvements
2020-09-08 2:53 UTC (16+ messages)
` [PATCH 1/8] io_uring: io_sq_thread() doesn't need to flush signals
` [PATCH 2/8] io_uring: allow SQPOLL with CAP_SYS_NICE privileges
` [PATCH 3/8] io_uring: use private ctx wait queue entries for SQPOLL
` [PATCH 4/8] io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler
` [PATCH 5/8] io_uring: split work handling part of SQPOLL into helper
` [PATCH 6/8] io_uring: split SQPOLL data into separate structure
` [PATCH 7/8] io_uring: base SQPOLL handling off io_sq_data
` [PATCH 8/8] io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too
WARNING: refcount bug in io_wqe_worker
2020-09-07 21:19 UTC
[RFC PATCH] sched: Invoke io_wq_worker_sleeping() with enabled preemption
2020-09-07 12:58 UTC (3+ messages)
` [PATCH 1/2] sched: Bring the PF_IO_WORKER and PF_WQ_WORKER bits closer together
[GIT PULL] Followup io_uring fixes for 5.9-rc4
2020-09-06 19:14 UTC (2+ messages)
[PATCH v3 0/4] fsstress,fsx: add io_uring test and do some fix
2020-09-06 16:27 UTC (12+ messages)
` [PATCH v3 1/4] fsstress: add IO_URING read and write operations
` [PATCH v3 2/4] fsstress: reduce the number of events when io_setup
` [PATCH v3 3/4] fsstress: fix memory leak in do_aio_rw
` [PATCH v3 4/4] fsx: add IO_URING test
[PATCH 0/4] iov remapping hardening
2020-09-05 22:51 UTC (9+ messages)
` [PATCH 1/4] io_uring: simplify io_rw_prep_async()
` [PATCH 2/4] io_uring: refactor io_req_map_rw()
` [PATCH 3/4] io_uring: fix ovelapped memcpy in io_req_map_rw()
` [PATCH 4/4] io_uring: kill extra user_bufs check
[PATCH liburing] test/cancel: test cancellation of deferred reqs
2020-09-05 22:03 UTC (2+ messages)
[PATCH for-5.9 0/2] fix deferred ->files cancel
2020-09-05 22:03 UTC (4+ messages)
` [PATCH 1/2] io_uring: fix cancel of deferred reqs with ->files
` [PATCH 2/2] io_uring: fix linked deferred ->files cancellation
[PATCH for-next] io_uring: enable file table usage for SQPOLL rings
2020-09-05 17:38 UTC
Support for shutdown
2020-09-05 17:13 UTC (4+ messages)
WRITEV with IOSQE_ASYNC broken?
2020-09-05 15:10 UTC (11+ messages)
[GIT PULL] io_uring fixes for 5.9-rc4
2020-09-04 20:49 UTC (2+ messages)
[PATCH for-next 0/2] io_uring SQPOLL related
2020-09-04 0:02 UTC (3+ messages)
` [PATCH 1/2] io_uring: separate ring/file creation from descriptor install
` [PATCH 2/2] io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits
INFO: task can't die in io_uring_setup
2020-09-03 16:43 UTC (2+ messages)
INFO: task hung in io_uring_setup
2020-09-03 11:44 UTC (2+ messages)
[PATCH] io_uring: don't hold fixed_file_data's lock when registering files
2020-09-03 11:40 UTC (4+ messages)
[PATCH] io_uring: no read-retry on -EAGAIN error and O_NONBLOCK marked file
2020-09-02 16:32 UTC (3+ messages)
IORING_OP_READ and O_NONBLOCK behaviour
2020-09-02 16:05 UTC (7+ messages)
[PATCH] io_uring: set table->files[i] to NULL when io_sqe_file_register failed
2020-09-02 15:11 UTC (4+ messages)
` missing backport markings on security fix [was: [PATCH] io_uring: set table->files[i] to NULL when io_sqe_file_register failed]
[PATCH] io_uring: don't take percpu_ref operations for registered files in IOPOLL mode
2020-09-02 5:05 UTC
[PATCH v2 for-next] io_uring: allow non-fixed files with SQPOLL
2020-09-02 1:31 UTC
[PATCH for-next] io_uring: allow non-fixed files with SQPOLL
2020-09-02 1:09 UTC (3+ messages)
[RFC PATCH] sched: Invoke io_wq_worker_sleeping() with enabled preemption
2020-09-01 14:17 UTC (6+ messages)
` [PATCH] io_wq: Make io_wqe::lock a raw_spinlock_t
` [PATCH v2] "
[PATCH] io_uring: fix removing the wrong file in __io_sqe_files_update()
2020-09-01 14:04 UTC (2+ messages)
Unclear documentation about IORING_OP_READ
2020-09-01 14:02 UTC (4+ messages)
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