summaryrefslogtreecommitdiffstats
path: root/fs/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds2021-09-071-1/+1
* mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard2021-09-031-1/+1
* pipe: do FASYNC notifications for every pipe IO, not just state changesLinus Torvalds2021-08-251-12/+8
* pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds2021-08-181-6/+9
* pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)2021-08-051-2/+17
* pipe: make pipe writes always wake up readersLinus Torvalds2021-07-301-5/+5
* fs: delete repeated words in commentsRandy Dunlap2021-02-241-1/+1
* fs/pipe: allow sendfile() to pipe againJohannes Berg2021-01-251-0/+1
* block: remove i_bdevChristoph Hellwig2020-12-011-3/+2
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-10-111-6/+5
|\
| * pipe: Fix memory leaks in create_pipe_files()Qian Cai2020-10-011-6/+5
* | pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds2020-10-011-21/+41
|/
* Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-70/+172
|\
| * pipe: Add notification lossage handlingDavid Howells2020-05-191-0/+28
| * pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells2020-05-191-1/+7
| * pipe: Add general notification queue supportDavid Howells2020-05-191-69/+137
* | fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig2020-05-201-18/+16
* | fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig2020-05-201-17/+0
* | pipe: merge anon_pipe_buf*_opsChristoph Hellwig2020-05-201-40/+5
|/
* mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-04-021-1/+1
* pipe: make sure to wake up everybody when the last reader/writer closesLinus Torvalds2020-02-181-8/+10
* pipe: use exclusive waits when reading or writingLinus Torvalds2020-02-081-23/+44
* pipe: fix empty pipe check in pipe_write()Jan Stancek2019-12-221-1/+1
* pipe: simplify signal handling in pipe_read() and add commentsLinus Torvalds2019-12-111-7/+29
* pipe: don't use 'pipe_wait() for basic pipe IOLinus Torvalds2019-12-071-3/+27
* pipe: remove 'waiting_writers' merging logicLinus Torvalds2019-12-071-14/+5
* pipe: fix and clarify pipe read wakeup logicLinus Torvalds2019-12-071-13/+18
* pipe: fix and clarify pipe write wakeup logicLinus Torvalds2019-12-071-18/+41
* pipe: fix poll/select race introduced by the pipe reworkLinus Torvalds2019-12-071-3/+15
* Merge branch 'pipe-rework' (patches from David Howells)Linus Torvalds2019-12-051-8/+7
|\
| * pipe: Fix missing mask update after pipe_wait()David Howells2019-12-051-6/+6
| * pipe: Remove assertion from pipe_poll()David Howells2019-12-051-2/+1
* | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-93/+139
|\|
| * pipe: Remove sync on wake_upsDavid Howells2019-11-151-4/+4
| * pipe: Increase the writer-wakeup threshold to reduce context-switch countDavid Howells2019-11-151-2/+4
| * pipe: Check for ring full inside of the spinlock in pipe_write()David Howells2019-11-151-0/+5
| * pipe: Remove redundant wakeup from pipe_write()David Howells2019-11-151-5/+0
| * pipe: Rearrange sequence in pipe_write() to preallocate slotDavid Howells2019-11-151-18/+33
| * pipe: Conditionalise wakeup in pipe_read()David Howells2019-11-151-9/+6
| * pipe: Advance tail pointer inside of wait spinlock in pipe_read()David Howells2019-11-151-1/+7
| * pipe: Allow pipes to have kernel-reserved slotsDavid Howells2019-11-151-4/+6
| * pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells2019-10-311-73/+97
* | vfs: mark pipes and sockets as stream-like file descriptorsLinus Torvalds2019-11-251-2/+4
|/
* vfs: Convert pipe to use the new mount APIDavid Howells2019-05-251-5/+10
* mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
* Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-141-2/+2
|\
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-3/+29
|\ \
| * | pipe: stop using ->can_mergeJann Horn2019-02-011-4/+16
| * | splice: don't merge into linked buffersJann Horn2019-02-011-0/+14
| |/