summaryrefslogtreecommitdiffstats
path: root/sys/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c
Commit message (Expand)AuthorAgeFilesLines
* Remove files that have been repo copied to their new locationjb2008-03-281-1072/+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