#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" stro/kernel/atom/fs/ioctl.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/ioctl.c
AgeCommit message (Expand)Author
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-05-13fs/ioctl: Add a comment to keep the logic in sync with LSM policiesGünther Noack
2024-04-09fs: Return ENOTTY directly if FS_IOC_GETUUID or FS_IOC_GETFSSYSFSPATH failGünther Noack
2024-02-12fs: add FS_IOC_GETFSSYSFSPATHKent Overstreet
2024-02-08fs: FS_IOC_GETUUIDKent Overstreet
2023-12-24lsm: new security_file_ioctl_compat() hookAlfred Piccioni
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner
2022-04-01Merge tag 'vfs-5.18-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-03-30fs: fix an infinite loop in iomap_fiemapGuo Xuenan
2022-03-14fs: allow cross-vfsmount reflink/dedupeJosef Bacik
2022-01-15fs/ioctl: remove unnecessary __user annotationAmit Daniel Kachhap
2021-08-31Merge tag 'vfs-5.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-03fs: forbid invalid project IDWang Shilong
2021-07-27fs: remove generic_block_fiemapChristoph Hellwig
2021-04-12vfs: add fileattr opsMiklos Szeredi