summaryrefslogtreecommitdiff
path: root/sys/filecorefs
AgeCommit message (Expand)Author
2002-12-23move filecorefs code from sys/filecorefs to sys/fs/filecorefsjdolecek
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-21Fix biff in previous change.mycroft
2002-09-21MNT_GETARGS supportchristos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-30Die, qaddr_t, die! - mnt_data in struct mount is already effectivelysoren
2002-04-16Cleanup how file system configuration information is declared, groupingthorpej
2002-03-08Pool deals fairly well with physical memory shortage, but it doesn'tthorpej
2001-11-12add RCSIDslukem
2001-09-30add glue required by new genfs_getpages().chs
2001-09-22check early for reads beyond EOF.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-02-27min() -> MIN(), max() -> MAX().chs
2001-02-07Declare prtactive extern.tsutsui
2001-01-22make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays constjdolecek
2000-11-27Initial integration of the Unified Buffer Cache project.chs
2000-11-08Update for hashinit() change.ad
2000-08-03MALLOC()/FREE() are not to be used for variable sized allocations.thorpej
2000-03-16Add new VFS op routine - vfs_done and call it on filesystem detachjdolecek
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-16In spec_close(), if we're not doing a non-blocking close and VXLOCK iswrstuden
1999-09-05Adapt to cache_lookup() changes.jdolecek
1999-08-18Fix compiler warning.mark
1999-08-04Pull in changes which parallel rev 1.22 -> 1.25 of ufs_lookup().wrstuden
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-04-07Looks like "filecorefs" is also affected by the problem described intron
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-10Make sure a buffer optained from bread() is always bresle()'d in case ofbouyer
1998-12-18COMPAT_xxx option review: add missing opt_compat_netbsd.hdrochner
1998-10-29Pay attention to the share_size field in the filecore boot block inmark
1998-09-18Bug fix from Andrew McMurry for filecore_readdir() missing the endmark
1998-09-07Handle _PC_SYNC_IO.kleink
1998-09-05Check permissions on device to be mounted.mycroft
1998-09-02Fix typo in filecore_node_pool declaration.mark
1998-09-01Use the pool allocator and the "nointr" pool page allocator forthorpej
1998-08-14Minor code cleanups, KNF a couple of bits that got missed and removemark
1998-08-14Initial commit of Andrew McMurry's Acorn Filecore filesystem.mark