summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c
Commit message (Expand)AuthorAgeFilesLines
* MFV r251620:delphij2013-06-111-0/+1
* MFV r251619:delphij2013-06-111-0/+5
* MFV r248217:mm2013-04-061-21/+34
* MFV r247580:mm2013-03-191-20/+32
* WiP merge of libzfs_core (MFV r238590, r238592)mm2013-03-051-2/+2
* zfsctl_snapdir_lookup: obtain a snapname in the remount caseavg2012-11-041-0/+1
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-191-1/+1
* - Use better naming now that we allow to rename any mounted file system (notpjd2011-10-241-0/+2
* Allow to rename file systems without remounting if it is possible.pjd2011-10-241-1/+1
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-61/+173
* Fix kernel panic when moving a file to .zfs/sharesmm2010-09-151-2/+12
* Add missing vop_vector zfsctl_ops_sharesmm2010-09-141-2/+19
* Use ZFS_CTLDIR_NAME instead of hardcoding ".zfs".pjd2010-08-271-2/+3
* Merge ZFS version 15 and almost all OpenSolaris bugfixes referencedmm2010-07-121-13/+220
* Handle cases where virtual (GFS) vnodes are referenced when doing forcedpjd2009-09-261-13/+21
* On lookup error VFS expects *vpp to be set to NULL, be sure to do that.pjd2009-09-261-0/+2
* Use traverse() function to find and return mount point's vnode instead ofpjd2009-09-261-3/+6
* - Mount ZFS snapshots with MNT_IGNORE flag, so they are not visible in regularpjd2009-09-141-17/+1
* When we automatically mount snapshot we want to return vnode of the mount pointpjd2009-09-081-3/+19
* If we have to use avl_find(), optimize a bit and use avl_insert() instead ofpjd2009-09-071-5/+10
* When snapshot mount point is busy (for example we are still in it)pjd2009-09-071-1/+9
* getcwd() (when __getcwd() fails) works by stating current directory, going uppjd2009-08-171-0/+43
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-2/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-115/+308
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-3/+3
* Add missing ZFS_EXIT().pjd2008-09-151-0/+1
* Catch up after last insmntque() changes:pjd2008-09-051-0/+4
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-7/+5
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-3/+3
* Reimplement traverse() helper function:pjd2007-06-041-10/+9
* Share-lock a vnode where possible.pjd2007-05-021-1/+1
* White space fixes.pjd2007-05-011-18/+18
* MFp4: Synchronize with vendor (mostly 'zfs rename -r').pjd2007-04-121-1/+1
* Please welcome ZFS - The last word in file systems.pjd2007-04-061-0/+1120
OpenPOWER on IntegriCloud