aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16[XFS] kill struct bhv_vfsChristoph Hellwig1-226/+0
2007-10-16[XFS] move syncing related members from struct bhv_vfs to struct xfs_mountChristoph Hellwig1-3/+0
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-3/+0
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig1-67/+0
2007-10-16[XFS] remove dependency of the quota module on behaviorsChristoph Hellwig1-15/+0
2007-10-16[XFS] remove dependency of the dmapi module on behaviorsChristoph Hellwig1-14/+0
2007-10-16[XFS] move freeing the mount structure from xfs_mount_free into the callersChristoph Hellwig1-0/+1
2007-10-16[XFS] kill struct bhv_vnodeChristoph Hellwig1-4/+4
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-2/+2
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 remaining vtypes for FreeBSDNathan Scott1-2/+2
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-4/+4
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-14/+14
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott1-1/+16
2006-03-14[XFS] Use XFS_VFSTOM in more places instead of open coding it. Nathan Scott1-1/+1
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-2/+0
2005-09-05[XFS] Switch kernel thread handling to the kthread_ APIChristoph Hellwig1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+330