aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09fs: Return ENOTTY directly if FS_IOC_GETUUID or FS_IOC_GETFSSYSFSPATH failGünther Noack1-2/+2
2024-02-12fs: add FS_IOC_GETFSSYSFSPATHKent Overstreet1-0/+17
2024-02-08fs: FS_IOC_GETUUIDKent Overstreet1-0/+16
2023-12-24lsm: new security_file_ioctl_compat() hookAlfred Piccioni1-2/+1
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+4
2023-08-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)1-3/+7
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong1-4/+4
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-8/+8
2022-04-01Merge tag 'vfs-5.18-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2022-03-30fs: fix an infinite loop in iomap_fiemapGuo Xuenan1-1/+1
2022-03-14fs: allow cross-vfsmount reflink/dedupeJosef Bacik1-4/+0
2022-01-15fs/ioctl: remove unnecessary __user annotationAmit Daniel Kachhap1-1/+1
2021-08-31Merge tag 'vfs-5.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+8
2021-08-03fs: forbid invalid project IDWang Shilong1-0/+8
2021-07-27fs: remove generic_block_fiemapChristoph Hellwig1-203/+0
2021-04-12vfs: add fileattr opsMiklos Szeredi1-0/+325
2020-07-31fs: remove ksys_ioctlChristoph Hellwig1-6/+1
2020-06-03fs: remove the access_ok() check in ioctl_fiemapChristoph Hellwig1-5/+1
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-4/+6
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-39/+24
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-03fs: mark __generic_block_fiemap staticChristoph Hellwig1-3/+1
2020-04-30fibmap: Warn and return an error in case of block > INT_MAXRitesh Harjani1-0/+8
2020-02-08Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+7
2020-02-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+23
2020-02-08compat_ioctl: fix FIONREAD on devicesArnd Bergmann1-4/+7
2020-02-03fibmap: Reject negative block numbersCarlos Maiolino1-0/+3
2020-02-03fibmap: Use bmap instead of ->bmap method in ioctl_fibmapCarlos Maiolino1-10/+20
2020-01-03compat_ioctl: simplify the implementationArnd Bergmann1-93/+64
2020-01-03compat_ioctl: move sys_compat_ioctl() to ioctl.cArnd Bergmann1-0/+90
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann0-0/+0
2019-12-02Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+11
2019-10-28fs: add generic UNRESVSP and ZERO_RANGE ioctl handlersChristoph Hellwig1-3/+9
2019-10-23compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.cAl Viro1-0/+29
2019-10-23do_vfs_ioctl(): use saner typesAl Viro1-8/+8
2019-10-23compat_ioctl: add compat_ptr_ioctl()Arnd Bergmann1-0/+35
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+9
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong1-1/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-1/+9
2018-10-26vfs: fix FIGETBSZ ioctl on an overlayfs fileAmir Goldstein1-0/+3
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein1-1/+1
2018-07-18vfs: export vfs_ioctl() to modulesMiklos Szeredi1-0/+1
2018-05-24fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystemsSeth Forshee1-2/+2
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski1-1/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar1-0/+2
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein1-1/+1
2016-12-16vfs: allow vfs_clone_file_range() across mount pointsAmir Goldstein1-0/+4
2016-09-15vfs: cap dedupe request structure size at PAGE_SIZEDarrick J. Wong1-0/+4
2016-09-15vfs: fix return type of ioctl_file_dedupe_rangeDarrick J. Wong1-1/+1
2016-07-28vfs: ioctl: prevent double-fetch in dedupe ioctlScott Bauer1-0/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+67
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro1-2/+2
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong1-0/+38
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-0/+29
2015-02-10fsioctl.c: make generic_block_fiemap() signal-tolerantDmitry Monakhov1-0/+5
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2014-11-17fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski1-1/+5
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker1-1/+1
2013-10-24file->f_op is never NULL...Al Viro1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-6/+6
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-16/+9
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds1-1/+1
2011-03-21vfs: cleanup do_vfs_ioctl()Namhyung Kim1-13/+8
2011-02-02fs: make block fiemap mapping length at least blocksize longJosef Bacik1-0/+7
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim1-5/+5
2010-11-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-39/+0
2010-11-19fs: Do not dispatch FITRIM through separate super_operationLukas Czerner1-39/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-27fs: Add FITRIM ioctlLukas Czerner1-0/+39
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann1-14/+4
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik1-13/+2
2010-04-23Cleanup generic block based fiemapJosef Bacik1-39/+53
2009-11-12__generic_block_fiemap(): fix for files bigger than 4GBMike Hommey1-1/+1
2009-09-24vfs: explicitly cast s_maxbytes in fiemap_check_rangesJeff Layton1-4/+5
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Ankit Jain1-0/+35
2009-06-17No instance of ->bmap() needs BKLAl Viro1-2/+0
2009-05-13vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypesAneesh Kumar K.V1-4/+10
2009-05-06fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik1-20/+55
2009-03-16Rationalize fasync return valuesJonathan Corbet1-1/+1
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet1-12/+1
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-3/+4
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens1-1/+1
2009-01-09filesystem freeze: implement generic freeze featureTakashi Sato1-0/+46
2009-01-05GFS2: Support for FIEMAP ioctlSteven Whitehouse1-10/+34
2008-12-05Fix a race condition in FASYNC handlingJonathan Corbet1-4/+8
2008-10-12provide generic_block_fiemap() only with BLOCK=yAdrian Bunk1-0/+4
2008-10-03generic block based fiemap implementationJosef Bacik1-0/+118
2008-10-08vfs: vfs-level fiemap interfaceMark Fasheh1-0/+155
2008-04-29make vfs_ioctl() staticAdrian Bunk1-2/+2
2008-02-09fix up kerneldoc in fs/ioctl.c a little bitChristoph Hellwig1-4/+4
2008-02-07VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctlsErez Zadok1-54/+75
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesErez Zadok1-8/+20
2008-02-07VFS: apply coding standards to fs/ioctl.cErez Zadok1-80/+84
2007-07-16drop obsolete sys_ioctl exportChristoph Hellwig1-8/+0
2007-07-16revert "vanishing ioctl handler debugging"Andrew Morton1-11/+3
2007-06-04vanishing ioctl handler debuggingAndrew Morton1-3/+11
2007-05-08vfs: remove superflous sb == NULL checksChristoph Hellwig1-2/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-7/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+186