summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_SET.9
Commit message (Collapse)AuthorAgeFilesLines
* Fix various mdoc issues and some EOL whitespace.brueffer2014-12-211-2/+2
| | | | Found with: mandoc -Tlint
* use .Mt to mark up email addresses consistently (part6)bapt2014-06-261-1/+1
| | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
* Document VFCF_SBDRY.pluknet2013-02-211-1/+4
| | | | | Reviewed by: jhb X-MFC with: r247116
* Technical corrections and improvements for the previous change.pluknet2013-01-281-4/+4
| | | | Submitted by: bde
* Update and clarify comments regarding VFS op table initializationpluknet2013-01-241-2/+4
| | | | | | | | in the man page and its header counterpart. Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (initial version) Reviewed and further improved by: bde (previous version) All bugs are: mine
* Use C99 sparse initialization for struct vfsops in pseudocode.pluknet2013-01-211-16/+6
| | | | Where here, use conventional fsname.
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bring huge amount of changes, I'll enumerate only user-visible changes: - Delegated Administration Allows regular users to perform ZFS operations, like file system creation, snapshot creation, etc. - L2ARC Level 2 cache for ZFS - allows to use additional disks for cache. Huge performance improvements mostly for random read of mostly static content. - slog Allow to use additional disks for ZFS Intent Log to speed up operations like fsync(2). - vfs.zfs.super_owner Allows regular users to perform privileged operations on files stored on ZFS file systems owned by him. Very careful with this one. - chflags(2) Not all the flags are supported. This still needs work. - ZFSBoot Support to boot off of ZFS pool. Not finished, AFAIK. Submitted by: dfr - Snapshot properties - New failure modes Before if write requested failed, system paniced. Now one can select from one of three failure modes: - panic - panic on write error - wait - wait for disk to reappear - continue - serve read requests if possible, block write requests - Refquota, refreservation properties Just quota and reservation properties, but don't count space consumed by children file systems, clones and snapshots. - Sparse volumes ZVOLs that don't reserve space in the pool. - External attributes Compatible with extattr(2). - NFSv4-ACLs Not sure about the status, might not be complete yet. Submitted by: trasz - Creation-time properties - Regression tests for zpool(8) command. Obtained from: OpenSolaris
* Bump date.pjd2007-04-051-1/+1
|
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-051-0/+7
| | | | | | | | | | | | | | | | | | unmount jail-friendly file systems from within a jail. Precisely it grants PRIV_VFS_MOUNT, PRIV_VFS_UNMOUNT and PRIV_VFS_MOUNT_NONUSER privileges for a jailed super-user. It is turned off by default. A jail-friendly file system is a file system which driver registers itself with VFCF_JAIL flag via VFS_SET(9) API. The lsvfs(1) command can be used to see which file systems are jail-friendly ones. There currently no jail-friendly file systems, ZFS will be the first one. In the future we may consider marking file systems like nullfs as jail-friendly. Reviewed by: rwatson
* The rest of manpages spell this "PSEUDOCODE".ru2005-01-181-1/+1
|
* Trim excessively verbose sentence.keramida2005-01-071-1/+1
|
* Mdoc Janitor:hmp2003-10-231-1/+1
| | | | * Use 'manual' instead of 'man' for consistency.
* Assorted mdoc(7) fixes.ru2003-06-021-1/+1
|
* Document the VFCF_* flags.hmp2003-05-161-0/+18
| | | | Approved by: des (mentor), re (scottl)
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* Update function definitions and required include files to reflectdavidc2001-12-261-1/+3
| | | | | | the current state of the system. Approved by: alfred
* mdoc(7) police: fix markup, sort xrefs, grammar nit.ru2001-12-081-26/+32
|
* More kernel vfs docco.alfred2001-12-031-0/+78
Xref vfs_mount(9) from vfs_mount(9) Submitted by: Chad David <davidc@acns.ab.ca> PR: docs/32431
OpenPOWER on IntegriCloud