summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_export.c
AgeCommit message (Expand)AuthorLines
2011-08-12xfs: remove subdirectoriesChristoph Hellwig-250/+0
2011-07-20xfs: failure mapping nfs fh to inode should return ESTALEJ. Bruce Fields-2/+2
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V-1/+3
2010-12-16xfs: fix exporting with left over 64-bit inodesSamuel Kvasnica-2/+10
2010-07-26xfs: remove xfs_iput_newChristoph Hellwig-4/+3
2010-07-26xfs: drop dmapi hooksChristoph Hellwig-1/+0
2010-06-24xfs: remove block number from inode lookup codeDave Chinner-1/+1
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner-5/+4
2010-03-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields-2/+2
2010-02-20xfs_export_operations.commit_metadataBen Myers-0/+20
2009-01-09[XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operationsChristoph Hellwig-4/+19
2008-12-01[XFS] remove xfs_vfsops.hChristoph Hellwig-1/+0
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig-29/+3
2008-08-13[XFS] convert xfs to use ERR_CASTEric Sandeen-2/+2
2008-08-13[XFS] Avoid directly referencing the VFS inode.David Chinner-3/+3
2008-07-28[XFS] Return case-insensitive match for dentry cacheBarry Naujok-1/+1
2008-04-29[XFS] kill di_mode checks after xfs_igetChristoph Hellwig-1/+1
2008-04-18[XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok-3/+2
2008-04-18[XFS] cleanup vnode use in xfs_lookupChristoph Hellwig-5/+4
2008-04-18[XFS] don't encode parent in nfs filehandles unless nessecaryChristoph Hellwig-1/+1
2008-02-07[XFS] Cleanup various fid related bits:Christoph Hellwig-8/+17
2007-10-22exportfs: make struct export_operations constChristoph Hellwig-1/+1
2007-10-22xfs: new export opsChristoph Hellwig-81/+123
2007-10-19[XFS] cleanup fid types messChristoph Hellwig-3/+3
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig-3/+1
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig-2/+2
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig-3/+5
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner-1/+3
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner-1/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott-1/+0
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott-3/+3
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott-3/+3
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott-5/+5
2006-03-14[XFS] Switch over from linvfs names for sb/quotactl operations forNathan Scott-9/+9
2006-03-14[XFS] Take a dentry structure off the stack into the data segment.Nathan Scott-5/+2
2006-03-14[XFS] find_exported_dentry(). XFS does not need to use this symbol as itDavid Chinner-1/+1
2005-11-02[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott-2/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott-30/+14
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+205