summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
Commit message (Expand)AuthorAgeFilesLines
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-6/+3
* - Turn the third (islocked) argument of the knote call into flags parameter.stas2009-06-281-1/+1
* Simply shared vnode locking and extend it to also include fsync.ps2009-06-081-0/+3
* Support shared vnode locks for write operations when the offset isps2009-06-041-0/+1
* Remove the now invalid (and possibly unused) debug.mpsafevfsattilio2009-05-301-3/+1
* There is only one spare MNT_ flag left, and I want to use it for NFSv4 ACLs.trasz2009-05-291-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-20/+18
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-1/+2
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-021-4/+19
* Add KASSERTs to make it easier to debug problems like the one fixedtrasz2009-02-061-0/+1
* 1) Fix a deadlock in the VFS:attilio2008-12-161-0/+1
* In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointerkib2008-11-291-0/+1
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-0/+1
* Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless.attilio2008-11-031-2/+0
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-3/+21
* Improve VFS locking:attilio2008-11-021-4/+10
* Add freebsd32 compat shim for nmount(2).obrien2008-09-191-0/+1
* When attempt is made to suspend a filesystem that is already syspended,kib2008-09-161-0/+6
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-3/+3
* Provide the mutual exclusion between the nfs export list modificationskib2008-06-091-0/+1
* Implement 'show mount' command in DDB. Without argument, it prints shortpjd2008-04-261-0/+5
* - Handle buffer lock waiters count directly in the buffer cache insteadattilio2008-03-011-1/+1
* When restoring the mount after umount failed, the MNTK_UNMOUNT flagkib2007-09-121-0/+5
* Rework the routines to convert a 5.x+ statfs structure (with fixed-sizejhb2007-08-281-0/+1
* In the MAC Framework implementation, file systems have two per-mountpointrwatson2007-04-221-2/+1
* Export vfs_mount_alloc() as it is used in ZFS.pjd2007-04-171-0/+2
* Add security.jail.mount_allowed sysctl, which allows to mount andpjd2007-04-051-0/+1
* More style nits.pjd2007-04-011-9/+9
* Style nit.pjd2007-04-011-1/+1
* Make vfs_mount_destroy() and vfs_freeopts() non-static, I'd like to use them.pjd2007-03-311-0/+2
* Extend rev. 1.210 to avoid dereference NULL mp in VFS_NEEDSGIANT andkib2007-03-291-5/+14
* Remove VFS_VPTOFH entirely. API is already broken and it is good time topjd2007-02-161-20/+0
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-1/+17
* Add a function vfs_deleteopt() which searches through the vfsoptlistrodrigc2006-12-161-0/+1
* Add MNT_GJOURNAL flag which indicates, that file system has gjournalpjd2006-10-311-3/+4
* Fix the remaining race in the revs. 1.232, 1,233 that could occur duringkib2006-10-031-0/+1
* Increase mnt_noasync once in softdep_mount() to disallow async io,tegge2006-09-261-0/+1
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-0/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-1/+1
* Fixes up the handling of shared vnode lock lookups in the NFS client,mohans2006-09-131-0/+1
* Avoid dereferencing NULL pointer.tegge2006-05-051-1/+3
* - Define mnt_startzero and mnt_endzero as a range that excludes mnt_mtxjeff2006-03-311-2/+4
* Block secondary writes while expunging active unlinked files.tegge2006-03-111-0/+1
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-081-0/+4
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-021-4/+0
* - Add a ref count to the mount structure. Sleep for up to 3 seconds injeff2006-02-061-7/+21
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-4/+18
* - Document another spare flag (0x00000010).pjd2005-12-191-1/+4
* Eradicate caddr_t from the VFS API.des2005-12-141-1/+1
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.rodrigc2005-11-291-1/+0
OpenPOWER on IntegriCloud