summaryrefslogtreecommitdiffstats
path: root/fs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-16/+9
* fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds2012-01-051-1/+1
* vfs: cleanup do_vfs_ioctl()Namhyung Kim2011-03-211-13/+8
* fs: make block fiemap mapping length at least blocksize longJosef Bacik2011-02-021-0/+7
* fs: fix address space warnings in ioctl_fiemap()Namhyung Kim2011-01-171-5/+5
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-11-191-39/+0
|\
| * fs: Do not dispatch FITRIM through separate super_operationLukas Czerner2010-11-191-39/+0
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* fs: Add FITRIM ioctlLukas Czerner2010-10-271-0/+39
* bkl: Remove locked .ioctl file operationArnd Bergmann2010-08-141-14/+4
* Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik2010-05-211-13/+2
* Cleanup generic block based fiemapJosef Bacik2010-04-231-39/+53
* __generic_block_fiemap(): fix for files bigger than 4GBMike Hommey2009-11-121-1/+1
* vfs: explicitly cast s_maxbytes in fiemap_check_rangesJeff Layton2009-09-241-4/+5
* fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Ankit Jain2009-06-241-0/+35
* No instance of ->bmap() needs BKLAl Viro2009-06-171-2/+0
* vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypesAneesh Kumar K.V2009-05-131-4/+10
* fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik2009-05-061-20/+55
* Rationalize fasync return valuesJonathan Corbet2009-03-161-1/+1
* Move FASYNC bit handling to f_op->fasync()Jonathan Corbet2009-03-161-12/+1
* Use f_lock to protect f_flagsJonathan Corbet2009-03-161-3/+4
* [CVE-2009-0029] System call wrappers part 15Heiko Carstens2009-01-141-1/+1
* filesystem freeze: implement generic freeze featureTakashi Sato2009-01-091-0/+46
* GFS2: Support for FIEMAP ioctlSteven Whitehouse2009-01-051-10/+34
* Fix a race condition in FASYNC handlingJonathan Corbet2008-12-051-4/+8
* provide generic_block_fiemap() only with BLOCK=yAdrian Bunk2008-10-121-0/+4
* generic block based fiemap implementationJosef Bacik2008-10-031-0/+118
* vfs: vfs-level fiemap interfaceMark Fasheh2008-10-081-0/+155
* make vfs_ioctl() staticAdrian Bunk2008-04-291-2/+2
* fix up kerneldoc in fs/ioctl.c a little bitChristoph Hellwig2008-02-091-4/+4
* VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctlsErez Zadok2008-02-071-54/+75
* VFS: swap do_ioctl and vfs_ioctl namesErez Zadok2008-02-071-8/+20
* VFS: apply coding standards to fs/ioctl.cErez Zadok2008-02-071-80/+84
* drop obsolete sys_ioctl exportChristoph Hellwig2007-07-161-8/+0
* revert "vanishing ioctl handler debugging"Andrew Morton2007-07-161-11/+3
* vanishing ioctl handler debuggingAndrew Morton2007-06-041-3/+11
* vfs: remove superflous sb == NULL checksChristoph Hellwig2007-05-081-2/+0
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-7/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+186