aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-5/+10
* [XFS] Fix merge failureLachlan McIlroy2008-04-181-2/+4
* [XFS] The forward declarations for the xfs_ioctl() helpers and theLachlan McIlroy2008-04-181-312/+2
* [XFS] split xfs_ioc_xattrLachlan McIlroy2008-04-181-56/+312
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-1/+1
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-3/+3
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-1/+1
* [XFS] Fix up sparse warnings.David Chinner2008-02-071-1/+1
* [XFS] cleanup vnode useage in xfs_ioctl.cChristoph Hellwig2008-02-071-51/+28
* [XFS] simplify vn_revalidateChristoph Hellwig2008-02-071-2/+2
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-071-2/+1
* [XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy2007-12-101-12/+8
* [XFS] cleanup fid types messChristoph Hellwig2007-10-191-12/+12
* [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctlChristoph Hellwig2007-10-161-44/+46
* [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfsChristoph Hellwig2007-10-161-2/+2
* [XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-1/+1
* [XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig2007-10-161-1/+2
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-20/+20
* [XFS] decontaminate vnode operations from behavior detailsChristoph Hellwig2007-10-151-27/+21
* [XFS] stop using uio in the readlink codeChristoph Hellwig2007-10-151-18/+45
* [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat modeMichal Marek2007-07-141-1/+1
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-101-2/+0
* [XFS] Clean up use of VFS attr flagsEric Sandeen2007-02-101-18/+13
* [XFS] remove unused filp from ioctl functionsLachlan McIlroy2007-02-101-11/+5
* [XFS] use struct kvec in struct uioLachlan McIlroy2007-02-101-1/+1
* [PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-5/+5
* [XFS] 956664: dm_read_invis() changes i_atimeVlad Apostolov2006-11-111-1/+4
* [XFS] move XFS_IOC_GETVERSION to main multiplexerAlexey Dobriyan2006-09-281-7/+2
* [XFS] pass inode to xfs_ioc_space(), simplify some code. There is trivialAlexey Dobriyan2006-09-281-5/+5
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott2006-06-091-1/+1
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-32/+29
* [XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott2006-03-171-4/+4
* [XFS] Switch over from linvfs names for file operations for consistentNathan Scott2006-03-141-1/+1
* [XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott2006-03-141-52/+76
* Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-01-121-7/+3
|\
| * [XFS] add helper to get xfs_inode from vnodeChristoph Hellwig2006-01-111-4/+1
| * [XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott2006-01-111-1/+1
| * [XFS] Ensure max diosize reported is aligned with minimum diosize.Nathan Scott2006-01-111-1/+1
| * [XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dontNathan Scott2006-01-111-2/+1
* | [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
|/
* [PATCH] remove xfs xattr permission checksChristoph Hellwig2006-01-101-0/+5
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-10/+9
* [XFS] remove struct vnode::v_typeChristoph Hellwig2005-09-021-5/+11
* [XFS] Fix check for writeable file in xfs_ioc_space ioctl codeEric Sandeen2005-09-021-1/+1
* [XFS] Makes more sense to use the fsxattr interface instead of adding newNathan Scott2005-06-211-25/+8
* [XFS] Add a get/set interface for XFS project identifiers.Nathan Scott2005-06-211-0/+22
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1336