summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-2/+1
* whitespacephk2005-01-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-064-4/+4
* 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-014-30/+24
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-14/+14
* Eliminate null_open() and use instead null_bypass().phk2004-11-261-24/+0
* 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-102-3/+3
* Remove advertising clause from University of California Regent'simp2004-04-074-16/+0
* Don't try to unlock the directory vnode in null_lookup() if the lock istruckman2004-01-111-1/+1
* v_vxproc was a bogus name for a thread (pointer).bde2003-12-281-2/+2
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:tjr2003-06-173-13/+95
* 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
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-2/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-192-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Be consistent about functions being static.phk2002-10-161-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-142-3/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-3/+3
* - Hold the vp lock while accessing v_vflags.jeff2002-09-251-5/+7
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-142-2/+3
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-042-3/+4
* Fix a race during null node creation between relookuping the hash andsemenu2002-06-134-105/+102
* Change null_hashlock into null_hashmtx, because there is no need forsemenu2002-06-131-22/+15
* Fix the "error" path (when dropping not fully initialized vnode).semenu2002-06-133-19/+26
* Fix wrong locking in null_inactive and null_reclaim. This makes nullfssemenu2002-06-131-10/+7
* Convert nullfs to nmount.mux2002-05-232-17/+12
* Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER.semenu2002-05-211-2/+6
* More s/file system/filesystem/gtrhodes2002-05-161-7/+7
* Cannot release vnode underlying the nullfs vnode in null_inactivemckusick2002-03-181-19/+26
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+5
* KSE Milestone 2julian2001-09-123-78/+78
* the last argument to copyinstr is of t ype size_t, not u_intmjacob2001-06-131-3/+3
* mount_null(8) -> mount_nullfs(8).ru2001-05-241-4/+4
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-233-3/+3
* 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-013-7/+16
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-5/+8
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-293-3/+0
OpenPOWER on IntegriCloud