summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat/opensolaris/kern/opensolaris_vfs.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r299902,299938: mount_snapshot: consolidate all error handlingavg2016-07-131-17/+21
* MFC r299900: zfsctl: fix several problems with reference countsavg2016-07-131-1/+1
* MFC r296919: Fix small memory leak on attempt to access deleted snapshot.mav2016-03-181-0/+1
* opensolaris compat: clear VI_MOUNT before returning if mount_snapshot failsavg2012-11-041-0/+3
* Imagine situation where a security problem is found in setuid binary.pjd2011-05-311-0/+5
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-40/+32
* - Mount ZFS snapshots with MNT_IGNORE flag, so they are not visible in regularpjd2009-09-141-34/+33
* - Avoid holding mutex around M_WAITOK allocations.pjd2009-09-071-6/+26
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-3/+3
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-021-22/+3
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-57/+12
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-3/+3
* We want to check new options given, not the current ones.pjd2008-07-211-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-3/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR:pjd2007-11-011-2/+6
* Reimplement traverse() helper function:pjd2007-06-041-9/+13
* Share-lock a vnode where possible.pjd2007-05-021-1/+1
* MFp4:pjd2007-04-211-1/+1
* MFp4: Fix automatic snapshot mount when unprivileged user does lookuppjd2007-04-181-7/+8
* - Fix a leftover - vfs_mount_alloc() is now exported properly.pjd2007-04-171-4/+5
* Please welcome ZFS - The last word in file systems.pjd2007-04-061-0/+270
OpenPOWER on IntegriCloud