summaryrefslogtreecommitdiff
path: root/sys/isofs
AgeCommit message (Expand)Author
2002-12-23move cd9660 filesystem code from sys/isofs/cd9660 to sys/fs/cd9660jdolecek
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-07Fix signed/unsigned comparison warnings.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
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-05-27use CD session offset from the disklabel, if presentdrochner
2002-04-16Cleanup how file system configuration information is declared, groupingthorpej
2002-03-26Add the actual session offset to the volume size. This makesdrochner
2002-03-08Pool deals fairly well with physical memory shortage, but it doesn'tthorpej
2001-11-17delint -- you can't cast an lvalueperry
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-12add RCSIDslukem
2001-09-22use fifo_putpagessommerfeld
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-08-17add getpages/putpages entries for spec vnodes.chs
2001-07-22seperate -> separatewiz
2001-07-07Call inittodr(0) on end of cd9660_mountroot(), so that system time is properlyjdolecek
2001-07-05Fix typo. s/extention/extension/toshii
2001-05-30use _KERNEL_OPTmrg
2001-05-28add a genfs_mmap() and change all of the disk-based filesystemschs
2001-03-23Same change as in the UFS code: unlock vnode before setting v_opfvdl
2001-02-27min() -> MIN(), max() -> MAX().chs
2001-02-03Declare prtactive extern.tsutsui
2001-01-22make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays constjdolecek
2001-01-18constifyjdolecek
2000-12-21Set the size of vnode so that reading cdrom over nfs works.enami
2000-11-27Initial integration of the Unified Buffer Cache project.chs
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-11-08Update for hashinit() change.ad
2000-08-03MALLOC()/FREE() are not to be used for variable sized allocations.thorpej
2000-07-15Add an option to do case-insensitive lookups even on Rock-Ridge CD-ROMS.jdolecek
2000-07-15one less - though we don't have 'notrans', we have 'nomaplcase' nowjdolecek
2000-05-27add a new mount flag ISOFSMNT_NOCASETRANS - if set, the file names are notjdolecek
2000-05-10Apply a late patch submitted by the author of PR kern/7951 (Joachimscw
2000-03-30Kill more register declarations.augustss
2000-03-30Delete redundant decl of isodirino(), it's in cd9660_extern.h.simonb
2000-03-29Remove redundant decl of rootvp - it's in <sys/systm.h>.simonb
2000-03-29Don't need to include <sys/conf.h> here.simonb
2000-03-16Add new VFS op routine - vfs_done and call it on filesystem detachjdolecek
2000-01-11Add calls to vn_lock() and VOP_UNLOCK() around the VOP_CLOSE() callscw
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-06Adapt to cache_lookup() changes (forgot to commit it yesterday)jdolecek
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