#!/bin/bash perf record -e net:net_dev_xmit -e net:net_dev_queue \ -e net:netif_receive_skb -e net:netif_rx \ -e skb:consume_skb -e skb:kfree_skb \ -e skb:skb_copy_datagram_iovec -e napi:napi_poll \ -e irq:irq_handler_entry -e irq:irq_handler_exit \ -e irq:softirq_entry -e irq:softirq_exit \ -e irq:softirq_raise $@ ernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/fs/pipe.c
AgeCommit message (Expand)Author
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-02-02fs/pipe: Convert to lockdep_cmp_fnKent Overstreet
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-12pipe: wakeup wr_wait after setting max_usageLukas Schauer
2023-11-28fs/pipe: Fix lockdep false-positive in watchqueue pipe_write()Jann Horn
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-19fs/pipe: use spinlock in pipe_read() only if there is a watch_queueMax Kellermann
2023-10-19fs/pipe: remove unnecessary spinlock from pipe_write()Max Kellermann
2023-10-19fs/pipe: move check to pipe_has_watch_queue()Max Kellermann
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-10-18fs: convert core infrastructure to new timestamp accessorsJeff Layton
2023-09-20fs/pipe: remove duplicate "offset" initializerMax Kellermann
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-19fs/pipe: remove redundant initialization of pointer bufColin Ian King
2023-07-13fs: convert to ctime accessor functionsJeff Layton
2023-07-10pipe: Pass argument of pipe_fcntl as intLuca Vizzarro
2023-05-12pipe: check for IOCB_NOWAIT alongside O_NONBLOCKJens Axboe
2023-04-25pipe: set FMODE_NOWAIT on pipesJens Axboe
2022-08-20dynamic_dname(): drop unused dentry argumentAl Viro