]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge patch series "pipe: don't update {a,c,m}time for anonymous pipes"
authorChristian Brauner <brauner@kernel.org>
Thu, 6 Feb 2025 09:51:01 +0000 (10:51 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 6 Feb 2025 09:52:18 +0000 (10:52 +0100)
commitf2ffc48de2017c690f3e7cb34ae7acf40842babc
tree341f1c778a59a9831b02614d6075ce16d85656c7
parent2014c95afecee3e76ca4a56956a936e23283f05b
parentf017b0a4951fac8f150232661b2cc0b67e0c57f0
Merge patch series "pipe: don't update {a,c,m}time for anonymous pipes"

Oleg Nesterov <oleg@redhat.com> says:

Don't update {a,c,m}time for anonymous pipes for performance reasons.

* patches from https://lore.kernel.org/r/20250205181716.GA13817@redhat.com:
  pipe: don't update {a,c,m}time for anonymous pipes
  pipe: introduce struct file_operations pipeanon_fops

Link: https://lore.kernel.org/r/20250205181716.GA13817@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>