| 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 | -0/+4 |
| * | MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41 | Craig Rodrigues | 2006-06-17 | 1 | -10/+4 |
| * | MFC rev 1.29. In short, it unbreaks symlinks that have double | Joerg Wunsch | 2006-03-17 | 1 | -3/+1 |
| * | MFC: Call vfs_destroy_object() before v_data gets set to NULL. | Scott Long | 2006-03-12 | 1 | -1/+4 |
| * | Work around the shortness of the size argument to | Yaroslav Tykhiy | 2006-02-20 | 2 | -2/+2 |
| * | MFC: Add marker vnodes to ensure that all vnodes associated with the mount | Tor Egge | 2006-01-14 | 1 | -0/+1 |
| * | MFC cd9660_lookup.c 1.42 | Don Lewis | 2006-01-04 | 1 | -3/+4 |
| * | MFC: implement the full range of ISO9660 number conversion routines in iso.h. | Dag-Erling Smørgrav | 2005-12-14 | 1 | -49/+35 |
| * | MFC: r1.141 | Peter Grehan | 2005-08-18 | 1 | -7/+6 |
| * | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -3/+2 |
| * | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | Jeff Roberson | 2005-03-28 | 1 | -15/+0 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -1/+2 |
| * | Forgot to replace code to set fsid in vop_getattr. | Poul-Henning Kamp | 2005-03-17 | 1 | -0/+1 |
| * | Add two arguments to the vfs_hash() KPI so that filesystems which do | Poul-Henning Kamp | 2005-03-16 | 1 | -2/+2 |
| * | Remove inode fields previously used for private inode hash tables. | Poul-Henning Kamp | 2005-03-16 | 1 | -1/+0 |
| * | Don't store the disk cdev in all inodes. | Poul-Henning Kamp | 2005-03-16 | 3 | -3/+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 | 5 | -135/+26 |
| * | - VOP_INACTIVE should no longer drop the vnode lock. | Jeff Roberson | 2005-03-13 | 1 | -1/+0 |
| * | Conditionalize cd9660 chattiness regarding the nature of the file system | Robert Watson | 2005-02-18 | 1 | -3/+7 |
| * | Unbreak a few filesystems for which vnode_create_vobject() wasn't being | Peter Edwards | 2005-01-29 | 2 | -1/+20 |
| * | 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 |
| * | 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 |
| * | Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE() | Poul-Henning Kamp | 2005-01-11 | 1 | -1/+1 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | First save from editor, *then* commit. | Poul-Henning Kamp | 2004-12-07 | 1 | -2/+1 |
| * | Fix exports. | Poul-Henning Kamp | 2004-12-07 | 1 | -6/+4 |
| * | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | Poul-Henning Kamp | 2004-12-07 | 1 | -127/+72 |
| * | 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 | 3 | -39/+27 |
| * | Mechanically change prototypes for vnode operations to use the new typedefs. | Poul-Henning Kamp | 2004-12-01 | 1 | -9/+9 |
| * | Make VOP_BMAP return a struct bufobj for the underlying storage device | Poul-Henning Kamp | 2004-11-15 | 1 | -3/+3 |
| * | Detect root mount attempts on the flag, not on the NULL path. | Poul-Henning Kamp | 2004-11-09 | 1 | -1/+1 |
| * | Move CD9660 to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 6 | -36/+37 |
| * | Eliminate unnecessary KASSERTs. | Poul-Henning Kamp | 2004-10-27 | 1 | -3/+1 |
| * | Hold proper thread count while frobbing drivers ioctl. | Poul-Henning Kamp | 2004-09-24 | 1 | -6/+13 |
| * | Pointy hat please! | Poul-Henning Kamp | 2004-09-22 | 1 | -3/+3 |
| * | De support opening device nodes on CD9660 filesystems. They are | Poul-Henning Kamp | 2004-09-21 | 2 | -21/+9 |
| * | Temporarily back out revision 1.77. This changed cd9660_getattr() and | Tim J. Robbins | 2004-09-05 | 1 | -14/+6 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -8/+8 |
| * | 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 |
| * | Remove "register" keyword and trailing white space. | Poul-Henning Kamp | 2004-07-03 | 5 | -60/+60 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 2 | -3/+3 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 4 | -7/+7 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 12 | -48/+0 |
| * | Remove unused second arg to vfinddev(). | Poul-Henning Kamp | 2004-03-11 | 1 | -1/+3 |