summaryrefslogtreecommitdiffstats
path: root/sys/fs/portalfs/portal_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect PORTALFS bits which are now completely disconnected fromattilio2013-03-021-263/+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
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+7
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-9/+8
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-6/+6
* 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
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+7
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+2
* 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
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Convert to nmount. Add omount compat.phk2004-12-061-27/+37
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-1/+1
* Refuse attempts to mount root filesystemphk2004-11-091-1/+1
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+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
* Initialize struct vfsops C99-sparsely.phk2003-06-121-21/+8
* 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
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-2/+2
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-2/+2
* Fix a warning on 64 bits platforms: copyinstr() takesmux2002-10-061-1/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* Remove __P.alfred2002-03-191-7/+7
* remove unused socket pointeralfred2002-01-131-1/+0
* 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-1/+3
* convert holdsock() to fget(). Add XXX reminder for future socket locking.dillon2001-11-241-3/+6
* KSE Milestone 2julian2001-09-121-17/+17
* 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/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-7/+9
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Update to reflect the disappearance of getsock().jlemon2000-11-251-2/+6
* 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/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* As described by the submitter:msmith1998-05-061-4/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+4
* Fixed missing initialization of mp->mnt_stat. At least vm depends onbde1998-01-011-1/+2
OpenPOWER on IntegriCloud