aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-26xfs: preallocation transactions do not need to be synchronousDave Chinner1-0/+4
2011-03-01xfs: zero proper structure size for geometry callsAlex Elder1-3/+8
2011-01-28xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner1-2/+18
2011-01-11xfs: add FITRIM supportChristoph Hellwig1-0/+3
2010-11-10xfs: xfs_ioctl: fix information leak to userlandKulikov Vasiliy1-1/+1
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz1-7/+7
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-1/+1
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner1-1/+2
2010-09-10xfs: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-02xfs: Disallow 32bit project quota idArkadiusz Mi?kiewicz1-0/+7
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig1-2/+2
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-2/+1
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-8/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-11/+1
2010-06-23xfs: always use iget in bulkstatChristoph Hellwig1-4/+3
2010-05-19xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.cZhitong Wang1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-08xfs: more reserved blocks fixupsEric Sandeen1-0/+3
2010-01-20xfs: convert attr to use unsigned namesDave Chinner1-9/+9
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+1
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher1-12/+13
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-1/+0
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-11/+13
2009-04-20xfs: use memdup_user()Li Zefan1-16/+7
2009-03-06xfs: include header files for prototypesHannes Eder1-0/+1
2009-02-08xfs: cleanup xfs_find_handleChristoph Hellwig1-62/+44
2009-01-19xfs: fix dentry aliasing issues in open_by_handleChristoph Hellwig1-168/+137
2009-01-09filesystem freeze: remove XFS specific ioctl interfaces for freeze featureTakashi Sato1-15/+0
2008-12-29[XFS] Fix merge failuresLachlan McIlroy1-1/+2
2008-12-11[XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig1-9/+20
2008-12-02[XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handlersandeen@sandeen.net1-3/+3
2008-12-02[XFS] Clean up some existing compat ioctl callssandeen@sandeen.net1-4/+4
2008-12-02[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net1-56/+53
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig1-1/+1
2008-12-01[XFS] convert xfs_getbmap to take formatter functionsEric Sandeen1-25/+39
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+2
2008-11-14CRED: Wrap task credential accesses in the XFS filesystemDavid Howells1-1/+1
2008-10-31CRED: Wrap task credential accesses in the XFS filesystemDavid Howells1-1/+1
2008-10-30[XFS] remove restricted chown parameter from xfs linuxTim Shimmin1-4/+0
2008-10-30[XFS] kill sys_credChristoph Hellwig1-2/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-4/+3
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-2/+2
2008-07-28[XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig1-2/+27
2008-07-28[XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig1-2/+2
2008-07-28[XFS] xfs_setattr currently doesn't just handle the attributes set throughChristoph Hellwig1-36/+303
2008-07-28[XFS] attrmulti cleanupChristoph Hellwig1-1/+1
2008-07-28[XFS] Check for invalid flags in xfs_attrlist_by_handle.Christoph Hellwig1-0/+6
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-8/+6
2008-04-29[XFS] Cleanup xfs_attr a bit with xfs_name and remove credBarry Naujok1-3/+3
2008-04-29[XFS] kill di_mode checks after xfs_igetChristoph Hellwig1-1/+1