summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge recent zfs vendor changes, sync code and adjust userland DEBUG.mm2012-09-121-1/+1
* Merge recent vendor changes:mm2012-08-281-3/+3
* Introduce "feature flags" for ZFS pools (bump SPA version to 5000).mm2012-06-111-1/+1
* Analogous to r232059, add a parameter for the ZFS file system:mm2012-02-261-0/+4
* - Use better naming now that we allow to rename any mounted file system (notpjd2011-10-241-0/+2
* Don't forget to rename mounted snapshots of the file system being renamed.pjd2011-10-241-1/+1
* Allow to rename file systems without remounting if it is possible.pjd2011-10-241-0/+32
* Resurrect the ZFS "aclmode" propertymm2011-07-181-0/+14
* Fix the zfs file system so that it uses the lockrmacklem2011-05-221-2/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+2
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-201/+662
* Make it impossible to clear the MNT_NFS4ACLS flag on ZFS filesystemtrasz2011-02-061-1/+3
* Add MNT_NFS4ACLS to ZFS mount flags. It's not conditional, since theretrasz2011-01-191-1/+1
* fix misspelling in a commentavg2010-11-161-1/+1
* Disable VFS_HOLD placed on mnt_vnodecovered during the mount of a snapshotmm2010-11-131-0/+4
* Fix kernel panic when moving a file to .zfs/sharesmm2010-09-151-6/+4
* Remove duplicated VFS_HOLD due to a mismerge.mm2010-09-141-7/+0
* Import changes from OpenSolaris that providemm2010-08-281-0/+1
* Update comment now that I finally committed r211854.pjd2010-08-261-9/+3
* Import two changesets from OpenSolaris to make future updates easier.mm2010-07-251-0/+11
* Merge ZFS version 15 and almost all OpenSolaris bugfixes referencedmm2010-07-121-113/+506
* Remove redundant assignment.pjd2010-06-161-2/+0
* Fix ZIL close when doing zfs rollback or zfs receive on a mounted dataset.mm2010-06-011-11/+41
* Fix 3-way deadlock that can happen because of ZFS and vnode lockpjd2010-04-151-4/+7
* Don't set f_bsize to recordsize. It might confuse some software (like squid).pjd2010-02-191-5/+6
* Report ZFS filesystem version instead of the zpool version when we say it.delphij2010-01-111-1/+1
* Handle cases where virtual (GFS) vnodes are referenced when doing forcedpjd2009-09-261-2/+1
* Before calling vflush(FORCECLOSE) mark file system as unmounted so thepjd2009-09-241-1/+12
* Purge namecache in the same place OpenSolaris does.pjd2009-09-201-0/+3
* Forced unmounts work just fine in my tests under heavy load. There mightpjd2009-09-151-5/+0
* Support both case: when snapshot is already mounted and when it is not yetpjd2009-09-131-5/+3
* Work-around READDIRPLUS problem with .zfs/ and .zfs/snapshot/ directoriespjd2009-09-131-0/+14
* Be sure not to overflow struct fid.pjd2009-09-131-0/+2
* - Protect reclaim with z_teardown_inactive_lock.pjd2009-09-121-0/+12
* We don't export individual snapshots, so mnt_export field in snapshot'spjd2009-09-081-0/+23
* On FreeBSD we don't have to look for snapshot's mount point,pjd2009-09-081-0/+6
* Call ZFS_EXIT() after locking the vnode.pjd2009-09-081-3/+1
* Fix reference count leak for a case where snapshot's mount point is updated.pjd2009-09-081-0/+7
* Don't recheck ownership on update mount. This will eliminate LOR betweenpjd2009-09-071-5/+6
* Add missing mountpoint vnode locking.pjd2009-08-301-0/+5
* Fix panic in zfs recv code. The last vnode (mountpoint's vnode) can havepjd2009-08-171-1/+1
* Support shared vnode locks for write operations when the offset isps2009-06-041-0/+1
* - allow forced unmountskmacy2009-05-161-4/+4
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-14/+15
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-189/+607
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-4/+4
* Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the originalpjd2007-09-101-0/+41
* In zfs_vget, if we fail to translate an inode number to the correspondingdfr2007-06-271-1/+1
* - Reduce number of atomic operations needed to be implemented in asm bypjd2007-06-081-3/+0
* - Lock vnode with flags passed in as argument in zfs_vget() and zfs_root().pjd2007-05-021-2/+4
OpenPOWER on IntegriCloud