summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it.mm2012-02-291-1/+4
* To improve control over the use of mount(8) inside a jail(8), introducemm2012-02-231-15/+15
* Add support for mounting devfs inside jails.mm2012-02-091-1/+13
* Introduce the "ruleset=number" option for devfs(5) mounts.mm2012-02-091-1/+42
* Enable shared lookups and externed shared ops for devfs.kib2010-08-061-1/+2
* Enable shared locks for the devfs vnodes. Honor the locking modekib2010-08-061-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Re-add opt_mac.h include, which is required in order for MNT_MULTILABELrwatson2009-06-041-0/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-7/+7
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+2
* Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock andkib2006-09-181-4/+20
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-171-2/+0
* Remove now unneeded opt_mac.h and mac.h includes.rwatson2006-07-061-2/+0
* Make rule zero really magical, that way we don't have to do anythingphk2005-09-241-1/+1
* Rewamp DEVFS internals pretty severely [1].phk2005-09-191-33/+25
* Eliminate effectively unused dm_basedir field from devfs_mount.phk2005-08-151-1/+0
* devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8)kris2005-07-291-1/+0
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.jeff2005-04-301-0/+1
* - LK_NOPAUSE is a nop now.jeff2005-03-311-1/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-2/+3
* Silently ignore forced argument to unmount.phk2005-01-111-2/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Unsupport forceful unmounts of DEVFS.phk2005-01-041-1/+1
* Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS()phk2004-12-061-3/+2
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Ignore MNT_NODEV, it is implicit in choice of filesystem these days.phk2004-11-261-1/+1
* Refuse attemps to mount root filesystemphk2004-11-091-1/+1
* What can I say: don't allow people to mount DEVFS with option "nodev".phk2004-10-281-4/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-6/+3
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-5/+4
* Initialize struct vfsops C99-sparsely.phk2003-06-121-15/+4
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* NODEVFS cleanup: remove #ifdefs.phk2003-01-291-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-091-1/+2
* A better solution to avoiding variable sized structs in DEVFS.phk2002-10-161-0/+4
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-9/+6
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+8
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-171-0/+1
* Convert devfs to nmount.mux2002-05-021-6/+5
* Remove __P.alfred2002-03-191-7/+7
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-131-1/+0
* KSE Milestone 2julian2001-09-121-14/+14
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-12/+2
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-131-0/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+5
OpenPOWER on IntegriCloud