summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313686: check remaining space in zfs implementations of vptocnpavg2017-02-211-6/+11
* MFC r305209: MFV r302660: 6314 buffer overflow in dsl_dataset_namemav2016-10-121-18/+18
* MFC r302772: re-apply r299908: zfsctl_snapdir_lookup: clear VV_ROOT ofavg2016-07-181-0/+1
* MFC r300134: move zfsctl_freebsd_root_lookup right next toavg2016-07-131-48/+44
* MFC r300130: zfsctl_freebsd_root_lookup: gfs_vop_lookup may return aavg2016-07-131-8/+14
* MFC r299951: do not destroy 'snapdir' when it becomes inactiveavg2016-07-131-35/+5
* MFC r299949: try to recycle "snap" vnodes as soon as possibleavg2016-07-131-5/+15
* MFC r299947: fix locking in zfsctl_root_lookupavg2016-07-131-10/+20
* MFC r299946: gfs_lookup_dot() does not have to acquire any locksavg2016-07-131-1/+10
* MFC r299945: avoid deadlock between zfsctl_snapdir_lookup andavg2016-07-131-2/+11
* MFC r299940: fix a vnode reference leak caused by illumos compat traverse()avg2016-07-131-7/+5
* MFC r299914: zfsctl_ops_snapshot: remove methods should never be calledavg2016-07-131-96/+0
* MFC r299908,300131,301275: zfs: set VROOT / VV_ROOT consistently and inavg2016-07-131-7/+0
* MFC r299902,299938: mount_snapshot: consolidate all error handlingavg2016-07-131-0/+1
* MFC r300145: add vop_print methods to vnode operatios of various zfsctlavg2016-07-131-0/+72
* MFC r299900: zfsctl: fix several problems with reference countsavg2016-07-131-2/+0
* MFC r300133: zfsctl_common_fid: remove redundant assignmentavg2016-07-131-2/+0
* MFC r300132: zfsctl: tighten assertion and remove unused definitionavg2016-07-131-1/+1
* MFC r277300 (by smh): Mechanically convert cddl sun #ifdef's to illumosmav2016-03-201-25/+25
* MFC r286710:mav2015-10-031-2/+4
* MFC r283602:kib2015-06-101-0/+1
* MFC: 273641jpaetzel2014-11-091-20/+40
* MFC r260183: MFV r260154 + 260182:delphij2014-03-201-2/+2
* 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
OpenPOWER on IntegriCloud