aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-034-4/+4
* MFC 1.73:Kris Kennaway2005-10-251-0/+1
* Oops, actually MFC 1.89 (by kan) which was missed in previous commit:Xin LI2005-09-171-4/+28
* MFC 1.88 (by ssouhlal):Xin LI2005-09-171-4/+5
* - As this is presently the one and only place where duplicate acquires ofJeff Roberson2005-04-221-1/+1
* - Clear VI_OWEINACT before calling vget() with no lock type. We knowJeff Roberson2005-04-111-0/+7
* - Honor the flags argument passed to null_root(). The filesystem belowJeff Roberson2005-04-111-1/+1
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* - Lock the clearing of v_data so it is safe to inspect it with theJeff Roberson2005-03-171-1/+7
* - Assume that all lower filesystems now support proper locking. AssertJeff Roberson2005-03-153-190/+63
* - We have to transfer lockers after reseting our vnlock pointer.Jeff Roberson2005-03-151-0/+5
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-132-12/+8
* Introduce vx_wait{l}() and use it instead of home-rolled versions.Poul-Henning Kamp2005-02-171-4/+2
* Remove vop_destroyvobject()Poul-Henning Kamp2005-02-071-27/+1
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-281-1/+1
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.Poul-Henning Kamp2005-01-251-11/+0
* Don't implement vop_createvobject(), vop_open() and vop_close() managesPoul-Henning Kamp2005-01-241-19/+0
* Add null_open() and null_close() which calls null_bypass() and managedPoul-Henning Kamp2005-01-241-0/+29
* Kill the VV_OBJBUF and test the v_object for NULL instead.Poul-Henning Kamp2005-01-241-2/+1
* Remove "register" keywords.Poul-Henning Kamp2005-01-241-2/+2
* Style: Remove the commented out vop_foo_args replicas.Poul-Henning Kamp2005-01-241-103/+15
* Change the generated VOP_ macro implementations to improve type checkingPoul-Henning Kamp2005-01-131-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-2/+1
* whitespacePoul-Henning Kamp2005-01-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-064-4/+4
* Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS().Poul-Henning Kamp2004-12-061-5/+2
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-5/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-014-30/+24
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-14/+14
* Eliminate null_open() and use instead null_bypass().Poul-Henning Kamp2004-11-261-24/+0
* Use system wide no-op vfs_start function.Poul-Henning Kamp2004-11-251-17/+0
* Refuse attempts to mount root filesystemPoul-Henning Kamp2004-11-091-0/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-6/+4
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-3/+3
* Update for the KDB framework:Marcel Moolenaar2004-07-102-3/+3
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-074-16/+0
* Don't try to unlock the directory vnode in null_lookup() if the lock isDon Lewis2004-01-111-1/+1
* v_vxproc was a bogus name for a thread (pointer).Bruce Evans2003-12-281-2/+2
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:Tim J. Robbins2003-06-173-13/+95
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-37/+26
* Use temporary variable to avoid double expansion of macro with side effects.Poul-Henning Kamp2003-05-311-1/+4
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-2/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-142-3/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-251-3/+3
* - Hold the vp lock while accessing v_vflags.Jeff Roberson2002-09-251-5/+7