aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-08[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-5/+5
2006-11-11[XFS] 956664: dm_read_invis() changes i_atimeVlad Apostolov1-1/+4
2006-09-28[XFS] move XFS_IOC_GETVERSION to main multiplexerAlexey Dobriyan1-7/+2
2006-09-28[XFS] pass inode to xfs_ioc_space(), simplify some code. There is trivialAlexey Dobriyan1-5/+5
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott1-1/+1
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-32/+29
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott1-4/+4
2006-03-14[XFS] Switch over from linvfs names for file operations for consistentNathan Scott1-1/+1
2006-03-14[XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott1-52/+76
2006-01-12Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds1-7/+3
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig1-4/+1
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott1-1/+1
2006-01-11[XFS] Ensure max diosize reported is aligned with minimum diosize.Nathan Scott1-1/+1
2006-01-11[XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dontNathan Scott1-2/+1
2006-01-10[PATCH] remove xfs xattr permission checksChristoph Hellwig1-0/+5
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-10/+9
2005-09-02[XFS] remove struct vnode::v_typeChristoph Hellwig1-5/+11
2005-09-02[XFS] Fix check for writeable file in xfs_ioc_space ioctl codeEric Sandeen1-1/+1
2005-06-21[XFS] Makes more sense to use the fsxattr interface instead of adding newNathan Scott1-25/+8
2005-06-21[XFS] Add a get/set interface for XFS project identifiers.Nathan Scott1-0/+22
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1336