summaryrefslogtreecommitdiff
path: root/sys/adosfs
AgeCommit message (Expand)Author
2001-11-12add RCSIDslukem
2001-09-30add glue required by new genfs_getpages().chs
2001-09-15move include of header only needed for kernel down inside ifdef _KENREL.chs
2001-09-15a whole bunch of changes to improve performance and robustness under load:chs
2001-09-15add a new VFS op, vfs_reinit, which is called when desiredvnodes ischs
2001-05-30use _KERNEL_OPTmrg
2001-05-28add a genfs_mmap() and change all of the disk-based filesystemschs
2001-04-12in adosfs_read(), only do the UBC thang for "FFS" files (ie. those thatchs
2001-04-03initialize some struct mount fields that UBC needs.chs
2001-02-27min() -> MIN(), max() -> MAX().chs
2001-01-22make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays constjdolecek
2000-11-27Initial integration of the Unified Buffer Cache project.chs
2000-11-08adosfs_mountfs(): check for zero amp->secsperblk before dividing by it (whichjdolecek
2000-08-03MALLOC()/FREE() are not to be used for variable sized allocations.thorpej
2000-07-11Remove unused variable.nathanw
2000-05-19A foolish consistency; most parts of the kernel use bp->b_data, sothorpej
2000-03-16Add new VFS op routine - vfs_done and call it on filesystem detachjdolecek
1999-11-15Fix typo in softdep code.tron
1999-11-15Add Kirk McKusick's soft updates code to the trunk. Not enabled byfvdl
1999-10-20Check if the type of device node isn't VBAD before touching v_specinfo. Ifenami
1999-10-18Catch a few cases missed earlier where we need to lock the vnode beforewrstuden
1999-10-16In spec_close(), if we're not doing a non-blocking close and VXLOCK iswrstuden
1999-09-20avoid compiler warning and remove unused variable vpid.frueauf
1999-09-05Adapt to cache_lookup() changes.jdolecek
1999-08-19Revoke revoke(2) bug.itohy
1999-08-03Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntlwrstuden
1999-07-08Modify file systems to deal with struct lock in struct vnode. All leafwrstuden
1999-06-02Support ADOS file systems with more then 512 bytes/sector.is
1999-05-29Use BYTE_ORDER do determine the endianness, rather than an (incomplete) checkkleink
1999-03-22Add _PC_FILESIZEBITS to pathconf vnop.kleink
1999-02-26Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() nowwrstuden
1999-02-11Correct both in my previous commit (#ifdef around by Matthew Jacob).bouyer
1999-02-10ifdef around merge botchmjacob
1999-02-10Make sure a buffer optained from bread() is always bresle()'d in case ofbouyer
1998-09-01Use the pool allocator and the "nointr" pool page allocator for adosfs nodes.thorpej
1998-08-19In readlink, don't copy the string's NUL-terminator, and remove a redundantkleink
1998-08-13Per POSIX, fail with EINVAL if advisory locking is attempted on a file typekleink
1998-08-10create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the othermatthias
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-08-09msdosfs -> adosfskleink
1998-08-03Recognize _PC_SYNC_IO.kleink
1998-07-10Fix a typo in a panic message.mhitch
1998-07-05* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID.jonathan
1998-06-25Use genfs_lease_check()thorpej
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-09Protect various config(8)-generated files from inclusion whilescottr
1998-06-08Use the newly-defined opt_quota.h.scottr
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-18Place a pointer to an array of our vnodeopv_desc *'s in our vfsopsthorpej
1997-10-10Bump last argument to VOP_READDIR to off_t (from u_long).fvdl