summaryrefslogtreecommitdiff
path: root/fs/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* pipe: check for IOCB_NOWAIT alongside O_NONBLOCKJens Axboe2023-05-121-2/+4
* pipe: set FMODE_NOWAIT on pipesJens Axboe2023-04-251-0/+3
* dynamic_dname(): drop unused dentry argumentAl Viro2022-08-201-1/+1
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-1/+1
|\
| * pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima2022-04-291-1/+1
* | pipe: Fix missing lock in pipe_resize_ring()David Howells2022-05-271-13/+18
|/
* Revert "fs/pipe: use kvcalloc to allocate a pipe_buffer array"Linus Torvalds2022-04-201-4/+5
* fs/pipe.c: local vars have to match types of proper pipe_inode_info fieldsAndrei Vagin2022-03-231-2/+2
* fs/pipe: use kvcalloc to allocate a pipe_buffer arrayAndrei Vagin2022-03-231-5/+4
* watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells2022-03-111-1/+2
* watch_queue, pipe: Free watchqueue state after clearing pipe ringDavid Howells2022-03-111-3/+5
* fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-221-3/+61
* 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