summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r314048,r314194: reimplement zfsctl (.zfs) supportavg2017-03-231-27/+26
* MFC r309099: MFV r308990: 7181 race between zfs_mount and zfs_ioc_rollbackavg2016-12-241-7/+7
* MFC r309097: MFV r308987: 7180 potential race betweenavg2016-12-241-7/+6
* 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-231-3/+19
* MFC r302836: 6874 rollback and receive need to reset ZPL state to what's on diskavg2016-08-151-108/+103
* MFC r301273: zfs_root: fix a potential root vnode reference leakavg2016-07-131-4/+6
* MFC r299908,300131,301275: zfs: set VROOT / VV_ROOT consistently and inavg2016-07-131-4/+1
* MFC r299900: zfsctl: fix several problems with reference countsavg2016-07-131-6/+0
* MFC r298105: zfs: enable vn_io_fault supportavg2016-07-131-0/+1
* MFC r296519: MFV r296518: 5027 zfs large block support (add copyright)mav2016-03-211-0/+1
* MFC r272359 (by will):mav2016-03-201-0/+11
* MFC r277503 (by will): Ignore sync requests from the system syncher,mav2016-03-201-0/+7
* MFC r277300 (by smh): Mechanically convert cddl sun #ifdef's to illumosmav2016-03-201-7/+7
* MFC r288204: MFV r288063:delphij2015-10-101-65/+3
* MFC r286705: 5960 zfs recv should prefetch indirect blocksmav2015-10-031-2/+2
* MFC r285021: zfs_mount(MS_REMOUNT): protect zfs_(un)register_callbacks callsavg2015-09-111-2/+12
* MFC r286985: try to fix lor between z_teardown_lock and spa_namespace_lockavg2015-09-111-10/+16
* MFC r283602:kib2015-06-101-1/+3
* MFC r282475: zfs: do not hold an extra reference on a root vnodeavg2015-05-251-5/+2
* MFC r274337,r274673,274681,r275515:delphij2014-12-221-5/+4
* MFC r270247: MFV r270195:delphij2014-09-031-2/+2
* MFC r269189:kib2014-08-041-2/+0
* MFC r268865: MFV r268852:delphij2014-08-021-9/+9
* 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
OpenPOWER on IntegriCloud