summaryrefslogtreecommitdiffstats
path: root/sys/fs/umapfs/umap_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-251-412/+0
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-13/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-1/+4
* 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
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-5/+0
* Use system wide no-op vfs_start function.phk2004-11-251-18/+0
* Refuse attempts to mount root filesystemphk2004-11-091-1/+1
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-3/+3
* 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-35/+23
* Use temporary variable to avoid double expansion of macro with side effects.phk2003-05-311-1/+3
* 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
* umap_sync is empty and is identical to vfs_stdsync. Remove it andkan2002-10-191-16/+1
* style(9)kan2002-10-191-4/+7
* Yet another 64 bits warning fix: s/u_int/size_t/.mux2002-10-061-1/+1
* Plug memoryleaks detected by FlexeLint.phk2002-10-051-2/+8
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove __P.alfred2002-03-191-21/+21
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+4
* KSE Milestone 2julian2001-09-121-32/+32
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-0/+6
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-241-1/+1
* mount_umap(8) -> mount_umapfs(8).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-15/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+5
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-5/+7
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-2/+2
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+18
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-6/+17
* Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUGbde1999-08-291-25/+23
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* Don't allow anyone except root to mount file systems that map uids.imp1999-03-121-1/+7
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* As described by the submitter:msmith1998-05-061-17/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+17
* Fixed number of entries in gid-mapfile.kato1998-02-071-2/+2
* Declare the variable `i' when UMAP_DIAGNOSTIC is defined.kato1998-02-031-1/+4
OpenPOWER on IntegriCloud