aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_ioctl.c
AgeCommit message (Expand)Author
2009-02-06MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner
2008-07-28[XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig
2008-07-28[XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig
2008-07-28[XFS] xfs_setattr currently doesn't just handle the attributes set throughChristoph Hellwig
2008-07-28[XFS] attrmulti cleanupChristoph Hellwig
2008-07-28[XFS] Check for invalid flags in xfs_attrlist_by_handle.Christoph Hellwig
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro
2008-04-29[XFS] Cleanup xfs_attr a bit with xfs_name and remove credBarry Naujok
2008-04-29[XFS] kill di_mode checks after xfs_igetChristoph Hellwig
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen
2008-04-18[XFS] Fix merge failureLachlan McIlroy
2008-04-18[XFS] The forward declarations for the xfs_ioctl() helpers and theLachlan McIlroy
2008-04-18[XFS] split xfs_ioc_xattrLachlan McIlroy
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen
2008-02-07[XFS] Fix up sparse warnings.David Chinner
2008-02-07[XFS] cleanup vnode useage in xfs_ioctl.cChristoph Hellwig
2008-02-07[XFS] simplify vn_revalidateChristoph Hellwig
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy
2007-12-10[XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy
2007-10-19[XFS] cleanup fid types messChristoph Hellwig
2007-10-16[XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctlChristoph Hellwig
2007-10-16[XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfsChristoph Hellwig
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig
2007-10-15[XFS] decontaminate vnode operations from behavior detailsChristoph Hellwig
2007-10-15[XFS] stop using uio in the readlink codeChristoph Hellwig
2007-07-14[XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat modeMichal Marek
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen
2007-02-10[XFS] Clean up use of VFS attr flagsEric Sandeen
2007-02-10[XFS] remove unused filp from ioctl functionsLachlan McIlroy
2007-02-10[XFS] use struct kvec in struct uioLachlan McIlroy
2006-12-08[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-11-11[XFS] 956664: dm_read_invis() changes i_atimeVlad Apostolov
2006-09-28[XFS] move XFS_IOC_GETVERSION to main multiplexerAlexey Dobriyan
2006-09-28[XFS] pass inode to xfs_ioc_space(), simplify some code. There is trivialAlexey Dobriyan
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott
2006-03-14[XFS] Switch over from linvfs names for file operations for consistentNathan Scott
2006-03-14[XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott
2006-01-12Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap