public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-09-05 08:45:37 to 2022-09-12 19:28:11 UTC [more...]

[PATCH v3 00/12] io-uring/btrfs: support async buffered writes
 2022-09-12 19:27 UTC  (4+ messages)
` [PATCH v3 01/12] mm: export balance_dirty_pages_ratelimited_flags()
` [PATCH v3 04/12] btrfs: add the ability to use NO_FLUSH for data reservations
` [PATCH v3 06/12] btrfs: make btrfs_check_nocow_lock nowait compatible

[PATCH v1] block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait
 2022-09-12 17:22 UTC  (3+ messages)

[PATCH 0/2 for-next] A few fdinfo tweaks
 2022-09-11 18:18 UTC  (3+ messages)
` [PATCH 1/2] io_uring/fdinfo: get rid of unnecessary is_cqe32 variable
` [PATCH 2/2] io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128

[GIT PULL] io_uring fixes for 6.0-rc5
 2022-09-09 19:13 UTC  (2+ messages)

[PATCH v4 0/3] implement direct IO with integrity
 2022-09-09 16:19 UTC  (6+ messages)
` [PATCH v4 1/3] block: bio-integrity: add PI iovec to bio
` [PATCH v4 2/3] block: io-uring: add READV_PI/WRITEV_PI operations
` [PATCH v4 3/3] block: fops: handle IOCB_USE_PI in direct IO

[PATCH for-6.0] io_uring/rw: fix short rw error handling
 2022-09-09 14:59 UTC  (2+ messages)

[PATCH for-next v7 0/5] fixed-buffer for uring-cmd/passthru
 2022-09-09 10:21 UTC  (6+ messages)
    ` [PATCH for-next v7 1/5] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v7 2/5] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v7 3/5] nvme: refactor nvme_alloc_user_request
    ` [PATCH for-next v7 4/5] block: add helper to map bvec iterator for passthrough
    ` [PATCH for-next v7 5/5] nvme: wire up fixed buffer support for nvme passthrough

[PATCH v3 0/3] implement direct IO with integrity
 2022-09-09  9:00 UTC  (6+ messages)
` [PATCH v3 1/3] block: bio-integrity: add PI iovec to bio
` [PATCH v3 2/3] block: io-uring: add READV_PI/WRITEV_PI operations
` [PATCH v3 3/3] block: fops: handle IOCB_USE_PI in direct IO

[PATCH for-next v6 0/5] fixed-buffer for uring-cmd/passthru
 2022-09-09  4:19 UTC  (8+ messages)
    ` [PATCH for-next v6 1/5] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v6 2/5] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v6 3/5] nvme: refactor nvme_alloc_user_request
    ` [PATCH for-next v6 4/5] block: add helper to map bvec iterator for passthrough
    ` [PATCH for-next v6 5/5] nvme: wire up fixed buffer support for nvme passthrough

[PATCH for-next 0/6] defer tw fixes and other cleanups
 2022-09-08 21:23 UTC  (12+ messages)
` [PATCH 1/6] io_uring: further limit non-owner defer-tw cq waiting
` [PATCH 2/6] io_uring: disallow defer-tw run w/ no submitters
` [PATCH 3/6] io_uring/iopoll: fix unexpected returns
` [PATCH 4/6] io_uring/iopoll: unify tw breaking logic
` [PATCH 5/6] io_uring: add fast path for io_run_local_work()
` [PATCH 6/6] io_uring: remove unused return from io_disarm_next

[PATCH v2 00/12] io-uring/btrfs: support async buffered writes
 2022-09-08 19:14 UTC  (33+ messages)
` [PATCH v2 01/12] mm: export balance_dirty_pages_ratelimited_flags()
` [PATCH v2 02/12] btrfs: implement a nowait option for tree searches
` [PATCH v2 03/12] btrfs: make can_nocow_extent nowait compatible
` [PATCH v2 04/12] btrfs: add the ability to use NO_FLUSH for data reservations
` [PATCH v2 05/12] btrfs: add btrfs_try_lock_ordered_range
` [PATCH v2 06/12] btrfs: make btrfs_check_nocow_lock nowait compatible
` [PATCH v2 07/12] btrfs: make prepare_pages "
` [PATCH v2 08/12] btrfs: make lock_and_cleanup_extent_if_need "
` [PATCH v2 09/12] btrfs: btrfs: plumb NOWAIT through the write path
` [PATCH v2 10/12] btrfs: make balance_dirty_pages nowait compatible
` [PATCH v2 11/12] btrfs: add assert to search functions
` [PATCH v2 12/12] btrfs: enable nowait async buffered writes

[PATCH for-next v5 0/4] fixed-buffer for uring-cmd/passthru
 2022-09-08 15:11 UTC  (12+ messages)
    ` [PATCH for-next v5 1/4] io_uring: introduce io_uring_cmd_import_fixed
    ` [PATCH for-next v5 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v5 3/4] block: add helper to map bvec iterator for passthrough
    ` [PATCH for-next v5 4/4] nvme: wire up fixed buffer support for nvme passthrough

[PATCH for-next 0/8] random io_uring 6.1 changes
 2022-09-08 14:59 UTC  (10+ messages)
` [PATCH 1/8] io_uring: kill an outdated comment
` [PATCH 2/8] io_uring: use io_cq_lock consistently
` [PATCH 3/8] io_uring/net: reshuffle error handling
` [PATCH 4/8] io_uring/net: use async caches for async prep
` [PATCH 5/8] io_uring/net: io_async_msghdr caches for sendzc
` [PATCH 6/8] io_uring/net: add non-bvec sg chunking callback
` [PATCH 7/8] io_uring/net: refactor io_sr_msg types
` [PATCH 8/8] io_uring/net: use io_sr_msg for sendzc

[PATCH 6.0] io_uring/net: copy addr for zc on POLL_FIRST
 2022-09-08 14:28 UTC  (2+ messages)

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-08  7:47 UTC  (38+ messages)

[PATCH v1 00/10] io-uring/btrfs: support async buffered writes
 2022-09-08  0:29 UTC  (7+ messages)
` [PATCH v1 01/10] btrfs: implement a nowait option for tree searches

[PATCH v1 09/10] btrfs: make balance_dirty_pages nowait compatible
 2022-09-08  0:26 UTC  (4+ messages)

[PATCH for-next v2] io_uring: allow buffer recycling in READV
 2022-09-07 16:57 UTC  (2+ messages)

[PATCH 0/2] ring buffer fixes
 2022-09-07 16:39 UTC  (5+ messages)
` [PATCH 1/2] io_uring/kbuf: fix not advancing READV kbuf ring
` [PATCH 2/2] io_uring: recycle kbuf recycle on tw requeue

[PATCH 0/3] LSM hooks for IORING_OP_URING_CMD
 2022-09-07  8:17 UTC  (5+ messages)
  ` [PATCH 2/3] selinux: implement the security_uring_cmd() LSM hook

[PATCH for-next] io_uring: allow buffer recycling in READV
 2022-09-06 14:44 UTC 

[syzbot] KMSAN: uninit-value in io_req_cqe_overflow
 2022-09-06 13:22 UTC 

[PATCH for-next v4 0/4] fixed-buffer for uring-cmd/passthru
 2022-09-06 13:06 UTC  (13+ messages)
    ` [PATCH for-next v4 1/4] io_uring: introduce io_uring_cmd_import_fixed
    ` [PATCH for-next v4 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v4 3/4] block: add helper to map bvec iterator for passthrough
    ` [PATCH for-next v4 4/4] nvme: wire up fixed buffer support for nvme passthrough

[PATCH liburing v2] man/io_uring_enter.2: document IORING_OP_SEND_ZC
 2022-09-06 12:52 UTC  (2+ messages)

[PATCH liburing] man/io_uring_enter.2: document IORING_OP_SEND_ZC
 2022-09-06 10:19 UTC  (3+ messages)

[PATCH liburing v2 0/5] zc tests improvements
 2022-09-05 22:51 UTC  (7+ messages)
` [PATCH liburing v2 1/5] tests/zc: move send size calc into do_test_inet_send
` [PATCH liburing v2 2/5] tests/zc: use io_uring for rx
` [PATCH liburing v2 3/5] tests/zc: fix udp testing
` [PATCH liburing v2 4/5] tests/zc: name buffer flavours
` [PATCH liburing v2 5/5] tests/zc: skip tcp w/ addr

[PATCH for-next v3 0/4] fixed-buffer for uring-cmd/passthrough
 2022-09-05 17:48 UTC  (11+ messages)

[PATCH] io_uring/notif: Remove the unused function io_notif_complete()
 2022-09-05 17:42 UTC  (3+ messages)

[PATCH liburing v2] test/ringbuf-read: Delete `.ringbuf-read.%d` before exit
 2022-09-05 17:42 UTC  (3+ messages)

[PATCH liburing v3 00/11] Defer taskrun changes
 2022-09-05 17:42 UTC  (14+ messages)
` [PATCH liburing v3 01/11] Copy defer task run definition from kernel
` [PATCH liburing v3 02/11] Add documentation for IORING_SETUP_DEFER_TASKRUN flag
` [PATCH liburing v3 03/11] add io_uring_submit_and_get_events and io_uring_get_events
` [PATCH liburing v3 04/11] add a t_probe_defer_taskrun helper function for tests
` [PATCH liburing v3 05/11] update existing tests for defer taskrun
` [PATCH liburing v3 06/11] add a defer-taskrun test
` [PATCH liburing v3 07/11] update io_uring_enter.2 docs for IORING_FEAT_NODROP
` [PATCH liburing v3 08/11] add docs for overflow lost errors
` [PATCH liburing v3 09/11] expose CQ ring overflow state
` [PATCH liburing v3 10/11] overflow: add tests
` [PATCH liburing v3 11/11] file-verify test: log if short read

[PATCH liburing 0/4] zc tests improvements
 2022-09-05 15:17 UTC  (7+ messages)
` [PATCH liburing 1/4] tests/zc: move send size calc into do_test_inet_send
` [PATCH liburing 2/4] tests/zc: use io_uring for rx
` [PATCH liburing 3/4] tests/zc: fix udp testing
` [PATCH liburing 4/4] tests/zc: name buffer flavours

[PATCH liburing v1] test/ringbuf-read: Delete `.ringbuf-read.%d` before exit
 2022-09-05  8:45 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox