messages from 2020-05-20 03:22:36 to 2020-05-28 17:56:09 UTC [more...]
[PATCHSET v5 0/12] Add support for async buffered reads
2020-05-28 17:53 UTC (25+ 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 v3 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
2020-05-28 17:03 UTC (3+ messages)
` [PATCH v3 2/2] io_uring: avoid unnecessary io_wq_work copy for fast poll feature
[PATCH] io_uring: create percpu io sq thread when IORING_SETUP_SQ_AFF is flagged
2020-05-28 7:56 UTC (9+ messages)
[RFC] .flush and io_uring_cancel_files
2020-05-27 18:04 UTC (5+ 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 1/3] io_uring: don't use req->work.creds for inline requests
2020-05-27 16:41 UTC (8+ 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
[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 (7+ messages)
` [PATCH v2 1/4] io_uring: add io_statx structure
` [PATCH v2 2/4] statx: allow system call to be invoked from io_uring
` [PATCH v2 3/4] io_uring: call statx directly
` [PATCH v2 4/4] statx: hide interfaces no longer used by io_uring
[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 (27+ 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 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
[PATCHSET v2 RFC 0/11] Add support for async buffered reads
2020-05-23 1:50 UTC (12+ messages)
` [PATCH 01/11] block: read-ahead submission should imply no-wait as well
` [PATCH 02/11] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/11] mm: add support for async page locking
` [PATCH 04/11] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 05/11] fs: add FMODE_BUF_RASYNC
` [PATCH 06/11] ext4: flag as supporting buffered async reads
` [PATCH 07/11] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 08/11] xfs: flag files as supporting buffered async reads
` [PATCH 09/11] btrfs: "
` [PATCH 10/11] mm: add kiocb_wait_page_async_init() helper
` [PATCH 11/11] io_uring: support true async buffered reads, if file provides it
[PATCHSET RFC 0/11] Add support for async buffered reads
2020-05-22 20:57 UTC (13+ messages)
` [PATCH 01/11] block: read-ahead submission should imply no-wait as well
` [PATCH 02/11] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/11] mm: add support for async page locking
` [PATCH v2 "
` [PATCH 04/11] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 05/11] fs: add FMODE_BUF_RASYNC
` [PATCH 06/11] ext4: flag as supporting buffered async reads
` [PATCH 07/11] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 08/11] xfs: flag files as supporting buffered async reads
` [PATCH 09/11] btrfs: "
` [PATCH 10/11] mm: add kiocb_wait_page_async_init() helper
` [PATCH 11/11] io_uring: support true async buffered reads, if file provides it
[PATCH] io_uring: include file O_NONBLOCK state for recv/send
2020-05-22 19:15 UTC
[PATCH] io_uring: include file O_NONBLOCK state for, recvmsg/sendmsg
2020-05-22 19:15 UTC
[GIT PULL] io_uring fixes for 5.7-rc
2020-05-22 19:05 UTC (2+ messages)
io_uring vs CPU hotplug, was Re: [PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
2020-05-22 1:57 UTC (15+ messages)
[PATCH 0/2] io_uring: call statx directly
2020-05-22 1:21 UTC (7+ messages)
` [PATCH 1/2] statx: allow the system call to be invoked from the kernel
` [PATCH 2/2] io_uring: call statx directly
[PATCH liburing v2 0/5] liburing: add helpers to enable/disable eventfd notifications
2020-05-20 17:12 UTC (7+ messages)
` [PATCH liburing v2 1/5] Add CQ ring 'flags' field
` [PATCH liburing v2 2/5] man/io_uring_setup.2: add 'flags' field in the struct io_cqring_offsets
` [PATCH liburing v2 3/5] Add helpers to set and get eventfd notification status
` [PATCH liburing v2 4/5] man/io_uring_register.2: add IORING_CQ_EVENTFD_DISABLED description
` [PATCH liburing v2 5/5] Add test/eventfd-disable.c test case
[PATCH liburing 0/5] liburing: add helpers to enable/disable eventfd notifications
2020-05-20 15:19 UTC (8+ messages)
` [PATCH liburing 3/5] Add helpers to set and get eventfd notification status
[PATCH v2] io_uring: reset -EBUSY error when io sq thread is waken up
2020-05-20 13:34 UTC (2+ messages)
[PATCH] io_uring: reset -EBUSY error when io sq thread is waken up
2020-05-20 13:16 UTC (3+ messages)
[PATCH v2] io_uring: don't submit sqes when ctx->refs is dying
2020-05-20 13:11 UTC (2+ messages)
[PATCH] io_uring: refactor io_sq_thread management
2020-05-20 4:45 UTC (2+ messages)
[PATCH] io_uring: don't add non-IO requests to iopoll pending list
2020-05-20 3:23 UTC
[RFC PATCH] io_uring: don't submit sqes when ctx->refs is dying
2020-05-20 3:22 UTC (6+ 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