summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Correct a reference-counting mistake in the ZFS code which led to abnormaldfr2007-07-091-1/+1
* Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize itpjd2007-05-281-0/+1
* MFp4: We don't need to cover vnode_pager_setsize() with the z_map_lock.pjd2007-05-061-1/+2
* When parent directory has to be unlocked, lock it back with the same lockpjd2007-05-021-2/+6
* Lock vnode using cn_lkflags in case the caller wants the vnode to bepjd2007-05-021-1/+1
* ZFS should update timestamps upon the creat() of an existing file.pjd2007-05-021-1/+2
* MFp4: Remove LK_RETRY flag when locking vnode in zfs_lookup, we don't wantpjd2007-05-011-1/+6
* White space fixes.pjd2007-05-011-12/+12
* Add a comment explaining why we call dmu_write() unconditionally, even ifpjd2007-05-011-0/+9
* - Define d_type for ".", ".." and ".zfs" directories.pjd2007-04-291-0/+3
* Oops, correct important typo in last commit.pjd2007-04-291-1/+1
* Avoid freeing NULL pointer in case of an error.pjd2007-04-291-1/+1
* MFp4: Optimize mappedwrite() and mappedread() functions to write/read as muchpjd2007-04-261-31/+58
* - Always try to write one whole page at a time.pjd2007-04-261-7/+9
* MFp4: Rearange the code so vobject is destroyed from reclaim() method likepjd2007-04-241-17/+22
* MFp4: Once page is written successfully, we should clear the dirty bits.pjd2007-04-241-0/+3
* MFp4: Reduce diff against vendor.pjd2007-04-241-2/+2
* Too much diff reduction. 'cmd' has to be u_long.pjd2007-04-231-3/+3
* MFp4: Reduce diff against vendor code:pjd2007-04-231-468/+768
* Fix st_rdev handling (implement it, actually).pjd2007-04-221-0/+1
* MFp4:pjd2007-04-211-9/+19
* Fix some type mismatches.des2007-04-071-3/+3
* Please welcome ZFS - The last word in file systems.pjd2007-04-061-0/+3227
OpenPOWER on IntegriCloud