aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/compat/opensolaris/kern/opensolaris_vfs.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* MFC r196456,r196457,r196458,r196662,r196702,r196703,r196919,r196927,r196928,Pawel Jakub Dawidek2009-09-151-40/+59
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-3/+3
* Extend the "vfsopt" mount options for more general use. Make structJamie Gritton2009-03-021-22/+3
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-57/+12
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-3/+3
* We want to check new options given, not the current ones.Pawel Jakub Dawidek2008-07-211-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-3/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-2/+2
* - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR:Pawel Jakub Dawidek2007-11-011-2/+6
* Reimplement traverse() helper function:Pawel Jakub Dawidek2007-06-041-9/+13
* Share-lock a vnode where possible.Pawel Jakub Dawidek2007-05-021-1/+1
* MFp4:Pawel Jakub Dawidek2007-04-211-1/+1
* MFp4: Fix automatic snapshot mount when unprivileged user does lookupPawel Jakub Dawidek2007-04-181-7/+8
* - Fix a leftover - vfs_mount_alloc() is now exported properly.Pawel Jakub Dawidek2007-04-171-4/+5
* Please welcome ZFS - The last word in file systems.Pawel Jakub Dawidek2007-04-061-0/+270