aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-5/+10
2008-04-18[XFS] Fix merge failureLachlan McIlroy1-2/+4
2008-04-18[XFS] The forward declarations for the xfs_ioctl() helpers and theLachlan McIlroy1-312/+2
2008-04-18[XFS] split xfs_ioc_xattrLachlan McIlroy1-56/+312
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-3/+3
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen1-1/+1
2008-02-07[XFS] Fix up sparse warnings.David Chinner1-1/+1
2008-02-07[XFS] cleanup vnode useage in xfs_ioctl.cChristoph Hellwig1-51/+28
2008-02-07[XFS] simplify vn_revalidateChristoph Hellwig1-2/+2
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy1-2/+1
2007-12-10[XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy1-12/+8
2007-10-19[XFS] cleanup fid types messChristoph Hellwig1-12/+12
2007-10-16[XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctlChristoph Hellwig1-44/+46
2007-10-16[XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfsChristoph Hellwig1-2/+2
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig1-1/+1
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig1-1/+2
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-20/+20
2007-10-15[XFS] decontaminate vnode operations from behavior detailsChristoph Hellwig1-27/+21
2007-10-15[XFS] stop using uio in the readlink codeChristoph Hellwig1-18/+45
2007-07-14[XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat modeMichal Marek1-1/+1
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen1-2/+0
2007-02-10[XFS] Clean up use of VFS attr flagsEric Sandeen1-18/+13
2007-02-10[XFS] remove unused filp from ioctl functionsLachlan McIlroy1-11/+5
2007-02-10[XFS] use struct kvec in struct uioLachlan McIlroy1-1/+1