summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* zfs: inline and remove zfs_vnode_lockavg2013-08-231-13/+4
* Remove redundant variable.pjd2013-08-171-3/+1
* MFV r253780:delphij2013-07-301-43/+50
* Enable kernel-specific code for FreeBSD also on other systems that usermh2013-06-301-2/+2
* MFV r251620:delphij2013-06-111-14/+10
* MFV r248217:mm2013-04-061-31/+65
* ZFS: Fix a panic while unmounting a busy filesystem.will2013-03-231-0/+2
* MFV r247580:mm2013-03-191-29/+50
* WiP merge of libzfs_core (MFV r238590, r238592)mm2013-03-051-3/+3
* MFV r246653:mm2013-02-231-5/+12
* zfs_vget, zfs_fhtovp: properly handle the z_shares_dir objectavg2013-02-081-4/+13
* For zfs vnodes, use the standard inode number based hash algorithm.kib2013-01-141-0/+2
* zfs: overhaul zfs-vfs glue for vnode life-cycle managementavg2012-11-251-12/+0
* zfs_fhtovp: there is no reason to amend lock flags with LK_RETRY hereavg2012-11-251-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* zfs: set MNTK_EXTENDED_SHARED flagavg2012-11-041-0/+1
* zfs_umount: no need to set MNTK_UNMOUNTF here, dounmount handles thatavg2012-11-041-4/+0
* zfs_vnode_lock: no need to double-guess caller's intentions hereavg2012-11-041-8/+0
* zfs_mount: drop vfs.zfs.rootpool.prefer_cached_config tunableavg2012-11-041-14/+2
* zfs_mount: taste geom providers for root pool configavg2012-10-061-0/+42
* Merge recent vendor changes in ZFS.mm2012-09-261-9/+25
* 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
OpenPOWER on IntegriCloud