index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
pipe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Merge tag 'sysctl-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-21
/
+7
2025-11-27
sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_conv
Joel Granados
1
-2
/
+2
2025-11-27
sysctl: Create pipe-max-size converter using sysctl UINT macros
Joel Granados
1
-20
/
+6
2025-11-27
sysctl: Replace void pointer with const pointer to ctl_table
Joel Granados
1
-3
/
+3
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-08-29
Add RWF_NOSIGNAL flag for pwritev2
Lauri Vasama
1
-2
/
+4
2025-06-10
fs/pipe: set FMODE_NOWAIT in create_pipe_files()
Jens Axboe
1
-3
/
+5
2025-05-12
sort.h: hoist cmp_int() into generic header file
Fedor Pchelkin
1
-2
/
+1
2025-03-10
Merge patch series "pipe: Trivial cleanups"
Christian Brauner
1
-6
/
+7
2025-03-10
fs/pipe: Use pipe_buf() helper to retrieve pipe buffer
K Prateek Nayak
1
-6
/
+3
2025-03-10
fs/pipe: Limit the slots in pipe_resize_ring()
K Prateek Nayak
1
-0
/
+4
2025-03-10
Merge mainline pipe changes
Christian Brauner
1
-18
/
+20
2025-03-07
fs/pipe: add simpler helpers for common cases
Linus Torvalds
1
-3
/
+3
2025-03-06
fs/pipe: do not open-code pipe head/tail logic in FIONREAD
Linus Torvalds
1
-4
/
+3
2025-03-04
fs/pipe: Read pipe->{head,tail} atomically outside pipe->mutex
Linus Torvalds
1
-11
/
+8
2025-03-04
pipe: cache 2 pages instead of 1
Mateusz Guzik
1
-20
/
+40
2025-03-04
pipe: drop an always true check in anon_pipe_write()
Mateusz Guzik
1
-2
/
+1
2025-02-12
pipe: change pipe_write() to never add a zero-sized buffer
Oleg Nesterov
1
-36
/
+9
2025-02-07
fsnotify: disable notification by default for all pseudo files
Amir Goldstein
1
-0
/
+6
2025-02-06
pipe: don't update {a,c,m}time for anonymous pipes
Oleg Nesterov
1
-12
/
+29
2025-02-06
pipe: introduce struct file_operations pipeanon_fops
Oleg Nesterov
1
-5
/
+20
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-04
pipe_read: don't wake up the writer if the pipe is still full
Oleg Nesterov
1
-9
/
+10
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-3
/
+5
2024-09-12
pipe: use f_pipe
Christian Brauner
1
-3
/
+5
2024-09-05
fs/pipe: Correct imprecise wording in comment
Kienan Stewart
1
-1
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-02-02
fs/pipe: Convert to lockdep_cmp_fn
Kent Overstreet
1
-45
/
+36
2024-01-11
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+0
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2023-12-12
pipe: wakeup wr_wait after setting max_usage
Lukas Schauer
1
-2
/
+5
2023-11-28
fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()
Jann Horn
1
-5
/
+12
2023-11-03
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2023-10-30
Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-29
/
+35
2023-10-19
fs/pipe: use spinlock in pipe_read() only if there is a watch_queue
Max Kellermann
1
-11
/
+32
2023-10-19
fs/pipe: remove unnecessary spinlock from pipe_write()
Max Kellermann
1
-9
/
+0
2023-10-19
fs/pipe: move check to pipe_has_watch_queue()
Max Kellermann
1
-9
/
+3
2023-10-19
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-1
/
+1
2023-10-18
fs: convert core infrastructure to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-09-20
fs/pipe: remove duplicate "offset" initializer
Max Kellermann
1
-1
/
+0
2023-08-28
Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-4
/
+4
2023-08-19
fs/pipe: remove redundant initialization of pointer buf
Colin Ian King
1
-1
/
+1
2023-07-13
fs: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-07-10
pipe: Pass argument of pipe_fcntl as int
Luca Vizzarro
1
-3
/
+3
2023-05-12
pipe: check for IOCB_NOWAIT alongside O_NONBLOCK
Jens Axboe
1
-2
/
+4
2023-04-25
pipe: set FMODE_NOWAIT on pipes
Jens Axboe
1
-0
/
+3
2022-08-20
dynamic_dname(): drop unused dentry argument
Al Viro
1
-1
/
+1
2022-05-27
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
[next]