summaryrefslogtreecommitdiffstats
path: root/fs/ioctl.c
AgeCommit message (Expand)AuthorLines
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik-13/+2
2010-04-23Cleanup generic block based fiemapJosef Bacik-39/+53
2009-11-12__generic_block_fiemap(): fix for files bigger than 4GBMike Hommey-1/+1
2009-09-24vfs: explicitly cast s_maxbytes in fiemap_check_rangesJeff Layton-4/+5
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Ankit Jain-0/+35
2009-06-17No instance of ->bmap() needs BKLAl Viro-2/+0
2009-05-13vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypesAneesh Kumar K.V-4/+10
2009-05-06fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik-20/+55
2009-03-16Rationalize fasync return valuesJonathan Corbet-1/+1
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet-12/+1
2009-03-16Use f_lock to protect f_flagsJonathan Corbet-3/+4
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens-1/+1
2009-01-09filesystem freeze: implement generic freeze featureTakashi Sato-0/+46
2009-01-05GFS2: Support for FIEMAP ioctlSteven Whitehouse-10/+34
2008-12-05Fix a race condition in FASYNC handlingJonathan Corbet-4/+8
2008-10-12provide generic_block_fiemap() only with BLOCK=yAdrian Bunk-0/+4
2008-10-03generic block based fiemap implementationJosef Bacik-0/+118
2008-10-08vfs: vfs-level fiemap interfaceMark Fasheh-0/+155
2008-04-29make vfs_ioctl() staticAdrian Bunk-2/+2
2008-02-09fix up kerneldoc in fs/ioctl.c a little bitChristoph Hellwig-4/+4
2008-02-07VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctlsErez Zadok-54/+75
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesErez Zadok-8/+20
2008-02-07VFS: apply coding standards to fs/ioctl.cErez Zadok-80/+84
2007-07-16drop obsolete sys_ioctl exportChristoph Hellwig-8/+0
2007-07-16revert "vanishing ioctl handler debugging"Andrew Morton-11/+3
2007-06-04vanishing ioctl handler debuggingAndrew Morton-3/+11
2007-05-08vfs: remove superflous sb == NULL checksChristoph Hellwig-2/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek-7/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+186