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