summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r308887,309090: fix unsafe modification of zfs_vnodeops whenavg2016-12-141-7/+0
* MFC r306801: implement zfs_vptocnp() using z_parent propertyavg2016-10-271-1/+32
* MFC r303763,303791,303869: zfs: honour and make use of vfs vnode locking prot...avg2016-08-231-48/+40
* MFC r299908,300131,301275: zfs: set VROOT / VV_ROOT consistently and inavg2016-07-131-2/+3
* MFC r298106: zfs_rezget: z_vnode can not be NULL if zp is validavg2016-05-171-6/+4
* MFC r297513: remove emulation of VFS_HOLD and VFS_RELE from opensolaris compatavg2016-04-241-0/+4
* MFC r277629 (by will):mav2016-03-211-2/+2
* MFC r296519: MFV r296518: 5027 zfs large block support (add copyright)mav2016-03-211-0/+1
* MFC r294801: MFV r294800: 6385 Fix unlocking order in zfs_zgetmav2016-03-201-1/+1
* MFC r277300 (by smh): Mechanically convert cddl sun #ifdef's to illumosmav2016-03-201-14/+14
* MFC r284306: MFV r284036: 5961 Fix stack overflow in zfs_create_fsavg2015-06-241-16/+17
* MFC r282131: replace a comment about zfs recv -F corner case with a longer oneavg2015-05-111-7/+17
* MFC r274337,r274673,274681,r275515:delphij2014-12-221-1/+7
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-2/+2
* MFC r269189:kib2014-08-041-2/+3
* MFC r268865: MFV r268852:delphij2014-08-021-1/+1
* MFC r268464: MFV r268452:delphij2014-07-231-5/+6
* MFC r260150: MFV r259170:delphij2014-03-191-8/+5
* MFC r260704,260717: zfs: getnewvnode_reserve must be called outside of aavg2014-02-171-2/+2
* MFC r258720: MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)avg2014-01-161-20/+3
* zfs: move vnode creation from zfs_znode_cache_constructor to zfs_znode_allocavg2013-07-241-49/+19
* MFV r251620:delphij2013-06-111-11/+6
* MFV r248217:mm2013-04-061-9/+11
* zfs: overhaul zfs-vfs glue for vnode life-cycle managementavg2012-11-251-56/+34
* zfs_vnode_forget: dispose of larvae vnode using public vfs api (mostly)avg2012-11-041-5/+4
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-3/+0
* zfs: make use of getnewvnode_reserve in zfs_mknode and zfs_zgetavg2012-10-171-0/+7
* Merge recent vendor changes in ZFS.mm2012-09-261-4/+30
* Merge recent zfs vendor changes, sync code and adjust userland DEBUG.mm2012-09-121-4/+5
* Remove unused thread argument to vrecycle().trasz2012-04-231-1/+1
* Fix typo in copyright notice introduced in r226724mm2011-10-251-1/+1
* Update copyright information in several ZFS files, as the clause 3.3mm2011-10-251-0/+1
* Generalize ffs_pages_remove() into vn_pages_remove().mm2011-08-251-4/+9
* We need to unlock and destroy vnode attached to znode which we are freeing.pjd2011-08-241-0/+14
* Bring the code more in-line with OpenSolaris source todelphij2011-07-211-0/+12
* A different implementation of r224231 proposed by pjd@,delphij2011-07-211-1/+3
* Add a new field to in-core znode, z_rdev, to represent device nodes.delphij2011-07-201-0/+10
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-268/+797
* Import changes from OpenSolaris that providemm2010-08-281-0/+24
* Import two changesets from OpenSolaris to make future updates easier.mm2010-07-251-4/+30
* Revert the previous commit. The race is not applicable to the lockmgrjhb2010-07-161-4/+1
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems werejhb2010-07-161-1/+4
* Merge ZFS version 15 and almost all OpenSolaris bugfixes referencedmm2010-07-121-148/+99
* Backport fix for 'zfs_znode_dmu_init: existing znode for dbuf' panic from Ope...pjd2010-04-281-12/+31
* Reduce diff against OpenSolaris - move Giant acquire/release todelphij2010-01-021-0/+3
* Avoid passing invalid mountpoint to getnewvnode().pjd2009-11-101-21/+18
* Close race in zfs_zget(). We have to increase usecount first and thenpjd2009-09-241-9/+19
* When zfs.ko is compiled with debug, make sure that znode and vnode point atpjd2009-09-131-2/+2
* Tighten up the check for race in zfs_zget() - ZTOV(zp) can not only containpjd2009-09-121-2/+10
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-1/+3
OpenPOWER on IntegriCloud