aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Fix MNT_IGNORE for devfs, fdescfs and nullfsDoug Rabson2023-08-261-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/fs: do not report blocks allocated for synthetic file systemsStefan Eßer2023-04-251-2/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* devfs: use MNTK_NOMSYNCMateusz Guzik2019-10-131-1/+2
* devfs: add root vnode cachingMateusz Guzik2019-10-061-1/+3
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-3/+0
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make it possible to forcibly unmount devfs.Edward Tomasz Napierala2015-08-241-0/+2
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-2/+1
* Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it.Martin Matuska2012-02-291-1/+4
* To improve control over the use of mount(8) inside a jail(8), introduceMartin Matuska2012-02-231-15/+15
* Add support for mounting devfs inside jails.Martin Matuska2012-02-091-1/+13
* Introduce the "ruleset=number" option for devfs(5) mounts.Martin Matuska2012-02-091-1/+42
* Enable shared lookups and externed shared ops for devfs.Konstantin Belousov2010-08-061-1/+2
* Enable shared locks for the devfs vnodes. Honor the locking modeKonstantin Belousov2010-08-061-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-2/+0
* Re-add opt_mac.h include, which is required in order for MNT_MULTILABELRobert Watson2009-06-041-0/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-7/+7
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+2
* Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock andKonstantin Belousov2006-09-181-4/+20
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inPoul-Henning Kamp2006-07-171-2/+0
* Remove now unneeded opt_mac.h and mac.h includes.Robert Watson2006-07-061-2/+0
* Make rule zero really magical, that way we don't have to do anythingPoul-Henning Kamp2005-09-241-1/+1
* Rewamp DEVFS internals pretty severely [1].Poul-Henning Kamp2005-09-191-33/+25
* Eliminate effectively unused dm_basedir field from devfs_mount.Poul-Henning Kamp2005-08-151-1/+0
* devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8)Kris Kennaway2005-07-291-1/+0
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.Jeff Roberson2005-04-301-0/+1
* - LK_NOPAUSE is a nop now.Jeff Roberson2005-03-311-1/+1
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-2/+3
* Silently ignore forced argument to unmount.Poul-Henning Kamp2005-01-111-2/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Unsupport forceful unmounts of DEVFS.Poul-Henning Kamp2005-01-041-1/+1
* Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS()Poul-Henning Kamp2004-12-061-3/+2
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-6/+0
* Ignore MNT_NODEV, it is implicit in choice of filesystem these days.Poul-Henning Kamp2004-11-261-1/+1
* Refuse attemps to mount root filesystemPoul-Henning Kamp2004-11-091-1/+1
* What can I say: don't allow people to mount DEVFS with option "nodev".Poul-Henning Kamp2004-10-281-4/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-6/+3
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-5/+4
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-15/+4
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* NODEVFS cleanup: remove #ifdefs.Poul-Henning Kamp2003-01-291-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-091-1/+2
* A better solution to avoiding variable sized structs in DEVFS.Poul-Henning Kamp2002-10-161-0/+4