| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move ext2fs from src/gnu to src/gnu/fs. | Craig Rodrigues | 2005-06-15 | 1 | -1128/+0 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -1/+2 |
| * | Add two arguments to the vfs_hash() KPI so that filesystems which do | Poul-Henning Kamp | 2005-03-16 | 1 | -2/+2 |
| * | Don't hold a reference to the disk vnode for each inode. | Poul-Henning Kamp | 2005-03-16 | 1 | -2/+0 |
| * | Improve the vfs_hash() API: vput() the unneeded vnode centrally to | Poul-Henning Kamp | 2005-03-15 | 1 | -3/+1 |
| * | Simplify the vfs_hash calling convention. | Poul-Henning Kamp | 2005-03-15 | 1 | -23/+3 |
| * | Use vfs_hash() instead of home-rolled | Poul-Henning Kamp | 2005-03-14 | 1 | -53/+27 |
| * | - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267. | Jeff Roberson | 2005-03-13 | 1 | -11/+4 |
| * | Introduce and use g_vfs_close(). | Poul-Henning Kamp | 2005-01-25 | 1 | -2/+2 |
| * | Create a vp->v_object in VFS_FHTOVP() if we want to be exportable | Poul-Henning Kamp | 2005-01-24 | 1 | -0/+1 |
| * | Remove unused cred argument to ext2_reload() | Poul-Henning Kamp | 2005-01-24 | 1 | -6/+3 |
| * | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | Poul-Henning Kamp | 2005-01-14 | 1 | -2/+2 |
| * | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -5/+4 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -2/+2 |
| * | Convert to nmount. Add omount compat code. | Poul-Henning Kamp | 2004-12-06 | 1 | -10/+13 |
| * | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp | 2004-12-05 | 1 | -7/+0 |
| * | Remove #if 0'ed rootfs mounting code. | Poul-Henning Kamp | 2004-12-04 | 1 | -58/+0 |
| * | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -2/+2 |
| * | Get even closer to not crashing ext2fs | Poul-Henning Kamp | 2004-11-06 | 1 | -1/+1 |
| * | Get closer to unbreaking ext2fs | Poul-Henning Kamp | 2004-11-06 | 1 | -0/+2 |
| * | Move EXT2FS to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 1 | -43/+42 |
| * | Reduce the locking activity by epsilon by checking VNON condition before | Poul-Henning Kamp | 2004-10-28 | 1 | -4/+3 |
| * | Loose the v_dirty* and v_clean* alias macros. | Poul-Henning Kamp | 2004-10-25 | 1 | -1/+2 |
| * | Desupport device nodes on EXT2 filesystems. | Poul-Henning Kamp | 2004-09-27 | 1 | -1/+1 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -5/+5 |
| * | Remove global variable rootdevs and rootvp, they are unused as such. | Poul-Henning Kamp | 2004-07-28 | 1 | -1/+2 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 1 | -2/+3 |
| * | When we traverse the vnodes on a mountpoint we need to look out for | Poul-Henning Kamp | 2004-07-04 | 1 | -14/+2 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -4/+4 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Remove unused mnt_reservedvnlist field. | Poul-Henning Kamp | 2004-03-11 | 1 | -1/+0 |
| * | Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE(); | Tim J. Robbins | 2004-02-19 | 1 | -0/+5 |
| * | Removed support for the unsupported option READONLY. It just forced | Bruce Evans | 2004-02-15 | 1 | -4/+0 |
| * | MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lock | Bruce Evans | 2004-02-13 | 1 | -4/+10 |
| * | MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reduces | Bruce Evans | 2004-02-12 | 1 | -12/+13 |
| * | Copy workaround from FFS: open device for write access even if | Tim J. Robbins | 2004-01-24 | 1 | -0/+19 |
| * | Fixed a reference to a nonexistent variable in previous commit. Renaming | Bruce Evans | 2003-11-05 | 1 | -9/+8 |
| * | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | Alexander Kabaev | 2003-11-05 | 1 | -11/+11 |
| * | Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameter | Alexander Kabaev | 2003-11-03 | 1 | -2/+4 |
| * | Take care not to call vput if thread used in corresponding vget | Alexander Kabaev | 2003-11-02 | 1 | -1/+2 |
| * | Temporarily undo parts of the stuct mount locking commit by jeff. | Alexander Kabaev | 2003-11-01 | 1 | -2/+1 |
| * | - File systems that wish to inspect the vnode contents or their private | Jeff Roberson | 2003-10-05 | 1 | -0/+8 |
| * | - Don't use vrecycle() call vgonel() directly after grabing the vnode | Jeff Roberson | 2003-10-04 | 1 | -4/+6 |
| * | - Clean-up comments that refer to the use of B_LOCKED. | Jeff Roberson | 2003-08-28 | 1 | -1/+0 |
| * | Add a "int fd" argument to VOP_OPEN() which in the future will | Poul-Henning Kamp | 2003-07-26 | 1 | -1/+1 |
| * | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp | 2003-06-12 | 1 | -25/+21 |
| * | - Add a new 'flags' parameter to getblk(). | Jeff Roberson | 2003-03-04 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -6/+6 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -6/+6 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |