public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-08-29 22:32:19 to 2024-09-12 16:38:16 UTC [more...]

[PATCH v4 0/8] implement async block discards and other ops via io_uring
 2024-09-12 16:38 UTC  (25+ 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 v5 0/8] implement async block discards and other ops via io_uring
 2024-09-12 16:32 UTC  (16+ 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 v3 00/10] Read/Write with meta/integrity
 2024-09-12 12:40 UTC  (7+ messages)
  ` [PATCH v3 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags

[RFT RFC PATCH 0/8] cpufreq: cpuidle: Remove iowait behaviour
 2024-09-12 11:22 UTC  (11+ 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] TEST: cpufreq: intel_pstate: sysfs iowait_boost_cap
` [RFC PATCH 7/8] cpufreq: Remove SCHED_CPUFREQ_IOWAIT update
` [RFC PATCH 8/8] io_uring: Do not set iowait before sleeping

[PATCH V6 0/8] io_uring: support sqe group and provide group kbuf
 2024-09-12 10:49 UTC  (9+ messages)
` [PATCH V6 1/8] io_uring: add io_link_req() helper
` [PATCH V6 2/8] io_uring: add io_submit_fail_link() helper
` [PATCH V6 3/8] io_uring: add helper of io_req_commit_cqe()
` [PATCH V6 4/8] io_uring: support SQE group
` [PATCH V6 5/8] io_uring: support sqe group with members depending on leader
` [PATCH V6 6/8] io_uring: support providing sqe group buffer
` [PATCH V6 7/8] io_uring/uring_cmd: support provide group kernel buffer
` [PATCH V6 8/8] ublk: support provide io buffer

[PATCHSET v2 0/3] Provide more efficient buffer registration
 2024-09-11 20:29 UTC  (4+ messages)
` [PATCH 1/3] io_uring/rsrc: clear 'slot' entry upfront
` [PATCH 2/3] io_uring/rsrc: add reference count to struct io_mapped_ubuf
` [PATCH 3/3] io_uring: add IORING_REGISTER_COPY_BUFFERS method

[PATCHSET 0/3] Provide more efficient buffer registration
 2024-09-11 20:13 UTC  (5+ messages)
` [PATCH 1/3] io_uring/rsrc: clear 'slot' entry upfront
` [PATCH 2/3] io_uring/rsrc: add reference count to struct io_mapped_ubuf
` [PATCH 3/3] io_uring: add IORING_REGISTER_COPY_BUFFERS method

[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 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  (8+ messages)
` [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 

[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)


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