aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-142-2/+3
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-042-3/+4
* Fix a race during null node creation between relookuping the hash andSemen Ustimenko2002-06-134-105/+102
* Change null_hashlock into null_hashmtx, because there is no need forSemen Ustimenko2002-06-131-22/+15
* Fix the "error" path (when dropping not fully initialized vnode).Semen Ustimenko2002-06-133-19/+26
* Fix wrong locking in null_inactive and null_reclaim. This makes nullfsSemen Ustimenko2002-06-131-10/+7
* Convert nullfs to nmount.Maxime Henrion2002-05-232-17/+12
* Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER.Semen Ustimenko2002-05-211-2/+6
* More s/file system/filesystem/gTom Rhodes2002-05-161-7/+7
* Cannot release vnode underlying the nullfs vnode in null_inactiveKirk McKusick2002-03-181-19/+26
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-3/+5
* KSE Milestone 2Julian Elischer2001-09-123-78/+78
* the last argument to copyinstr is of t ype size_t, not u_intMatt Jacob2001-06-131-3/+3
* mount_null(8) -> mount_nullfs(8).Ruslan Ermilov2001-05-241-4/+4
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-233-3/+3
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-23/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-013-7/+16
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-151-5/+8
* Reviewed by: jlemonAdrian Chadd2001-03-011-2/+0
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-293-3/+0
* Rev 1.41 was committed from wrong diff, now do it right.Boris Popov2000-10-221-1/+1
* Release and unlock vnode if resource deadlock detected.Boris Popov2000-10-221-0/+1
* Fix nullfs breakage caused by incomplete migration of v_interlock fromBoris Popov2000-10-151-3/+5
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-1/+3
* Prevent dereference of NULL pointer when null_lock() and null_unlock()Boris Popov2000-10-031-1/+7
* Fix vnode locking bugs in the nullfs.Boris Popov2000-09-253-98/+286
* Various cleanups towards make nullfs functional (it is still brokenBoris Popov2000-09-054-38/+130
* Get rid from the __P() macros.Boris Popov2000-09-054-37/+36
* Rename the loadable nullfs kernel module: null -> nullfsSheldon Hearn2000-07-281-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-2/+2
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls toRobert Watson2000-01-191-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+15
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+2
* Lock reporting and assertion changes.Eivind Eklund1999-12-112-5/+5
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-8/+18
* Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asBruce Evans1999-09-044-20/+14
* Converted the silly SAFTEY option into a new-style option by renaming it toBruce Evans1999-08-301-3/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-5/+5