summaryrefslogtreecommitdiff
path: root/fs/ioctl.c
Commit message (Expand)AuthorAge
* fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski2018-04-02
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-02
* vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein2016-12-16
* vfs: allow vfs_clone_file_range() across mount pointsAmir Goldstein2016-12-16
* vfs: cap dedupe request structure size at PAGE_SIZEDarrick J. Wong2016-09-15
* vfs: fix return type of ioctl_file_dedupe_rangeDarrick J. Wong2016-09-15
* vfs: ioctl: prevent double-fetch in dedupe ioctlScott Bauer2016-07-28
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-12
|\
| * vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong2016-01-01
| * vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-07
* | compat_ioctl: don't pass fd around when not neededAl Viro2016-01-08
|/
* fsioctl.c: make generic_block_fiemap() signal-tolerantDmitry Monakhov2015-02-10
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-16
|\
| * VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker2014-11-07
* | fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski2014-11-17
|/
* file->f_op is never NULL...Al Viro2013-10-24
* new helper: file_inode(file)Al Viro2013-02-22
* switch simple cases of fget_light to fdgetAl Viro2012-09-26
* fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-28
* vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds2012-01-05
* vfs: cleanup do_vfs_ioctl()Namhyung Kim2011-03-21
* fs: make block fiemap mapping length at least blocksize longJosef Bacik2011-02-02
* fs: fix address space warnings in ioctl_fiemap()Namhyung Kim2011-01-17
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-11-19
|\
| * fs: Do not dispatch FITRIM through separate super_operationLukas Czerner2010-11-19
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
|/
* fs: Add FITRIM ioctlLukas Czerner2010-10-27
* bkl: Remove locked .ioctl file operationArnd Bergmann2010-08-14
* Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik2010-05-21
* Cleanup generic block based fiemapJosef Bacik2010-04-23
* __generic_block_fiemap(): fix for files bigger than 4GBMike Hommey2009-11-12
* vfs: explicitly cast s_maxbytes in fiemap_check_rangesJeff Layton2009-09-24
* fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Ankit Jain2009-06-24
* No instance of ->bmap() needs BKLAl Viro2009-06-17
* vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypesAneesh Kumar K.V2009-05-13
* fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik2009-05-06
* Rationalize fasync return valuesJonathan Corbet2009-03-16
* Move FASYNC bit handling to f_op->fasync()Jonathan Corbet2009-03-16
* Use f_lock to protect f_flagsJonathan Corbet2009-03-16
* [CVE-2009-0029] System call wrappers part 15Heiko Carstens2009-01-14
* filesystem freeze: implement generic freeze featureTakashi Sato2009-01-09
* GFS2: Support for FIEMAP ioctlSteven Whitehouse2009-01-05
* Fix a race condition in FASYNC handlingJonathan Corbet2008-12-05
* provide generic_block_fiemap() only with BLOCK=yAdrian Bunk2008-10-12
* generic block based fiemap implementationJosef Bacik2008-10-03
* vfs: vfs-level fiemap interfaceMark Fasheh2008-10-08
* make vfs_ioctl() staticAdrian Bunk2008-04-29
* fix up kerneldoc in fs/ioctl.c a little bitChristoph Hellwig2008-02-09