| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Use mount interlock to protect all changes to mnt_flag and | Tor Egge | 2006-10-09 | 1 | -1/+4 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -1/+2 |
| * | - The VI_DOOMED flag now signals the end of a vnode's relationship with | Jeff Roberson | 2005-03-13 | 1 | -1/+0 |
| * | Make filesystems get rid of their own vnodes vnode_pager object in | Poul-Henning Kamp | 2005-01-28 | 1 | -0/+1 |
| * | Whitespace in vop_vector{} initializations. | Poul-Henning Kamp | 2005-01-13 | 1 | -0/+1 |
| * | Change the generated VOP_ macro implementations to improve type checking | Poul-Henning Kamp | 2005-01-13 | 1 | -1/+1 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 4 | -4/+4 |
| * | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp | 2004-12-05 | 1 | -5/+0 |
| * | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 2 | -16/+9 |
| * | Mechanically change prototypes for vnode operations to use the new typedefs. | Poul-Henning Kamp | 2004-12-01 | 1 | -8/+8 |
| * | Use system wide no-op vfs_start function. | Poul-Henning Kamp | 2004-11-25 | 1 | -18/+0 |
| * | Refuse attempts to mount root filesystem | Poul-Henning Kamp | 2004-11-09 | 1 | -1/+1 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -3/+3 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 1 | -2/+3 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 4 | -16/+0 |
| * | Clean up the stub fake vnode locking implemenations. The main reason this | Peter Wemm | 2004-03-29 | 1 | -0/+9 |
| * | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp | 2003-06-12 | 1 | -35/+23 |
| * | Use temporary variable to avoid double expansion of macro with side effects. | Poul-Henning Kamp | 2003-05-31 | 1 | -1/+3 |
| * | Rename vfs_stdsync function to vfs_stdnosync which matches more | Alexander Kabaev | 2003-03-11 | 1 | -1/+1 |
| * | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -2/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -2/+2 |
| * | umap_sync is empty and is identical to vfs_stdsync. Remove it and | Alexander Kabaev | 2002-10-19 | 1 | -16/+1 |
| * | style(9) | Alexander Kabaev | 2002-10-19 | 1 | -4/+7 |
| * | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 1 | -1/+1 |
| * | Yet another 64 bits warning fix: s/u_int/size_t/. | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
| * | Plug memoryleaks detected by FlexeLint. | Poul-Henning Kamp | 2002-10-05 | 1 | -2/+8 |
| * | - Use vrefcnt() where it is safe to do so instead of doing direct and | Jeff Roberson | 2002-09-25 | 1 | -1/+1 |
| * | 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 | 1 | -1/+2 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 4 | -38/+38 |
| * | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 1 | -3/+4 |
| * | Assert that a ucred is unshared before we remap its ids. | John Baldwin | 2001-10-20 | 1 | -0/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 3 | -40/+40 |
| * | Fix some signed/unsigned integer confusion, and add bounds checking of | Kris Kennaway | 2001-09-10 | 1 | -0/+6 |
| * | Actually rename FDESC, PORTAL, UMAP and UNION file systems. | Ruslan Ermilov | 2001-05-24 | 1 | -1/+1 |
| * | mount_umap(8) -> mount_umapfs(8). | Ruslan Ermilov | 2001-05-24 | 1 | -1/+1 |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 3 | -4/+4 |
| * | Change the second argument of vflush() to an integer that specifies | Ian Dowse | 2001-05-16 | 1 | -15/+2 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 3 | -7/+14 |
| * | o Change the API and ABI of the Extended Attribute kernel interfaces to | Robert Watson | 2001-03-15 | 1 | -5/+7 |
| * | Reviewed by: jlemon | Adrian Chadd | 2001-03-01 | 1 | -2/+0 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -1/+1 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | 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 |