summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs/fdesc_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r277855:jamie2015-01-311-1/+6
* Merge Capsicum overhaul:pjd2013-03-021-1/+1
* Revert r246791 as it needs a security review firstbapt2013-02-141-1/+1
* Allow fdescfs to be mounted from inside a jailbapt2013-02-141-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-3/+0
* Use NULL instead of 0kevlo2012-03-131-2/+2
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Add RACCT_NOFILE accounting.trasz2011-04-061-0/+5
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-11/+11
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE.lulf2008-05-241-10/+34
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-2/+2
* Restore the ability to mount procfs and fdescfs filesystems via thekbyanc2006-05-151-0/+11
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Make fdesc_root staticphk2005-02-101-1/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS().phk2004-12-061-3/+1
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-131-2/+2
* Refuse attemps to mount root filesystemphk2004-11-091-1/+1
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-6/+3
* Make LINT compilephk2004-07-131-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+3
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Locking for the per-process resource limits structure.jhb2004-02-041-1/+3
* Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistencytjr2003-06-171-1/+1
* Initialize struct vfsops C99-sparsely.phk2003-06-121-22/+9
* 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-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* Convert fdescfs to nmount.mux2002-05-021-6/+5
* Remove __P.alfred2002-03-191-6/+6
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-131-0/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-0/+2
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-131-1/+0
* KSE Milestone 2julian2001-09-121-15/+15
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-12/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+6
* fix it so it compiles againmjacob2001-04-231-0/+2
* Reviewed by: jlemonadrian2001-03-011-3/+0
* o Move from Alfred Perstein's "exclusion" technique of handling specialchris2000-10-091-1/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-39/+6
OpenPOWER on IntegriCloud