summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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 Viro177-883/+908
2016-01-13Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds26-343/+733
2016-01-09compat_ioctl: don't pass fd around when not neededAl Viro4-55/+61
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong5-0/+173
2015-12-08vfs: pull btrfs clone API to vfs layerChristoph Hellwig11-193/+254
2015-02-10fsioctl.c: make generic_block_fiemap() signal-tolerantDmitry Monakhov2-1/+7
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds27-269/+525
2014-11-17fs: add freeze_super/thaw_super fs hooksBenjamin Marzinski3-3/+15
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker5-6/+7
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds4-56/+26
2011-03-21vfs: cleanup do_vfs_ioctl()Namhyung Kim1-13/+8
2011-02-03fs: make block fiemap mapping length at least blocksize longJosef Bacik1-0/+7
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim2-7/+7
2010-11-20Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds6-56/+37
2010-11-20fs: Do not dispatch FITRIM through separate super_operationLukas Czerner3-41/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann137-137/+0
2010-10-28fs: Add FITRIM ioctlLukas Czerner2-0/+47
2010-08-13bkl: Remove locked .ioctl file operationArnd Bergmann7-51/+13
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik4-71/+110
2010-04-23Cleanup generic block based fiemapJosef Bacik2-41/+56
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 Jain5-29/+139
2009-06-17No instance of ->bmap() needs BKLAl Viro2-3/+1
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 Corbet17-73/+22
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet4-27/+29
2009-03-16Use f_lock to protect f_flagsJonathan Corbet13-9/+33
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens4-9/+10
2009-01-10filesystem freeze: implement generic freeze featureTakashi Sato5-10/+130
2009-01-05GFS2: Support for FIEMAP ioctlSteven Whitehouse3-10/+83
2008-12-05Fix a race condition in FASYNC handlingJonathan Corbet2-4/+15
2008-10-12provide generic_block_fiemap() only with BLOCK=yAdrian Bunk1-0/+4
2008-10-03generic block based fiemap implementationJosef Bacik8-0/+143
2008-10-08vfs: vfs-level fiemap interfaceMark Fasheh4-0/+465
2008-04-29make vfs_ioctl() staticAdrian Bunk2-3/+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 Zadok3-10/+24
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
[next]