| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 22 | -22/+22 |
| * | Fix this: | Martin Cracauer | 2005-10-28 | 1 | -2/+6 |
| * | MFC 1.154 (by rodrigc) | Xin LI | 2005-10-06 | 1 | -0/+12 |
| * | MFC sys/fs/hpfs/hpfs_vfsops.c:1.54-1.56, | Xin LI | 2005-09-30 | 1 | -8/+7 |
| * | MFC src/sys/gnu/fs/ext2fs/fs.h 1.18 | Don Lewis | 2005-09-11 | 1 | -8/+8 |
| * | Repair this: | Martin Cracauer | 2005-07-09 | 1 | -0/+1 |
| * | Add standard GPL boilerplate to these files. They are the only ones | Warner Losh | 2005-06-16 | 7 | -3/+104 |
| * | Move ext2fs from src/gnu to src/gnu/fs. | Craig Rodrigues | 2005-06-15 | 11 | -63/+63 |
| * | Allow EVFILT_VNODE events to work on every filesystem type, not just | Suleiman Souhlal | 2005-06-09 | 1 | -1/+0 |
| * | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -4/+3 |
| * | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | Jeff Roberson | 2005-03-29 | 1 | -8/+1 |
| * | - ext2fs_lookup() is no longer responsible for unlocking the dvp, this is | Jeff Roberson | 2005-03-28 | 1 | -16/+1 |
| * | - 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 |
| * | 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-16 | 5 | -19/+7 |
| * | 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 | -64/+28 |
| * | - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267. | Jeff Roberson | 2005-03-13 | 3 | -36/+8 |
| * | Remove debug printout of major/minor numbers, print name instead. | Poul-Henning Kamp | 2005-02-27 | 2 | -4/+4 |
| * | move ptr deref's to after null ptr checks | Sam Leffler | 2005-02-24 | 1 | -2/+4 |
| * | Make a SYSCTL_NODE 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 |
| * | 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 |
| * | 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 |
| * | Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE() | Poul-Henning Kamp | 2005-01-11 | 1 | -1/+1 |
| * | 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 | 20 | -33/+33 |
| * | Add dol FreeBSD dol and /*+ize license | Warner Losh | 2005-01-06 | 1 | -1/+3 |
| * | Implement simpler panics for VOP_{read,write} on fifos. | Poul-Henning Kamp | 2004-12-14 | 1 | -55/+2 |
| * | Revert previous commit. The null-pointer function call (a dereference | Marcel Moolenaar | 2004-12-11 | 1 | -4/+4 |
| * | 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 |
| * | Fix null-pointer indirect function calls introduced in the previous | Marcel Moolenaar | 2004-12-05 | 1 | -4/+4 |
| * | 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 | 3 | -67/+56 |
| * | Mechanically change prototypes for vnode operations to use the new typedefs. | Poul-Henning Kamp | 2004-12-01 | 1 | -26/+26 |
| * | Make VOP_BMAP return a struct bufobj for the underlying storage device | Poul-Henning Kamp | 2004-11-15 | 1 | -3/+3 |
| * | Get even closer to not crashing ext2fs | Poul-Henning Kamp | 2004-11-06 | 2 | -2/+1 |
| * | Get closer to unbreaking ext2fs | Poul-Henning Kamp | 2004-11-06 | 1 | -0/+2 |
| * | Properly implement a default version of VOP_GETWRITEMOUNT. | Poul-Henning Kamp | 2004-11-06 | 1 | -1/+0 |
| * | Move EXT2FS to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 4 | -50/+57 |
| * | Reduce the locking activity by epsilon by checking VNON condition before | Poul-Henning Kamp | 2004-10-28 | 1 | -4/+3 |
| * | Eliminate unnecessary KASSERTs. | Poul-Henning Kamp | 2004-10-27 | 2 | -4/+1 |
| * | Loose the v_dirty* and v_clean* alias macros. | Poul-Henning Kamp | 2004-10-25 | 2 | -3/+4 |
| * | Move the buffer method vector (buf->b_op) to the bufobj. | Poul-Henning Kamp | 2004-10-24 | 2 | -2/+2 |