summaryrefslogtreecommitdiff
path: root/fs/ioctl.c
AgeCommit message (Expand)Author
2011-03-21vfs: cleanup do_vfs_ioctl()Namhyung Kim
2011-02-02fs: make block fiemap mapping length at least blocksize longJosef Bacik
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim
2010-11-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2010-11-19fs: Do not dispatch FITRIM through separate super_operationLukas Czerner
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-27fs: Add FITRIM ioctlLukas Czerner
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik
2010-04-23Cleanup generic block based fiemapJosef Bacik
2009-11-12__generic_block_fiemap(): fix for files bigger than 4GBMike Hommey
2009-09-24vfs: explicitly cast s_maxbytes in fiemap_check_rangesJeff Layton
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Ankit Jain
2009-06-17No instance of ->bmap() needs BKLAl Viro
2009-05-13vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypesAneesh Kumar K.V
2009-05-06fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik
2009-03-16Rationalize fasync return valuesJonathan Corbet
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet
2009-03-16Use f_lock to protect f_flagsJonathan Corbet
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens
2009-01-09filesystem freeze: implement generic freeze featureTakashi Sato
2009-01-05GFS2: Support for FIEMAP ioctlSteven Whitehouse
2008-12-05Fix a race condition in FASYNC handlingJonathan Corbet
2008-10-12provide generic_block_fiemap() only with BLOCK=yAdrian Bunk
2008-10-03generic block based fiemap implementationJosef Bacik
2008-10-08vfs: vfs-level fiemap interfaceMark Fasheh
2008-04-29make vfs_ioctl() staticAdrian Bunk
2008-02-09fix up kerneldoc in fs/ioctl.c a little bitChristoph Hellwig
2008-02-07VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctlsErez Zadok
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesErez Zadok
2008-02-07VFS: apply coding standards to fs/ioctl.cErez Zadok
2007-07-16drop obsolete sys_ioctl exportChristoph Hellwig
2007-07-16revert "vanishing ioctl handler debugging"Andrew Morton
2007-06-04vanishing ioctl handler debuggingAndrew Morton
2007-05-08vfs: remove superflous sb == NULL checksChristoph Hellwig
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap
2005-01-25[PATCH] compat ioctl security hook fixupChris Wright
2005-01-20[PATCH] Some fixes for compat ioctlAndi Kleen
2005-01-14[PATCH] ioctl rework #2Christoph Hellwig
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-06-20[PATCH] export sys_ioctl to modulesJesse Barnes
2004-05-29[PATCH] sparse: trivial parts of fs/* annotationAlexander Viro
2004-01-18[PATCH] bdev: move i_mapping -> f_mapping conversionsAndrew Morton
2003-07-10[PATCH] i_size atomic accessAndrew Morton
2003-05-12Add user pointer annotations to core filesystem routines.Linus Torvalds
2003-02-04[PATCH] 2.5-bk trivial LSM cleanupChris Wright
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman