From: Christian Brauner <brauner@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christian Brauner <brauner@kernel.org>,
linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] vfs pipe
Date: Sat, 22 Mar 2025 11:13:51 +0100 [thread overview]
Message-ID: <20250322-vfs-pipe-8ecf613e3047@brauner> (raw)
Hey Linus,
/* Summary */
This contains updates for pipes:
- Introduce struct file_operations pipeanon_fops.
- Don't update {a,c,m}time for anonymous pipes to avoid the performance costs
associated with it.
- Change pipe_write() to never add a zero-sized buffer.
- Limit the slots in pipe_resize_ring().
- Use pipe_buf() to retrieve the pipe buffer everywhere.
- Drop an always true check in anon_pipe_write().
- Aache 2 pages instead of 1.
- Avoid spurious calls to prepare_to_wait_event() in ___wait_event().
/* Testing */
gcc version 14.2.0 (Debian 14.2.0-6)
Debian clang version 16.0.6 (27+b1)
No build failures or warnings were observed.
/* Conflicts */
Merge conflicts with mainline
=============================
No known conflicts.
Merge conflicts with other trees
================================
No known conflicts.
The following changes since commit 00a7d39898c8010bfd5ff62af31ca5db34421b38:
fs/pipe: add simpler helpers for common cases (2025-03-06 18:25:35 -1000)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.15-rc1.pipe
for you to fetch changes up to 3732d8f16531ddc591622bc64ce4d4c160c34bb4:
Merge patch series "pipe: Trivial cleanups" (2025-03-10 08:55:13 +0100)
Please consider pulling these changes from the signed vfs-6.15-rc1.pipe tag.
Thanks!
Christian
----------------------------------------------------------------
vfs-6.15-rc1.pipe
----------------------------------------------------------------
Christian Brauner (4):
Merge patch series "pipe: don't update {a,c,m}time for anonymous pipes"
Merge patch series "some pipe + wait stuff"
Merge mainline pipe changes
Merge patch series "pipe: Trivial cleanups"
K Prateek Nayak (4):
fs/pipe: Limit the slots in pipe_resize_ring()
kernel/watch_queue: Use pipe_buf() to retrieve the pipe buffer
fs/pipe: Use pipe_buf() helper to retrieve pipe buffer
fs/splice: Use pipe_buf() helper to retrieve pipe buffer
Mateusz Guzik (3):
pipe: drop an always true check in anon_pipe_write()
pipe: cache 2 pages instead of 1
wait: avoid spurious calls to prepare_to_wait_event() in ___wait_event()
Oleg Nesterov (3):
pipe: introduce struct file_operations pipeanon_fops
pipe: don't update {a,c,m}time for anonymous pipes
pipe: change pipe_write() to never add a zero-sized buffer
fs/pipe.c | 181 ++++++++++++++++++++++++++--------------------
fs/splice.c | 40 ++++------
include/linux/pipe_fs_i.h | 2 +-
include/linux/wait.h | 3 +
kernel/watch_queue.c | 7 +-
5 files changed, 124 insertions(+), 109 deletions(-)
next reply other threads:[~2025-03-22 10:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-22 10:13 Christian Brauner [this message]
2025-03-24 21:01 ` [GIT PULL] vfs pipe pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250322-vfs-pipe-8ecf613e3047@brauner \
--to=brauner@kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox