index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pipe: check for IOCB_NOWAIT alongside O_NONBLOCK
Jens Axboe
2023-05-12
1
-2
/
+4
*
pipe: set FMODE_NOWAIT on pipes
Jens Axboe
2023-04-25
1
-0
/
+3
*
dynamic_dname(): drop unused dentry argument
Al Viro
2022-08-20
1
-1
/
+1
*
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-05-27
1
-1
/
+1
|
\
|
*
pipe: make poll_usage boolean and annotate its access
Kuniyuki Iwashima
2022-04-29
1
-1
/
+1
*
|
pipe: Fix missing lock in pipe_resize_ring()
David Howells
2022-05-27
1
-13
/
+18
|
/
*
Revert "fs/pipe: use kvcalloc to allocate a pipe_buffer array"
Linus Torvalds
2022-04-20
1
-4
/
+5
*
fs/pipe.c: local vars have to match types of proper pipe_inode_info fields
Andrei Vagin
2022-03-23
1
-2
/
+2
*
fs/pipe: use kvcalloc to allocate a pipe_buffer array
Andrei Vagin
2022-03-23
1
-5
/
+4
*
watch_queue: Fix lack of barrier/sync/lock between post and read
David Howells
2022-03-11
1
-1
/
+2
*
watch_queue, pipe: Free watchqueue state after clearing pipe ring
David Howells
2022-03-11
1
-3
/
+5
*
fs: move pipe sysctls to is own file
Luis Chamberlain
2022-01-22
1
-3
/
+61
*
Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"
Linus Torvalds
2021-09-07
1
-1
/
+1
*
mm/gup: remove try_get_page(), call try_get_compound_head() directly
John Hubbard
2021-09-03
1
-1
/
+1
*
pipe: do FASYNC notifications for every pipe IO, not just state changes
Linus Torvalds
2021-08-25
1
-12
/
+8
*
pipe: avoid unnecessary EPOLLET wakeups under normal loads
Linus Torvalds
2021-08-18
1
-6
/
+9
*
pipe: increase minimum default pipe size to 2 pages
Alex Xu (Hello71)
2021-08-05
1
-2
/
+17
*
pipe: make pipe writes always wake up readers
Linus Torvalds
2021-07-30
1
-5
/
+5
*
fs: delete repeated words in comments
Randy Dunlap
2021-02-24
1
-1
/
+1
*
fs/pipe: allow sendfile() to pipe again
Johannes Berg
2021-01-25
1
-0
/
+1
*
block: remove i_bdev
Christoph Hellwig
2020-12-01
1
-3
/
+2
*
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-10-11
1
-6
/
+5
|
\
|
*
pipe: Fix memory leaks in create_pipe_files()
Qian Cai
2020-10-01
1
-6
/
+5
*
|
pipe: remove pipe_wait() and fix wakeup race with splice
Linus Torvalds
2020-10-01
1
-21
/
+41
|
/
*
Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-06-13
1
-70
/
+172
|
\
|
*
pipe: Add notification lossage handling
David Howells
2020-05-19
1
-0
/
+28
|
*
pipe: Allow buffers to be marked read-whole-or-error for notifications
David Howells
2020-05-19
1
-1
/
+7
|
*
pipe: Add general notification queue support
David Howells
2020-05-19
1
-69
/
+137
*
|
fs: rename pipe_buf ->steal to ->try_steal
Christoph Hellwig
2020-05-20
1
-18
/
+16
*
|
fs: make the pipe_buf_operations ->confirm operation optional
Christoph Hellwig
2020-05-20
1
-17
/
+0
*
|
pipe: merge anon_pipe_buf*_ops
Christoph Hellwig
2020-05-20
1
-40
/
+5
|
/
*
mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()
Roman Gushchin
2020-04-02
1
-1
/
+1
*
pipe: make sure to wake up everybody when the last reader/writer closes
Linus Torvalds
2020-02-18
1
-8
/
+10
*
pipe: use exclusive waits when reading or writing
Linus Torvalds
2020-02-08
1
-23
/
+44
*
pipe: fix empty pipe check in pipe_write()
Jan Stancek
2019-12-22
1
-1
/
+1
*
pipe: simplify signal handling in pipe_read() and add comments
Linus Torvalds
2019-12-11
1
-7
/
+29
*
pipe: don't use 'pipe_wait() for basic pipe IO
Linus Torvalds
2019-12-07
1
-3
/
+27
*
pipe: remove 'waiting_writers' merging logic
Linus Torvalds
2019-12-07
1
-14
/
+5
*
pipe: fix and clarify pipe read wakeup logic
Linus Torvalds
2019-12-07
1
-13
/
+18
*
pipe: fix and clarify pipe write wakeup logic
Linus Torvalds
2019-12-07
1
-18
/
+41
*
pipe: fix poll/select race introduced by the pipe rework
Linus Torvalds
2019-12-07
1
-3
/
+15
*
Merge branch 'pipe-rework' (patches from David Howells)
Linus Torvalds
2019-12-05
1
-8
/
+7
|
\
|
*
pipe: Fix missing mask update after pipe_wait()
David Howells
2019-12-05
1
-6
/
+6
|
*
pipe: Remove assertion from pipe_poll()
David Howells
2019-12-05
1
-2
/
+1
*
|
Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2019-11-30
1
-93
/
+139
|
\
|
|
*
pipe: Remove sync on wake_ups
David Howells
2019-11-15
1
-4
/
+4
|
*
pipe: Increase the writer-wakeup threshold to reduce context-switch count
David Howells
2019-11-15
1
-2
/
+4
|
*
pipe: Check for ring full inside of the spinlock in pipe_write()
David Howells
2019-11-15
1
-0
/
+5
|
*
pipe: Remove redundant wakeup from pipe_write()
David Howells
2019-11-15
1
-5
/
+0
|
*
pipe: Rearrange sequence in pipe_write() to preallocate slot
David Howells
2019-11-15
1
-18
/
+33
[next]