summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/xfs/FreeBSD/xfs_mountops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-17/+12
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-4/+5
* - Disallow XFS mounting in write mode. The write support never worked reallyattilio2008-07-211-0/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* Some times ago, vfs_getopts() was changed, so that it would set error tocognet2007-08-201-5/+5
* Bow to incomplete GCC 4. constant propagation optimizations andkan2007-05-301-1/+1
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-11/+0
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-0/+7
* Call g_vfs_close() if:rodrigc2006-06-101-2/+35
* Sync XFS for FreeBSD tree with newer changes from SGI XFS for Linux tree.rodrigc2006-06-091-36/+44
* Add support for "export" option, to allow NFS exportingrodrigc2006-05-261-5/+11
* Check for VFS_STATFS() failure in _xfs_mount() and abort the mountkeramida2006-05-051-2/+1
* Eradicate caddr_t from the VFS API.des2005-12-141-1/+1
* Initial import of read-only support for SGI's XFS filesystem.rodrigc2005-12-121-0/+459
OpenPOWER on IntegriCloud