summaryrefslogtreecommitdiff
path: root/sys/miscfs/nullfs
AgeCommit message (Expand)Author
2007-10-10Merge from vmlocking:ad
2007-07-31* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kernpooka
2007-07-26Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.pooka
2007-07-17Make set_statvfs_info() take a parameter for the vfs name insteadpooka
2007-07-12Change the VFS_MOUNT() interface so that the 'data' buffer passed to thedsl
2007-07-08* allow unmount even if rootvp has a usecount > 1 provided thatpooka
2007-04-08Remove now obsolete vn_start_write() and vn_finished_write() andhannken
2007-01-19New file system suspension API to replace vn_start_write and vn_finished_write.hannken
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializerschristos
2005-12-11merge ktrace-lwp.christos
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-08-30Remove __P()xtraeme
2005-03-29- Define a VFS_ATTACH() macro that places a reference to a vfsops structurethorpej
2005-02-26nuke trailing whitespaceperry
2005-01-02Add the system call and VFS infrastructure for file system extendedthorpej
2004-07-01Keep a pointer to the leaf mount. Needed for write gating where ahannken
2004-06-30Do LAYERFS_REMOVED for vop_rmdir.hannken
2004-06-07do a LAYERFS_REMOVED hack for vop_rename as well.yamt
2004-05-29Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() callswrstuden
2004-05-28Since VOP_UPCALL() has been a long time in coming, add this partialwrstuden
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken
2004-05-25Sysctl descriptions under vfs subtreeatatat
2004-05-20Tweak sysctl setup functions (the macros, actually) for use in lkms,atatat
2004-04-29Removed remaining caddr_t casts we do not need in miscfs. Recompiledjrf
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-09Remove pointless comment about layerfs_sysctl()atatat
2004-01-25Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.hannken
2003-12-04Dynamic sysctl.atatat
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Adjust for ktrace/lwp changes.thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-16PR/1796: John Kohl: statfs misbehaves under chrooted environments.christos
2002-09-21MNT_GETARGS supportchristos
2002-09-10restore ancestral RCS ID from 4.4BSD-Lite2jtk
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-01-04add the entry for layer_getpages() to the VOP tables of thechs
2001-12-06add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems.chs
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-10add RCSIDslukem
2001-11-07Wrap long line and remove name of argument from function prototype.enami
2001-11-07Make the size of null node hash table to desiredvnodes instead of 16.enami
2001-11-07Call hashdone where appropriate.enami
2001-11-07Cosmetic changes.enami
2001-11-07Fix typo in comment.enami
2001-09-15add a new VFS op, vfs_reinit, which is called when desiredvnodes ischs