summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clear mount operation argument flags from mnt_flag after mount.visa2020-01-181-1/+5
* Convert the vnode list at the mount point into a tailq. Duringbluhm2020-01-101-4/+2
* Move extern declarations of vfsops variables into header file.bluhm2019-12-261-1/+12
* Restrict which filesystems are available for swap. This rules outvisa2019-04-021-1/+2
* free(9) sizes for netcred.mpi2018-12-071-1/+2
* Use atomic operations to update vfc_refcount. Change the field's typevisa2018-09-291-2/+2
* Move the allocating and freeing of mount points intovisa2018-09-261-1/+3
* Simplify VFS initialization.visa2018-09-171-5/+1
* Move vfsconf lookup code into dedicated functions.visa2018-09-161-1/+3
* Changes the default mount behaviour so only the user that mounts thehelg2018-06-191-1/+10
* Add VB_DUPOK to suppress witness(4) warning of concurrent mount locks.guenther2018-06-041-1/+2
* Move the vfs stall "barrier" logic to a function. FREF() will soonmpi2018-05-081-1/+2
* Syncronize filesystems to disk when suspending. Each mountpoint's vnodesderaadt2018-02-101-3/+5
* accidental commitderaadt2018-01-051-5/+3
* backout, because it breaks builds in dev/microcode.deraadt2018-01-051-3/+5
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-25/+4
* The mount point flags were displayed in octal when printed by ddb.bluhm2017-10-061-2/+2
* Statistics for high memory flips in the buffer cachebeck2017-04-161-1/+4
* After forced unmount of a file system that has other mount pointsbluhm2017-04-151-1/+2
* Remove the unused olddp parameter from function dounmount().bluhm2017-01-101-2/+2
* Add a noperm mount flag for FFS to be used for building release setsnatano2016-09-101-3/+4
* W^X violations are no longer permitted by default. A kernel log messagederaadt2016-05-271-1/+2
* MNT_EXKERB bit is unusedderaadt2016-05-251-2/+1
* Remove the -x flag from mount_msdos and always assume the execute bitnatano2016-05-211-2/+1
* Move mnt_maxsymlink from struct mount to struct ufsmount.natano2016-02-271-2/+1
* Convert mnt_maxsymlinklen to unsigned.natano2016-02-261-2/+2
* Delete procfs; it's always had races and is now unused: no one noticed forguenther2014-09-081-17/+1
* While it may be smart to use the radix tree for exports it is not OK toclaudio2014-06-041-3/+3
* Add -o max_read=XXX support in fuse. This is needed by usmb to have asyl2014-05-201-3/+2
* Split the API: struct ucred remains the kernel internal structure whileguenther2014-03-241-2/+2
* Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andkrw2013-12-011-3/+3
* a bit more tmpfs scaffolding (still not active, no kernel change)espie2013-09-241-1/+20
* The last user of the old __tfork() was updated to the current one,guenther2013-08-141-35/+1
* back out the cache flipper temporarily to work out of tree.beck2013-07-091-2/+1
* Make fuse device clonable.syl2013-06-211-2/+2
* High memory page flipping for the buffer cache.beck2013-06-111-1/+2
* tabs after defines, not spacestedu2013-06-031-2/+2
* changes for isc fuse support. not enabled. ok beck deraadt.tedu2013-06-031-1/+11
* Add an f_mntfromspec member to struct statfs, which specifies the name ofjsing2013-04-151-1/+36
* struct omount can die; ok guentherderaadt2012-09-051-22/+1
* kill nnpfs deadderaadt2012-08-231-3/+1
* clean up buffer cache statistics somewhat tobeck2011-09-191-3/+4
* the rest of the uvm commit - I commited from uvm instead of sysbeck2011-07-061-2/+3
* add a couple of fields needed for buffer flipping, and change systat tobeck2011-07-061-1/+3
* Remove portalfs.thib2011-04-051-2/+1
* collapse a few _KERNEL ifdefs and move somethib2011-04-041-37/+20
* nuke o43statfs as it is unused.thib2011-04-041-23/+1
* makefstype was only used in ported from freebsd filesystems. fix themtedu2010-06-291-2/+1
* Fix buffer cache backoff in the page daemon - deal with inactive pages tobeck2009-10-141-1/+3
* Keep track of number of currently mapped and B_BUSY buffers. beck@ okart2009-08-091-1/+2