| Age | Commit message (Expand) | Author |
| 2001-12-06 | add a VOP_PUTPAGES method for all the filesystems that don't have pages, | chs |
| 2001-11-24 | add a VTOC macro that doesn't cast, and fix a spurious lvalue cast with it. | perry |
| 2001-11-23 | __FUNCTION__ -> __func__ | perry |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-08-20 | "wierd" is weird. | wiz |
| 2001-08-05 | bound check the vi.in_size in venus_ioctl() | jdolecek |
| 2001-07-24 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-07-03 | add coda_{get,put}pages so that mmap works. | chs |
| 2001-05-28 | add a genfs_mmap() and change all of the disk-based filesystems | chs |
| 2001-04-30 | delint newline in string | lukem |
| 2001-04-16 | When unmounting a file system, acquire the syncer_lock before | thorpej |
| 2001-01-22 | make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const | jdolecek |
| 2000-12-27 | update commented out code to recent changes of signal structures | jdolecek |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-09-19 | Adapt for VOP_FSYNC parameter change. | fvdl |
| 2000-08-03 | Convert namei pathname buffer allocation to use the pool allocator. | thorpej |
| 2000-06-27 | remove redundant vm includes. | mrg |
| 2000-04-05 | Quiet some printfs unless VERBOSE. | phil |
| 2000-03-30 | Kill register declarations. | augustss |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 1999-10-31 | fix DEBUG printfs to compile. | chs |
| 1999-10-18 | Update 00READ with porting instructions | rvb |
| 1999-10-17 | nuke RCS "Log" tags. They cause problems for third parties importing | cgd |
| 1999-10-16 | In spec_close(), if we're not doing a non-blocking close and VXLOCK is | wrstuden |
| 1999-10-01 | Account for widened v_usecount in struct vnode. | soren |
| 1999-09-18 | Make this compile on alpha again. | matt |
| 1999-08-03 | Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl | wrstuden |
| 1999-07-08 | Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c. | wrstuden |
| 1999-04-29 | Typo/braino? | rvb |
| 1999-02-26 | Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now | wrstuden |
| 1998-12-10 | Commit a couple of old fixes | rvb |
| 1998-11-18 | Various trivial LP64 tweaks to squelch some compiler warnings. | ross |
| 1998-11-11 | Lookup now passes up an extra flag. But old veni will | rvb |
| 1998-11-09 | Change the way unmounting happens to guarantee that the | rvb |
| 1998-10-28 | Venus must be passed O_CREAT flag on VOP_OPEN iff this is | rvb |
| 1998-09-28 | I want to distinguish from DEBUG printouts and CODA_VERBOSE printouts. | rvb |
| 1998-09-26 | DIAGNOSTIC -> DEBUG for all non-panic messages. DIAGNOSTIC is only for | tv |
| 1998-09-25 | Conditionalize "stray" printouts under DIAGNOSTIC and DEBUG. | rvb |
| 1998-09-15 | Final piece of rename cfs->coda | rvb |
| 1998-09-12 | Change cfs/CFS in symbols, strings and constants to coda/CODA | rvb |
| 1998-09-08 | Pass2 complete | rvb |
| 1998-08-29 | Very Preliminary Coda | rvb |