public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-08-24 15:49:35 to 2024-09-11 16:34:32 UTC [more...]

[PATCH v5 0/8] implement async block discards and other ops via io_uring
 2024-09-11 16:34 UTC  (9+ messages)
` [PATCH v5 1/8] io_uring/cmd: expose iowq to cmds
` [PATCH v5 2/8] io_uring/cmd: give inline space in request "
` [PATCH v5 3/8] filemap: introduce filemap_invalidate_pages
` [PATCH v5 4/8] block: introduce blk_validate_byte_range()
` [PATCH v5 5/8] block: implement async io_uring discard cmd
` [PATCH v5 6/8] block: implement write zeroes io_uring cmd
` [PATCH v5 7/8] block: add nowait flag for __blkdev_issue_zero_pages
` [PATCH v5 8/8] block: implement write zero pages cmd

[PATCH 6.1 0/2] io_uring/io-wq: respect cgroup cpusets
 2024-09-11 16:28 UTC  (4+ messages)
` [PATCH 6.1 1/2] io_uring/io-wq: do not allow pinning outside of cpuset
` [PATCH 6.1 2/2] io_uring/io-wq: inherit cpuset of cgroup in io worker

[PATCH v3 0/2] io_uring/io-wq: respect cgroup cpusets
 2024-09-11 13:28 UTC  (6+ messages)
` [PATCH v3 1/2] io_uring/io-wq: do not allow pinning outside of cpuset
` [PATCH v3 2/2] io_uring/io-wq: inherit cpuset of cgroup in io worker

[PATCH V5 0/8] io_uring: support sqe group and provide group kbuf
 2024-09-11  1:28 UTC  (10+ messages)
` [PATCH V5 4/8] io_uring: support SQE group

[PATCH v4 0/8] implement async block discards and other ops via io_uring
 2024-09-10 20:22 UTC  (22+ messages)
` [PATCH v4 1/8] io_uring/cmd: expose iowq to cmds
` [PATCH v4 2/8] io_uring/cmd: give inline space in request "
` [PATCH v4 3/8] filemap: introduce filemap_invalidate_pages
` [PATCH v4 4/8] block: introduce blk_validate_byte_range()
` [PATCH v4 5/8] block: implement async discard as io_uring cmd
` [PATCH v4 6/8] block: implement async write zeroes command
` [PATCH v4 7/8] block: add nowait flag for __blkdev_issue_zero_pages
` [PATCH v4 8/8] block: implement async write zero pages command

[PATCH v2 0/2] io_uring/io-wq: respect cgroup cpusets
 2024-09-10 16:06 UTC  (4+ messages)
` [PATCH v2 1/2] io_uring/io-wq: do not allow pinning outside of cpuset
` [PATCH v2 2/2] io_uring/io-wq: limit io poller cpuset to ambient one

[PATCH 0/2] io_uring/io-wq: respect cgroup cpusets
 2024-09-10 15:39 UTC  (10+ messages)
` [PATCH 1/2] io_uring/io-wq: do not allow pinning outside of cpuset
` [PATCH 2/2] io_uring/io-wq: limit io poller cpuset to ambient one

[PATCH for-next] io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()
 2024-09-10 14:58 UTC 

[PATCH] io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
 2024-09-10 14:41 UTC 

[PATCH v8 RESENT] io_uring: releasing CPU resources when polling
 2024-09-10  9:22 UTC 

[PATCH 1/1] io_uring/sqpoll: do not allow pinning outside of cpuset
 2024-09-09 15:09 UTC  (3+ messages)

[PATCH] io_uring/eventfd: move refs to refcount_t
 2024-09-08 22:43 UTC 

[PATCH] block and io_uring: typo fixes
 2024-09-08 17:03 UTC  (2+ messages)

[PATCH][6.1][0/2] io_uring: Do not set PF_NO_SETAFFINITY on poller threads
 2024-09-08 14:16 UTC  (5+ messages)
` [PATCH][6.1][1/2] io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers
` [PATCH][6.1][2/2] io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads

[PATCH v3 1/1] io_uring/sqpoll: inherit cpumask of creating process
 2024-09-07 13:40 UTC  (2+ messages)

[PATCH v2 1/1] io_uring/sqpoll: inherit cpumask of creating process
 2024-09-07  9:57 UTC 

[PATCH RFC v3 00/17] fuse: fuse-over-io-uring
 2024-09-06 19:23 UTC  (37+ messages)
` [PATCH RFC v3 01/17] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH RFC v3 02/17] fuse: Move fuse_get_dev to header file
` [PATCH RFC v3 03/17] fuse: Move request bits
` [PATCH RFC v3 04/17] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v3 05/17] fuse: Add a uring config ioctl
` [PATCH RFC v3 06/17] fuse: Add the queue configuration ioctl
` [PATCH RFC v3 07/17] fuse: {uring} Add a dev_release exception for fuse-over-io-uring
` [PATCH RFC v3 08/17] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v3 09/17] fuse: Make fuse_copy non static
` [PATCH RFC v3 10/17] fuse: Add buffer offset for uring into fuse_copy_state
` [PATCH RFC v3 11/17] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v3 12/17] fuse: {uring} Handle teardown of ring entries
` [PATCH RFC v3 13/17] fuse: {uring} Add a ring queue and send method
` [PATCH RFC v3 14/17] fuse: {uring} Allow to queue to the ring
` [PATCH RFC v3 15/17] ate: 2024-08-30 15:43:32 +0100
` [PATCH RFC v3 16/17] fuse: {uring} Handle IO_URING_F_TASK_DEAD
` [PATCH RFC v3 17/17] fuse: {uring} Pin the user buffer

[PATCH 1/1] io_uring/sqpoll: inherit cpumask of creating process
 2024-09-06 16:00 UTC  (6+ messages)

[PATCH 0/6] btrfs: add io_uring for encoded reads
 2024-09-06 15:33 UTC  (12+ messages)
` [PATCH 1/6] btrfs: remove iocb from btrfs_encoded_read
` [PATCH 2/6] btrfs: store encoded read state in struct btrfs_encoded_read_private
` [PATCH 5/6] btrfs: move wait out of btrfs_encoded_read
` [PATCH 6/6] btrfs: add io_uring interface for encoded reads

[PATCH v3 0/8] implement async block discards and other ops via io_uring
 2024-09-06 13:46 UTC  (12+ messages)
` [PATCH v3 1/8] io_uring/cmd: expose iowq to cmds
` [PATCH v3 2/8] io_uring/cmd: give inline space in request "
` [PATCH v3 3/8] filemap: introduce filemap_invalidate_pages
` [PATCH v3 4/8] block: introduce blk_validate_byte_range()
` [PATCH v3 5/8] block: implement async discard as io_uring cmd
` [PATCH v3 6/8] block: implement async write zeroes command
` [PATCH v3 7/8] block: add nowait flag for __blkdev_issue_zero_pages
` [PATCH v3 8/8] block: implement async write zero pages command

Business Proposal
 2024-09-06  6:12 UTC 

[RFT RFC PATCH 0/8] cpufreq: cpuidle: Remove iowait behaviour
 2024-09-05 12:31 UTC  (10+ messages)
` [RFC PATCH 1/8] cpuidle: menu: Remove iowait influence
` [RFC PATCH 2/8] cpuidle: Prefer teo over menu governor
` [RFC PATCH 3/8] TEST: cpufreq/schedutil: Linear iowait boost step
` [RFC PATCH 4/8] TEST: cpufreq/schedutil: iowait boost cap sysfs
` [RFC PATCH 5/8] cpufreq/schedutil: Remove iowait boost
` [RFC PATCH 6/8] cpufreq: intel_pstate: "
` [RFC PATCH 7/8] cpufreq: Remove SCHED_CPUFREQ_IOWAIT update
` [RFC PATCH 8/8] io_uring: Do not set iowait before sleeping

[PATCH v2 0/7] implement async block discards/etc. via io_uring
 2024-09-04 14:08 UTC  (6+ messages)
` [PATCH v2 5/7] block: implement async discard as io_uring cmd

[PATCH liburing 1/1] test/sendzc: test copy reporting
 2024-09-03 15:02 UTC  (2+ messages)

[PATCH v1 0/2] cleanup
 2024-09-02 15:40 UTC  (4+ messages)
    ` [PATCH v1 1/2] io_uring: add new line after variable declaration
    ` [PATCH v1 2/2] io_uring: remove unused rsrc_put_fn

[GIT PULL] io_uring fixes for 6.11-rc6
 2024-08-31  4:11 UTC  (2+ messages)

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-08-31  0:49 UTC  (18+ messages)

[PATCH for-next] io_uring: add GCOV_PROFILE_URING Kconfig option
 2024-08-30 16:55 UTC 

[PATCH] io_uring/kbuf: return correct iovec count from classic buffer peek
 2024-08-30 16:48 UTC 

[PATCH] test/uring_cmd_ublk: cover uring_cmd uses in ublk case
 2024-08-30 13:17 UTC  (2+ messages)

[PATCH v3 00/10] Read/Write with meta/integrity
 2024-08-29 13:29 UTC  (21+ messages)
  ` [PATCH v3 03/10] block: handle split correctly for user meta bounce buffer
  ` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v3 09/10] nvme: add handling for app_tag
  ` [PATCH v3 05/10] block: define meta io descriptor
  ` [PATCH v3 01/10] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v3 02/10] block: introduce a helper to determine metadata bytes from data iter

[PATCH] io_uring/rsrc: ensure compat iovecs are copied correctly
 2024-08-28 15:57 UTC  (2+ messages)

[PATCHSET v4 0/5] Add support for incremental buffer consumption
 2024-08-27 15:23 UTC  (6+ messages)
` [PATCH 1/5] io_uring/kbuf: add io_kbuf_commit() helper
` [PATCH 2/5] io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h
` [PATCH 3/5] Revert "io_uring: Require zeroed sqe->len on provided-buffers send"
` [PATCH 4/5] io_uring/kbuf: pass in 'len' argument for buffer commit
` [PATCH 5/5] io_uring/kbuf: add support for incremental buffer consumption

[syzbot] [io-uring?] WARNING in io_sq_thread
 2024-08-25 14:40 UTC  (2+ messages)

[PATCHSET v2 0/3] Coalesce provided buffer segments
 2024-08-24 15:47 UTC  (4+ messages)
` [PATCH 1/3] io_uring/kbuf: have io_provided_buffers_select() take buf_sel_arg
` [PATCH 2/3] io_uring/net: pass in io_kiocb to io_bundle_nbufs()
` [PATCH 3/3] io_uring/net: allow coalescing of mapped segments


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