messages from 2020-05-23 18:58:38 to 2020-06-03 14:48:47 UTC [more...]
[PATCH] io_uring: create percpu io sq thread when IORING_SETUP_SQ_AFF is flagged
2020-06-03 14:47 UTC (10+ messages)
[PATCH v4 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
2020-06-03 13:46 UTC (19+ messages)
` [PATCH v4 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature
` [PATCH v5 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
` [PATCH v5 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature
[PATCH v2 0/4] forbid fix {SQ,IO}POLL
2020-06-03 13:29 UTC (5+ messages)
` [PATCH v2 1/4] io_uring: fix {SQ,IO}POLL with unsupported opcodes
` [PATCH v2 2/4] io_uring: do build_open_how() only once
` [PATCH v2 3/4] io_uring: deduplicate io_openat{,2}_prep()
` [PATCH v2 4/4] io_uring: move send/recv IOPOLL check into prep
[GIT PULL] io_uring updates for 5.8-rc1
2020-06-03 2:07 UTC (3+ messages)
IORING_OP_CLOSE fails on fd opened with O_PATH
2020-06-02 21:39 UTC (7+ messages)
[PATCH 0/4] forbid using open/close/statx with {SQ,IO}POLL
2020-06-02 14:12 UTC (6+ messages)
` [PATCH 1/4] io_uring: fix "
` [PATCH 2/4] io_uring: do build_open_how() only once
` [PATCH 3/4] io_uring: deduplicate io_openat{,2}_prep()
` [PATCH 4/4] io_uring: move send/recv IOPOLL check into prep
io_uring: open/close and SQPOLL
2020-06-02 1:49 UTC (2+ messages)
[PATCHSET v5 0/12] Add support for async buffered reads
2020-06-01 20:18 UTC (45+ messages)
` [PATCH 01/12] block: read-ahead submission should imply no-wait as well
` [PATCH 02/12] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 04/12] mm: add support for async page locking
` [PATCH 05/12] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 06/12] fs: add FMODE_BUF_RASYNC
` [PATCH 07/12] ext4: flag as supporting buffered async reads
` [PATCH 08/12] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 09/12] xfs: flag files as supporting buffered async reads
` [PATCH 10/12] btrfs: "
` [PATCH 11/12] mm: add kiocb_wait_page_queue_init() helper
` [PATCH 12/12] io_uring: support true async buffered reads, if file provides it
[PATCH] io_uring: don't set REQ_F_NOWAIT for regular files opend O_NONBLOCK
2020-06-01 3:26 UTC (3+ messages)
[PATCH v3 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
2020-05-30 19:38 UTC (9+ messages)
` [PATCH v3 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature
[PATCH v3 0/2] CQ-seq only based timeouts
2020-05-30 13:50 UTC (4+ messages)
` [PATCH v3 1/2] io_uring: move timeouts flushing to a helper
` [PATCH v3 2/2] io_uring: off timeouts based only on completions
[PATCH v2] io_uring: fix overflowed reqs cancellation
2020-05-30 13:50 UTC (2+ messages)
[RFC 0/2] io_uring: don't use kiocb.private to store buf_index
2020-05-29 16:20 UTC (10+ messages)
` [RFC 2/2] io_uring: mark REQ_NOWAIT for a non-mq queue as unspported
[PATCH 1/3] io_uring: don't use req->work.creds for inline requests
2020-05-29 8:16 UTC (9+ messages)
` [PATCH 2/3] io_uring: avoid whole io_wq_work copy "
` [PATCH 3/3] io_uring: avoid unnecessary io_wq_work copy for fast poll feature
[RFC] .flush and io_uring_cancel_files
2020-05-29 8:09 UTC (6+ messages)
[PATCH] io_uring: fix readiness race with poll based retry
2020-05-29 2:25 UTC (2+ messages)
io_uring, IORING_OP_RECVMSG and ancillary data
2020-05-28 18:42 UTC (8+ messages)
[PATCH 1/1] io_uring: fix overflowed reqs cancellation
2020-05-27 17:18 UTC (2+ messages)
[PATCH v2 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
2020-05-27 16:49 UTC (2+ messages)
` [PATCH v2 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature
[PATCH] io_uring: include linux/pagemap.h
2020-05-27 13:48 UTC
[PATCH v2 0/4] io_uring: call statx directly
2020-05-26 23:39 UTC (3+ messages)
[PATCH 0/6] random patches for 5.8
2020-05-26 19:32 UTC (11+ messages)
` [PATCH 1/6] io_uring: fix flush req->refs underflow
` [PATCH 2/6] io_uring: simplify io_timeout locking
` [PATCH 3/6] io_uring: don't re-read sqe->off in timeout_prep()
` [PATCH 4/6] io_uring: separate DRAIN flushing into a cold path
` [PATCH 5/6] io_uring: get rid of manual punting in io_close
` [PATCH 6/6] io_uring: let io_req_aux_free() handle fixed files
[PATCHSET v2 0/12] Add support for async buffered reads
2020-05-26 13:50 UTC (21+ messages)
` [PATCH 01/12] block: read-ahead submission should imply no-wait as well
` [PATCH 02/12] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 05/12] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 10/12] btrfs: flag files as supporting buffered async reads
` [PATCH 12/12] io_uring: support true async buffered reads, if file provides it
[PATCH] io_uring: don't set REQ_F_NOWAIT if the file was opened O_NONBLOCK
2020-05-26 1:17 UTC (2+ messages)
io_uring: BUG: kernel NULL pointer dereference
2020-05-25 19:25 UTC (8+ messages)
linux-next: Tree for May 25 (fs/io_uring)
2020-05-25 19:18 UTC (4+ messages)
[PATCHSET v4 0/12] Add support for async buffered reads
2020-05-24 19:22 UTC (13+ messages)
` [PATCH 01/12] block: read-ahead submission should imply no-wait as well
` [PATCH 02/12] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 04/12] mm: add support for async page locking
` [PATCH 05/12] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 06/12] fs: add FMODE_BUF_RASYNC
` [PATCH 07/12] ext4: flag as supporting buffered async reads
` [PATCH 08/12] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 09/12] xfs: flag files as supporting buffered async reads
` [PATCH 10/12] btrfs: "
` [PATCH 11/12] mm: add kiocb_wait_page_queue_init() helper
` [PATCH 12/12] io_uring: support true async buffered reads, if file provides it
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