summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* - Honor the flags argument passed to null_root(). The filesystem belowjeff2005-04-111-1/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-2/+1
* /* -> /*- 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-5/+2
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-5/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-1/+1
* Use system wide no-op vfs_start function.phk2004-11-251-17/+0
* Refuse attempts to mount root filesystemphk2004-11-091-0/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-6/+4
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-3/+3
* Update for the KDB framework:marcel2004-07-101-1/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Initialize struct vfsops C99-sparsely.phk2003-06-121-37/+26
* Use temporary variable to avoid double expansion of macro with side effects.phk2003-05-311-1/+4
* 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
* - Hold the vp lock while accessing v_vflags.jeff2002-09-251-5/+7
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Fix a race during null node creation between relookuping the hash andsemenu2002-06-131-3/+3
* Convert nullfs to nmount.mux2002-05-231-13/+12
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+5
* KSE Milestone 2julian2001-09-121-33/+33
* the last argument to copyinstr is of t ype size_t, not u_intmjacob2001-06-131-3/+3
* - 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-23/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+4
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-5/+8
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Rev 1.41 was committed from wrong diff, now do it right.bp2000-10-221-1/+1
* Release and unlock vnode if resource deadlock detected.bp2000-10-221-0/+1
* Fix vnode locking bugs in the nullfs.bp2000-09-251-24/+29
* Various cleanups towards make nullfs functional (it is still brokenbp2000-09-051-25/+15
* Get rid from the __P() macros.bp2000-09-051-19/+17
* Rename the loadable nullfs kernel module: null -> nullfssheldonh2000-07-281-1/+1
* 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-1/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+15
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Lock reporting and assertion changes.eivind1999-12-111-3/+3
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-8/+18
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asbde1999-09-041-10/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Fixed printf format errors.bde1998-07-301-11/+9
* As described by the submitter:msmith1998-05-061-21/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+21
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
OpenPOWER on IntegriCloud