summaryrefslogtreecommitdiff
path: root/sys/miscfs/overlay
AgeCommit message (Expand)Author
2014-02-27The current implementation of vn_lock() is racy. Modification ofhannken
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-10Change layerfs_vget(), layerfs_fhtovp() and the various layer xxx_mount()hannken
2012-04-30- Replace some malloc(9) uses with kmem(9).rmind
2011-07-11Change VOP_BWRITE() to take a vnode as its first argument like all otherhannken
2011-01-10Add layer_revoke() that adjusts the lower vnode use count to be at least ashannken
2010-07-09Replace vget() with vref()/vn_lock(), this node already has a reference.hannken
2010-07-02LK_INTERLOCK is no longer a valid flag for VOP_LOCK(). This makeshannken
2010-06-24Clean up vnode lock operations pass 2:hannken
2008-12-05PR kern/40110: null, overlay and umap modules loading -> panic (layerfs symbo...ad
2008-06-28Create sysctl entries during module initialisation and destroy themrumble
2008-05-13mnt_data is a pointer, set it to NULL not 0 when we're finished with it.simonb
2008-05-10Convert file systems to dynamically attach with the new module interface.rumble
2008-05-05- Convert hashinit() to use kmem_alloc(). The hash tables can be largead
2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad
2008-01-28Fix some race conditions in rename.dholland
2008-01-02Merge vmlocking2 to head.ad
2007-12-08Destroy ovm_hashlock before freeing.ad
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
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