#!/bin/bash perf record -e raw_syscalls:sys_enter $@ href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/io_uring/openclose.c
AgeCommit message (Expand)Author
2026-02-11io_uring/openclose: fix io_pipe_fixed() slot tracking for specific slotsJens Axboe
2026-02-09Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...Linus Torvalds
2026-01-27io_uring/bpf_filter: allow filtering on contents of struct open_howJens Axboe
2026-01-13rename do_filp_open() to do_file_open()Al Viro
2026-01-13allow incomplete imports of filenamesAl Viro
2025-12-25io_uring: fix filename leak in __io_openat_prep()Prithvi Tambewagh
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos
2025-06-10fs/pipe: set FMODE_NOWAIT in create_pipe_files()Jens Axboe
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe
2025-04-21io_uring: add support for IORING_OP_PIPEJens Axboe