| Commit message (Expand) | Author | Age | Files | Lines |
* | Be a bit more assertive about vnode bypass. | phk | 2004-12-14 | 1 | -16/+17 |
* | Exporting of NTFS filesystem broke in rev 1.70. Fix it. | ssouhlal | 2004-12-13 | 1 | -7/+4 |
* | Don't forget to bypass vnodes in corner cases. | phk | 2004-12-13 | 1 | -8/+6 |
* | Another FNONBLOCK -> O_NONBLOCK. | phk | 2004-12-13 | 1 | -2/+2 |
* | Use O_NONBLOCK instead of FNONBLOCK alias. | phk | 2004-12-13 | 1 | -1/+1 |
* | Explicit panic in vop_read/vop_write for devices | phk | 2004-12-13 | 1 | -0/+2 |
* | Explicitly panic vop_read/vop_write on fifos. | phk | 2004-12-13 | 1 | -0/+2 |
* | Don't deref NULL if no charset-conversion is specified. | phk | 2004-12-12 | 2 | -2/+10 |
* | Handle MNT_UPDATE export requests first and return so we do not | phk | 2004-12-11 | 1 | -14/+14 |
* | typo | phk | 2004-12-11 | 1 | -1/+1 |
* | First save from editor, *then* commit. | phk | 2004-12-07 | 1 | -2/+1 |
* | Fix exports. | phk | 2004-12-07 | 1 | -6/+4 |
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | phk | 2004-12-07 | 2 | -128/+80 |
* | Use vfs_mountedfrom(). | phk | 2004-12-06 | 1 | -2/+2 |
* | Trust vfs_mount to call VFS_STATFS() on all mounts. | phk | 2004-12-06 | 1 | -2/+0 |
* | Convert to nmount. Add omount compat. | phk | 2004-12-06 | 5 | -39/+100 |
* | Convert to nmount. Add omount compat. | phk | 2004-12-06 | 1 | -27/+37 |
* | Convert to nmount. Add omount compat. | phk | 2004-12-06 | 2 | -61/+80 |
* | Convert to nmount. Add backwards compat cmount method. | phk | 2004-12-06 | 3 | -47/+81 |
* | Convert nwfs to nmount, but take the low road: There is no way this is | phk | 2004-12-06 | 1 | -9/+29 |
* | Fix a typo in PFS_TRACE. | kan | 2004-12-06 | 1 | -1/+1 |
* | ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS() | phk | 2004-12-06 | 1 | -4/+1 |
* | Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS(). | phk | 2004-12-06 | 2 | -8/+3 |
* | Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS() | phk | 2004-12-06 | 1 | -3/+2 |
* | Convert coda to nmount. | phk | 2004-12-06 | 1 | -19/+13 |
* | Convert msdosfs to nmount. | phk | 2004-12-06 | 1 | -75/+121 |
* | Fix warning | phk | 2004-12-06 | 1 | -1/+1 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 13 | -80/+0 |
* | Remove embryonic rootfs mounting facility. | phk | 2004-12-04 | 1 | -30/+1 |
* | Remove the de_devvp and stop VREF'ing it for every vnode we create. | phk | 2004-12-02 | 3 | -11/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 39 | -747/+529 |
* | Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. | cperciva | 2004-12-01 | 1 | -1/+13 |
* | hpfs_lookup() should have a vop_cachedlookup_t prototype an corresponding | phk | 2004-12-01 | 1 | -2/+2 |
* | Correctly prototype union_write with vop_write_t, not vop_read_t. | phk | 2004-12-01 | 1 | -2/+2 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 15 | -230/+230 |
* | Ignore MNT_NODEV, it is implicit in choice of filesystem these days. | phk | 2004-11-26 | 1 | -1/+1 |
* | Eliminate null_open() and use instead null_bypass(). | phk | 2004-11-26 | 1 | -24/+0 |
* | Use system wide no-op vfs_start function. | phk | 2004-11-25 | 4 | -67/+0 |
* | Add dropped implementation of ioctl for fifos. | phk | 2004-11-18 | 1 | -1/+20 |
* | Make vnode bypass for fifos (read, write, poll) mandatory. | phk | 2004-11-17 | 1 | -133/+6 |
* | Make vnode bypass for devices mandatory. | phk | 2004-11-17 | 1 | -200/+1 |
* | Make vnode bypass the default for devices. | phk | 2004-11-15 | 1 | -1/+1 |
* | Add file ops to fifofs so that we can bypass vnodes (and Giant) for the | phk | 2004-11-15 | 1 | -1/+164 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | phk | 2004-11-15 | 7 | -20/+20 |
* | Integrate most of vop_revoke() into devfs_revoke() where it belongs. | phk | 2004-11-13 | 1 | -1/+24 |
* | Add the devfs_fp_check() function which helps us get from a struct file | phk | 2004-11-13 | 1 | -70/+34 |
* | VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does not | phk | 2004-11-13 | 1 | -20/+0 |
* | fifos doesn't need a vop_lookup, the default will do fine. | phk | 2004-11-13 | 1 | -19/+0 |
* | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | phk | 2004-11-13 | 4 | -11/+11 |
* | Remove stale comment after previous commit. | trhodes | 2004-11-09 | 1 | -3/+0 |