aboutsummaryrefslogtreecommitdiff
path: root/fs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+9
2018-10-30vfs: plumb remap flags through the vfs clone functionsGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-1/+9
2018-10-26vfs: fix FIGETBSZ ioctl on an overlayfs fileGravatar Amir Goldstein 1-0/+3
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Gravatar Amir Goldstein 1-1/+1
2018-07-18vfs: export vfs_ioctl() to modulesGravatar Miklos Szeredi 1-0/+1
2018-05-24fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystemsGravatar Seth Forshee 1-2/+2
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Gravatar Dominik Brodowski 1-1/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Gravatar Ingo Molnar 1-0/+2
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionGravatar Amir Goldstein 1-1/+1
2016-12-16vfs: allow vfs_clone_file_range() across mount pointsGravatar Amir Goldstein 1-0/+4
2016-09-15vfs: cap dedupe request structure size at PAGE_SIZEGravatar Darrick J. Wong 1-0/+4
2016-09-15vfs: fix return type of ioctl_file_dedupe_rangeGravatar Darrick J. Wong 1-1/+1
2016-07-28vfs: ioctl: prevent double-fetch in dedupe ioctlGravatar Scott Bauer 1-0/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+67
2016-01-08compat_ioctl: don't pass fd around when not neededGravatar Al Viro 1-2/+2
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsGravatar Darrick J. Wong 1-0/+38
2015-12-07vfs: pull btrfs clone API to vfs layerGravatar Christoph Hellwig 1-0/+29
2015-02-10fsioctl.c: make generic_block_fiemap() signal-tolerantGravatar Dmitry Monakhov 1-0/+5
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2014-11-17fs: add freeze_super/thaw_super fs hooksGravatar Benjamin Marzinski 1-1/+5
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Gravatar Anna Schumaker 1-1/+1
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-6/+6
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-16/+9
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-05vfs: fix up ENOIOCTLCMD error handlingGravatar Linus Torvalds 1-1/+1
2011-03-21vfs: cleanup do_vfs_ioctl()Gravatar Namhyung Kim 1-13/+8
2011-02-02fs: make block fiemap mapping length at least blocksize longGravatar Josef Bacik 1-0/+7
2011-01-17fs: fix address space warnings in ioctl_fiemap()Gravatar Namhyung Kim 1-5/+5
2010-11-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-39/+0
2010-11-19fs: Do not dispatch FITRIM through separate super_operationGravatar Lukas Czerner 1-39/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-27fs: Add FITRIM ioctlGravatar Lukas Czerner 1-0/+39
2010-08-14bkl: Remove locked .ioctl file operationGravatar Arnd Bergmann 1-14/+4
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlGravatar Josef Bacik 1-13/+2
2010-04-23Cleanup generic block based fiemapGravatar Josef Bacik 1-39/+53
2009-11-12__generic_block_fiemap(): fix for files bigger than 4GBGravatar Mike Hommey 1-1/+1
2009-09-24vfs: explicitly cast s_maxbytes in fiemap_check_rangesGravatar Jeff Layton 1-4/+5
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Gravatar Ankit Jain 1-0/+35
2009-06-17No instance of ->bmap() needs BKLGravatar Al Viro 1-2/+0
2009-05-13vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypesGravatar Aneesh Kumar K.V 1-4/+10
2009-05-06fiemap: fix problem with setting FIEMAP_EXTENT_LASTGravatar Josef Bacik 1-20/+55
2009-03-16Rationalize fasync return valuesGravatar Jonathan Corbet 1-1/+1
2009-03-16Move FASYNC bit handling to f_op->fasync()Gravatar Jonathan Corbet 1-12/+1
2009-03-16Use f_lock to protect f_flagsGravatar Jonathan Corbet 1-3/+4
2009-01-14[CVE-2009-0029] System call wrappers part 15Gravatar Heiko Carstens 1-1/+1