summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-1/+1
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-283/+818
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-1/+1
* Initialize vp, so we don't call VOP_UNLOCK() with NULL vnode pointer.pjd2008-09-071-1/+2
* Lock vnode exclusively around insmntque().pjd2008-09-061-1/+7
* Catch up after last insmntque() changes:pjd2008-09-051-0/+4
* Remove the $FreeBSD$ tag again, now I know fbsd:nokeywords exists.ed2008-06-121-2/+0
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-121-7/+3
* Move the head of byte-level advisory lock list from thekib2008-04-161-1/+0
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-4/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* - Add sysctl for sizeof(znode_t), which will be used by fstat(1).lulf2007-11-021-0/+4
* Correct a reference-counting mistake in the ZFS code which led to abnormaldfr2007-07-091-2/+0
* - Add missing lock destruction and remove duplicate initializations.pjd2007-05-061-3/+1
* The getnewvnode() function sets LK_NOSHARE by default, so if we want topjd2007-05-021-3/+9
* ZFS should update timestamps upon the creat() of an existing file.pjd2007-05-021-1/+3
* MFV: Free znodes immediatelly, allowing the ARC to hold onto less memory.pjd2007-04-261-1/+1
* MFp4: Rearange the code so vobject is destroyed from reclaim() method likepjd2007-04-241-4/+0
* Fix st_rdev handling (implement it, actually).pjd2007-04-221-2/+8
OpenPOWER on IntegriCloud