| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvs | cvs2svn | 2007-01-11 | 1 | -1/+1 |
| * | MFC Revs 1.91, 1.90 | Jeff Roberson | 2006-03-13 | 1 | -9/+34 |
| * | Oops, actually MFC 1.89 (by kan) which was missed in previous commit: | Xin LI | 2005-09-17 | 1 | -4/+28 |
| * | MFC 1.88 (by ssouhlal): | Xin LI | 2005-09-17 | 1 | -4/+5 |
| * | - As this is presently the one and only place where duplicate acquires of | Jeff Roberson | 2005-04-22 | 1 | -1/+1 |
| * | - Lock the clearing of v_data so it is safe to inspect it with the | Jeff Roberson | 2005-03-17 | 1 | -1/+7 |
| * | - Assume that all lower filesystems now support proper locking. Assert | Jeff Roberson | 2005-03-15 | 1 | -130/+41 |
| * | - We have to transfer lockers after reseting our vnlock pointer. | Jeff Roberson | 2005-03-15 | 1 | -0/+5 |
| * | - The VI_DOOMED flag now signals the end of a vnode's relationship with | Jeff Roberson | 2005-03-13 | 1 | -10/+6 |
| * | Introduce vx_wait{l}() and use it instead of home-rolled versions. | Poul-Henning Kamp | 2005-02-17 | 1 | -4/+2 |
| * | Remove vop_destroyvobject() | Poul-Henning Kamp | 2005-02-07 | 1 | -27/+1 |
| * | Make filesystems get rid of their own vnodes vnode_pager object in | Poul-Henning Kamp | 2005-01-28 | 1 | -0/+1 |
| * | Remove unused argument to vrecycle() | Poul-Henning Kamp | 2005-01-28 | 1 | -1/+1 |
| * | Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now. | Poul-Henning Kamp | 2005-01-25 | 1 | -11/+0 |
| * | Don't implement vop_createvobject(), vop_open() and vop_close() manages | Poul-Henning Kamp | 2005-01-24 | 1 | -19/+0 |
| * | Add null_open() and null_close() which calls null_bypass() and managed | Poul-Henning Kamp | 2005-01-24 | 1 | -0/+29 |
| * | Kill the VV_OBJBUF and test the v_object for NULL instead. | Poul-Henning Kamp | 2005-01-24 | 1 | -2/+1 |
| * | Remove "register" keywords. | Poul-Henning Kamp | 2005-01-24 | 1 | -2/+2 |
| * | Style: Remove the commented out vop_foo_args replicas. | Poul-Henning Kamp | 2005-01-24 | 1 | -103/+15 |
| * | Change the generated VOP_ macro implementations to improve type checking | Poul-Henning Kamp | 2005-01-13 | 1 | -1/+1 |
| * | whitespace | Poul-Henning Kamp | 2005-01-10 | 1 | -1/+1 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -26/+20 |
| * | Mechanically change prototypes for vnode operations to use the new typedefs. | Poul-Henning Kamp | 2004-12-01 | 1 | -14/+14 |
| * | Eliminate null_open() and use instead null_bypass(). | Poul-Henning Kamp | 2004-11-26 | 1 | -24/+0 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Don't try to unlock the directory vnode in null_lookup() if the lock is | Don Lewis | 2004-01-11 | 1 | -1/+1 |
| * | v_vxproc was a bogus name for a thread (pointer). | Bruce Evans | 2003-12-28 | 1 | -2/+2 |
| * | MFp4: Fix two bugs causing possible deadlocks or panics, and one nit: | Tim J. Robbins | 2003-06-17 | 1 | -4/+57 |
| * | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -2/+1 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 1 | -1/+1 |
| * | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 1 | -0/+1 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -1/+2 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -2/+2 |
| * | Fix a race during null node creation between relookuping the hash and | Semen Ustimenko | 2002-06-13 | 1 | -6/+13 |
| * | Fix the "error" path (when dropping not fully initialized vnode). | Semen Ustimenko | 2002-06-13 | 1 | -13/+6 |
| * | Fix wrong locking in null_inactive and null_reclaim. This makes nullfs | Semen Ustimenko | 2002-06-13 | 1 | -10/+7 |
| * | Fix null_lock() not unlocking vp->v_interlock if LK_THISLAYER. | Semen Ustimenko | 2002-05-21 | 1 | -2/+6 |
| * | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -7/+7 |
| * | Cannot release vnode underlying the nullfs vnode in null_inactive | Kirk McKusick | 2002-03-18 | 1 | -19/+26 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -35/+35 |
| * | mount_null(8) -> mount_nullfs(8). | Ruslan Ermilov | 2001-05-24 | 1 | -4/+4 |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -4/+7 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Fix nullfs breakage caused by incomplete migration of v_interlock from | Boris Popov | 2000-10-15 | 1 | -3/+5 |
| * | Prevent dereference of NULL pointer when null_lock() and null_unlock() | Boris Popov | 2000-10-03 | 1 | -1/+7 |
| * | Fix vnode locking bugs in the nullfs. | Boris Popov | 2000-09-25 | 1 | -65/+228 |