summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove subdirectoriesChristoph Hellwig2011-08-121-250/+0
* xfs: failure mapping nfs fh to inode should return ESTALEJ. Bruce Fields2011-07-201-2/+2
* exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+3
* xfs: fix exporting with left over 64-bit inodesSamuel Kvasnica2010-12-161-2/+10
* xfs: remove xfs_iput_newChristoph Hellwig2010-07-261-4/+3
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: remove block number from inode lookup codeDave Chinner2010-06-241-1/+1
* xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner2010-06-241-5/+4
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields2010-03-041-2/+2
|\
* | xfs_export_operations.commit_metadataBen Myers2010-02-201-0/+20
|/
* [XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operationsChristoph Hellwig2009-01-091-4/+19
* [XFS] remove xfs_vfsops.hChristoph Hellwig2008-12-011-1/+0
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-29/+3
* [XFS] convert xfs to use ERR_CASTEric Sandeen2008-08-131-2/+2
* [XFS] Avoid directly referencing the VFS inode.David Chinner2008-08-131-3/+3
* [XFS] Return case-insensitive match for dentry cacheBarry Naujok2008-07-281-1/+1
* [XFS] kill di_mode checks after xfs_igetChristoph Hellwig2008-04-291-1/+1
* [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-181-3/+2
* [XFS] cleanup vnode use in xfs_lookupChristoph Hellwig2008-04-181-5/+4
* [XFS] don't encode parent in nfs filehandles unless nessecaryChristoph Hellwig2008-04-181-1/+1
* [XFS] Cleanup various fid related bits:Christoph Hellwig2008-02-071-8/+17
* exportfs: make struct export_operations constChristoph Hellwig2007-10-221-1/+1
* xfs: new export opsChristoph Hellwig2007-10-221-81/+123
* [XFS] cleanup fid types messChristoph Hellwig2007-10-191-3/+3
* [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-3/+1
* [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-161-2/+2
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-3/+5
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-1/+3
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-1/+1
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-1/+0
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-3/+3
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-091-3/+3
* [XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott2006-03-171-5/+5
* [XFS] Switch over from linvfs names for sb/quotactl operations forNathan Scott2006-03-141-9/+9
* [XFS] Take a dentry structure off the stack into the data segment.Nathan Scott2006-03-141-5/+2
* [XFS] find_exported_dentry(). XFS does not need to use this symbol as itDavid Chinner2006-03-141-1/+1
* [XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott2005-11-021-2/+1
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-30/+14
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+205