aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ioctl.c
AgeCommit message (Expand)Author
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
2020-07-31fs: remove ksys_ioctlChristoph Hellwig
2020-06-03fs: remove the access_ok() check in ioctl_fiemapChristoph Hellwig
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-03fs: mark __generic_block_fiemap staticChristoph Hellwig
2020-04-30fibmap: Warn and return an error in case of block > INT_MAXRitesh Harjani
2020-02-08Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-02-08compat_ioctl: fix FIONREAD on devicesArnd Bergmann
2020-02-03fibmap: Reject negative block numbersCarlos Maiolino
2020-02-03fibmap: Use bmap instead of ->bmap method in ioctl_fibmapCarlos Maiolino
2020-01-03compat_ioctl: simplify the implementationArnd Bergmann
2020-01-03compat_ioctl: move sys_compat_ioctl() to ioctl.cArnd Bergmann
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann
2019-12-02Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig
2019-10-23compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.cAl Viro
2019-10-23do_vfs_ioctl(): use saner typesAl Viro
2019-10-23compat_ioctl: add compat_ptr_ioctl()Arnd Bergmann
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-26vfs: fix FIGETBSZ ioctl on an overlayfs fileAmir Goldstein
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-07-18vfs: export vfs_ioctl() to modulesMiklos Szeredi
2018-05-24fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystemsSeth Forshee
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein
2016-12-16vfs: allow vfs_clone_file_range() across mount pointsAmir Goldstein
2016-09-15vfs: cap dedupe request structure size at PAGE_SIZEDarrick J. Wong
2016-09-15vfs: fix return type of ioctl_file_dedupe_rangeDarrick J. Wong
2016-07-28vfs: ioctl: prevent double-fetch in dedupe ioctlScott Bauer