| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -2/+2 |
| * | 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 | 2 | -3/+1 |
| * | - Use vrefcnt() where it is safe to do so instead of doing direct and | Jeff Roberson | 2002-09-25 | 1 | -3/+3 |
| * | - Hold the vp lock while accessing v_vflags. | Jeff Roberson | 2002-09-25 | 1 | -5/+7 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 2 | -2/+3 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 2 | -3/+4 |
| * | Fix a race during null node creation between relookuping the hash and | Semen Ustimenko | 2002-06-13 | 4 | -105/+102 |
| * | Change null_hashlock into null_hashmtx, because there is no need for | Semen Ustimenko | 2002-06-13 | 1 | -22/+15 |
| * | Fix the "error" path (when dropping not fully initialized vnode). | Semen Ustimenko | 2002-06-13 | 3 | -19/+26 |
| * | Fix wrong locking in null_inactive and null_reclaim. This makes nullfs | Semen Ustimenko | 2002-06-13 | 1 | -10/+7 |
| * | Convert nullfs to nmount. | Maxime Henrion | 2002-05-23 | 2 | -17/+12 |
| * | 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 |
| * | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 1 | -3/+5 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 3 | -78/+78 |
| * | the last argument to copyinstr is of t ype size_t, not u_int | Matt Jacob | 2001-06-13 | 1 | -3/+3 |
| * | 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 | 3 | -3/+3 |
| * | Change the second argument of vflush() to an integer that specifies | Ian Dowse | 2001-05-16 | 1 | -23/+2 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 3 | -7/+16 |
| * | o Change the API and ABI of the Extended Attribute kernel interfaces to | Robert Watson | 2001-03-15 | 1 | -5/+8 |
| * | Reviewed by: jlemon | Adrian Chadd | 2001-03-01 | 1 | -2/+0 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -1/+1 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 3 | -3/+0 |
| * | Rev 1.41 was committed from wrong diff, now do it right. | Boris Popov | 2000-10-22 | 1 | -1/+1 |
| * | Release and unlock vnode if resource deadlock detected. | Boris Popov | 2000-10-22 | 1 | -0/+1 |
| * | Fix nullfs breakage caused by incomplete migration of v_interlock from | Boris Popov | 2000-10-15 | 1 | -3/+5 |
| * | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 1 | -1/+3 |
| * | 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 | 3 | -98/+286 |
| * | Various cleanups towards make nullfs functional (it is still broken | Boris Popov | 2000-09-05 | 4 | -38/+130 |
| * | Get rid from the __P() macros. | Boris Popov | 2000-09-05 | 4 | -37/+36 |
| * | Rename the loadable nullfs kernel module: null -> nullfs | Sheldon Hearn | 2000-07-28 | 1 | -1/+1 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 2 | -2/+2 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 2 | -2/+2 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | Robert Watson | 2000-01-19 | 1 | -1/+1 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -0/+15 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+2 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 2 | -5/+5 |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -8/+18 |
| * | Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as | Bruce Evans | 1999-09-04 | 4 | -20/+14 |
| * | Converted the silly SAFTEY option into a new-style option by renaming it to | Bruce Evans | 1999-08-30 | 1 | -3/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 4 | -5/+5 |