aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: preallocation transactions do not need to be synchronousDave Chinner2011-03-261-0/+4
* xfs: zero proper structure size for geometry callsAlex Elder2011-03-011-3/+8
* xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner2011-01-281-2/+18
* xfs: add FITRIM supportChristoph Hellwig2011-01-111-0/+3
* xfs: xfs_ioctl: fix information leak to userlandKulikov Vasiliy2010-11-101-1/+1
* xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz2010-10-181-7/+7
* xfs: don't use vfs writeback for pure metadata modificationsDave Chinner2010-10-181-1/+1
* xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner2010-10-181-1/+2
* xfs: prevent reading uninitialized stack memoryDan Rosenberg2010-09-101-0/+2
* xfs: Disallow 32bit project quota idArkadiusz Mi?kiewicz2010-09-021-0/+7
* xfs: split xfs_itrace_entryChristoph Hellwig2010-07-261-2/+2
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-2/+1
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-8/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-11/+1
* xfs: always use iget in bulkstatChristoph Hellwig2010-06-231-4/+3
* xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.cZhitong Wang2010-05-191-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* xfs: more reserved blocks fixupsEric Sandeen2010-02-081-0/+3
* xfs: convert attr to use unsigned namesDave Chinner2010-01-201-9/+9
* xfs: event tracing supportChristoph Hellwig2009-12-141-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher2009-06-111-12/+13
|\
| * xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-1/+0
| * xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-11/+13
* | xfs: use memdup_user()Li Zefan2009-04-201-16/+7
|/
* xfs: include header files for prototypesHannes Eder2009-03-061-0/+1
* xfs: cleanup xfs_find_handleChristoph Hellwig2009-02-081-62/+44
* xfs: fix dentry aliasing issues in open_by_handleChristoph Hellwig2009-01-191-168/+137
* filesystem freeze: remove XFS specific ioctl interfaces for freeze featureTakashi Sato2009-01-091-15/+0
* [XFS] Fix merge failuresLachlan McIlroy2008-12-291-1/+2
|\
| * CRED: Pass credentials through dentry_open()David Howells2008-11-141-1/+2
| * CRED: Wrap task credential accesses in the XFS filesystemDavid Howells2008-11-141-1/+1
* | [XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig2008-12-111-9/+20
* | [XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handlersandeen@sandeen.net2008-12-021-3/+3
* | [XFS] Clean up some existing compat ioctl callssandeen@sandeen.net2008-12-021-4/+4
* | [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net2008-12-021-56/+53
* | [XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig2008-12-011-1/+1
* | [XFS] convert xfs_getbmap to take formatter functionsEric Sandeen2008-12-011-25/+39
* | CRED: Wrap task credential accesses in the XFS filesystemDavid Howells2008-10-311-1/+1
* | [XFS] remove restricted chown parameter from xfs linuxTim Shimmin2008-10-301-4/+0
* | [XFS] kill sys_credChristoph Hellwig2008-10-301-2/+1
|/
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-4/+3
* [XFS] Kill shouty XFS_ITOV() macroDavid Chinner2008-08-131-2/+2
* [XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig2008-07-281-2/+27
* [XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig2008-07-281-2/+2
* [XFS] xfs_setattr currently doesn't just handle the attributes set throughChristoph Hellwig2008-07-281-36/+303
* [XFS] attrmulti cleanupChristoph Hellwig2008-07-281-1/+1
* [XFS] Check for invalid flags in xfs_attrlist_by_handle.Christoph Hellwig2008-07-281-0/+6
* [PATCH] sanitize __user_walk_fd() et.al.Al Viro2008-07-261-8/+6
* [XFS] Cleanup xfs_attr a bit with xfs_name and remove credBarry Naujok2008-04-291-3/+3
* [XFS] kill di_mode checks after xfs_igetChristoph Hellwig2008-04-291-1/+1