| Commit message (Expand) | Author | Age | Files | Lines |
* | - Honor the flags argument passed to null_root(). The filesystem below | jeff | 2005-04-11 | 1 | -1/+1 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -1/+2 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -2/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS(). | phk | 2004-12-06 | 1 | -5/+2 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -5/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -1/+1 |
* | Use system wide no-op vfs_start function. | phk | 2004-11-25 | 1 | -17/+0 |
* | Refuse attempts to mount root filesystem | phk | 2004-11-09 | 1 | -0/+2 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -6/+4 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -3/+3 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -1/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -37/+26 |
* | Use temporary variable to avoid double expansion of macro with side effects. | phk | 2003-05-31 | 1 | -1/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | - Hold the vp lock while accessing v_vflags. | jeff | 2002-09-25 | 1 | -5/+7 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+2 |
* | Fix a race during null node creation between relookuping the hash and | semenu | 2002-06-13 | 1 | -3/+3 |
* | Convert nullfs to nmount. | mux | 2002-05-23 | 1 | -13/+12 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -3/+5 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -33/+33 |
* | the last argument to copyinstr is of t ype size_t, not u_int | mjacob | 2001-06-13 | 1 | -3/+3 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -23/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+4 |
* | o Change the API and ABI of the Extended Attribute kernel interfaces to | rwatson | 2001-03-15 | 1 | -5/+8 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -2/+0 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Rev 1.41 was committed from wrong diff, now do it right. | bp | 2000-10-22 | 1 | -1/+1 |
* | Release and unlock vnode if resource deadlock detected. | bp | 2000-10-22 | 1 | -0/+1 |
* | Fix vnode locking bugs in the nullfs. | bp | 2000-09-25 | 1 | -24/+29 |
* | Various cleanups towards make nullfs functional (it is still broken | bp | 2000-09-05 | 1 | -25/+15 |
* | Get rid from the __P() macros. | bp | 2000-09-05 | 1 | -19/+17 |
* | Rename the loadable nullfs kernel module: null -> nullfs | sheldonh | 2000-07-28 | 1 | -1/+1 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 1 | -1/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+15 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+2 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -3/+3 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -8/+18 |
* | Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as | bde | 1999-09-04 | 1 | -10/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | bde | 1998-09-07 | 1 | -2/+2 |
* | Fixed printf format errors. | bde | 1998-07-30 | 1 | -11/+9 |
* | As described by the submitter: | msmith | 1998-05-06 | 1 | -21/+1 |
* | The intent is to get rid of WILLRELE in vnode_if.src by making | msmith | 1998-03-01 | 1 | -1/+21 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |