summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r305209: MFV r302660: 6314 buffer overflow in dsl_dataset_namemav2016-10-121-1/+1
* MFC r303763,303791,303869: zfs: honour and make use of vfs vnode locking prot...avg2016-08-111-3/+19
* MFC r302836: 6874 rollback and receive need to reset ZPL state to what's on diskavg2016-08-111-108/+103
* Use vnlru_free(9) to implement dnlc_reduce_cache().kib2016-06-171-1/+1
* zfs_root: fix a potential root vnode reference leakavg2016-06-031-4/+6
* zfs_root: no need to set the root flag hereavg2016-05-181-4/+1
* zfsctl: fix several problems with reference countsavg2016-05-161-6/+0
* zfs: enable vn_io_fault supportavg2016-04-161-0/+1
* MFV r296518: 5027 zfs large block support (add copyright)mav2016-03-081-0/+1
* MFV r288063: make dataset property de-registration operation O(1)delphij2015-09-251-65/+3
* try to fix lor between z_teardown_lock and spa_namespace_lockavg2015-08-211-10/+16
* MFV r286704: 5960 zfs recv should prefetch indirect blocksmav2015-08-121-2/+2
* zfs_mount(MS_REMOUNT): protect zfs_(un)register_callbacks callsavg2015-07-021-2/+12
* Add missed {}.kib2015-05-271-1/+2
* Right now, dounmount() is called with unreferenced mount point.kib2015-05-271-0/+1
* zfs: do not hold an extra reference on a root vnode while a filesystem is mou...avg2015-05-051-5/+2
* Ignore sync requests from the system syncher, i.e. VFS_SYNC(waitfor=MNT_LAZY).will2015-01-211-0/+7
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-171-7/+7
* MFV r274273:delphij2014-11-101-5/+4
* zfsvfs_create(): Refuse to mount datasets whose names are too long.will2014-10-011-0/+11
* MFC r270195:delphij2014-08-201-2/+2
* Initialize zfs vnode v_hash when the vnode is allocated, instead ofkib2014-07-281-2/+0
* Reduce lock contention on the z_teardown_lock under heavily cacheddelphij2014-07-191-9/+9
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-1/+1
* 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
OpenPOWER on IntegriCloud