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