summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Take vnode pointer and hold it under znode lock, so we won't race withpjd2007-04-081-2/+3
* Please welcome ZFS - The last word in file systems.pjd2007-04-061-0/+1061
OpenPOWER on IntegriCloud