summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_vfs.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-161-226/+0
* [XFS] move syncing related members from struct bhv_vfs to struct xfs_mountChristoph Hellwig2007-10-161-3/+0
* [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-3/+0
* [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-161-67/+0
* [XFS] remove dependency of the quota module on behaviorsChristoph Hellwig2007-10-161-15/+0
* [XFS] remove dependency of the dmapi module on behaviorsChristoph Hellwig2007-10-161-14/+0
* [XFS] move freeing the mount structure from xfs_mount_free into the callersChristoph Hellwig2007-10-161-0/+1
* [XFS] kill struct bhv_vnodeChristoph Hellwig2007-10-161-4/+4
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-2/+2
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-1/+0
* [XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott2006-06-091-2/+2
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-4/+4
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-091-14/+14
* [XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott2006-03-171-1/+16
* [XFS] Use XFS_VFSTOM in more places instead of open coding it. Nathan Scott2006-03-141-1/+1
* [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-2/+0
* [XFS] Switch kernel thread handling to the kthread_ APIChristoph Hellwig2005-09-051-1/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+330