| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC rev. 1.50: | Markus Brueffer | 2008-02-16 | 1 | -1/+1 |
| * | MFC v 1.66 udf_vnops.c | Remko Lodder | 2007-06-26 | 1 | -4/+6 |
| * | MFC 1.63: | Pav Lucistnik | 2007-02-14 | 1 | -24/+52 |
| * | MFC 1.46: | Pav Lucistnik | 2007-01-14 | 1 | -1/+6 |
| * | MFC rev. 1.62: | Pav Lucistnik | 2006-12-30 | 1 | -0/+12 |
| * | 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 | -9/+1 |
| * | MFC: Call vfs_destroy_object() before v_data gets set to NULL. | Scott Long | 2006-03-12 | 1 | -1/+5 |
| * | Work around the shortness of the size argument to | Yaroslav Tykhiy | 2006-02-20 | 1 | -1/+1 |
| * | MFC sys/fs/hpfs/hpfs_vfsops.c:1.54-1.56, | Xin LI | 2005-09-30 | 1 | -5/+2 |
| * | Regrab dvp only when ISDOTDOT. | Seigo Tanimura | 2005-07-09 | 1 | -1/+2 |
| * | Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64. | R. Imura | 2005-06-05 | 1 | -4/+5 |
| * | Fix three typos in comments. Two of them obtained from OpenBSD. | Christian Brueffer | 2005-05-11 | 1 | -3/+3 |
| * | Correct typo. | Christian Brueffer | 2005-04-14 | 1 | -1/+1 |
| * | - 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 | -7/+5 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -1/+1 |
| * | Also remember to set the fsid here. | 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 hold a reference to the disk vnode for each inode. | Poul-Henning Kamp | 2005-03-15 | 3 | -11/+1 |
| * | 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 | 3 | -112/+52 |
| * | Remove basically unused root_vp pointer in udfmount. | Robert Watson | 2005-02-18 | 2 | -2/+0 |
| * | Make a bunch of malloc types static. | Poul-Henning Kamp | 2005-02-10 | 1 | -1/+1 |
| * | Make filesystems get rid of their own vnodes vnode_pager object in | Poul-Henning Kamp | 2005-01-28 | 1 | -0/+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 |
| * | Fix an incorrect cast. | Scott Long | 2005-01-18 | 1 | -1/+1 |
| * | NULL-terminate the . and .. directory entries. Apparently some tools ignore | Scott Long | 2005-01-14 | 1 | -0/+2 |
| * | Replace the min() macro with a test that doesn't truncate the 64-bit values | Scott Long | 2005-01-14 | 1 | -1/+4 |
| * | Whitespace in vop_vector{} initializations. | Poul-Henning Kamp | 2005-01-13 | 1 | -0/+1 |
| * | Use off_t when passing and calculating file offsets. While a single | Scott Long | 2005-01-12 | 1 | -6/+11 |
| * | Don't allow reads past the end of a file. | Scott Long | 2005-01-12 | 1 | -1/+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 | -2/+4 |
| * | ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS() | Poul-Henning Kamp | 2004-12-06 | 1 | -4/+1 |
| * | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp | 2004-12-05 | 1 | -6/+0 |
| * | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -20/+15 |
| * | Mechanically change prototypes for vnode operations to use the new typedefs. | Poul-Henning Kamp | 2004-12-01 | 1 | -11/+11 |
| * | Make VOP_BMAP return a struct bufobj for the underlying storage device | Poul-Henning Kamp | 2004-11-15 | 1 | -2/+2 |
| * | Move UDF to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 3 | -25/+28 |
| * | Eliminate unnecessary KASSERTs. | Poul-Henning Kamp | 2004-10-27 | 1 | -1/+1 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -3/+4 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 1 | -2/+2 |
| * | Make the udf_vnops side endian clean. | Scott Long | 2004-06-23 | 1 | -35/+41 |
| * | First half of making UDF be endian-clean. This addresses the vfsops side. | Scott Long | 2004-06-23 | 3 | -23/+28 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -2/+2 |
| * | Catch all cases where bread() returns an error and a valid *bp, and release | Scott Long | 2004-03-30 | 2 | -6/+11 |