summaryrefslogtreecommitdiffstats
path: root/fs/pipe.c
Commit message (Expand)AuthorAgeFilesLines
* fs/pipe: Convert to lockdep_cmp_fnKent Overstreet2024-02-021-45/+36
* Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2024-01-101-1/+0
|\
| * fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2023-12-281-1/+0
* | pipe: wakeup wr_wait after setting max_usageLukas Schauer2023-12-121-2/+5
* | fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()Jann Horn2023-11-281-5/+12
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \
| * | fs: convert core infrastructure to new timestamp accessorsJeff Layton2023-10-181-1/+1
| |/
* | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-29/+35
|\ \ | |/ |/|
| * fs/pipe: use spinlock in pipe_read() only if there is a watch_queueMax Kellermann2023-10-191-11/+32
| * fs/pipe: remove unnecessary spinlock from pipe_write()Max Kellermann2023-10-191-9/+0
| * fs/pipe: move check to pipe_has_watch_queue()Max Kellermann2023-10-191-9/+3
* | fs/pipe: remove duplicate "offset" initializerMax Kellermann2023-09-201-1/+0
|/
* Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-4/+4
|\
| * fs/pipe: remove redundant initialization of pointer bufColin Ian King2023-08-191-1/+1
| * pipe: Pass argument of pipe_fcntl as intLuca Vizzarro2023-07-101-3/+3
* | fs: convert to ctime accessor functionsJeff Layton2023-07-131-1/+1
|/
* 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