summaryrefslogtreecommitdiff
path: root/sys/miscfs/genfs/layer_extern.h
AgeCommit message (Expand)Author
2020-01-17VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, toad
2017-06-04Locking a layer vnode using the regular bypass routine is no longerhannken
2017-03-30Locking a layer vnode is racy as it may become reclaimed beforehannken
2017-02-17Add generic genfs_suspendctl() and use it for all file systems.hannken
2017-01-27Handle v_writecount from layer_open(), layer_close() and layer_revoke()hannken
2014-05-25Change layerfs from hashlist to vcache.hannken
2014-02-27The current implementation of vn_lock() is racy. Modification ofhannken
2012-02-01Change the syscall API for quotas over to the new non-proplib one.dholland
2012-01-29Remove the extra op argument to VFS_QUOTACTL() - the op is now storeddholland
2012-01-29Introduce struct vfs_quotactl_args. Use it.dholland
2012-01-29Move the proplib-based quota command dispatching (that is, the codedholland
2012-01-29Move the code for iterating over the multiple RPC calls in a quotadholland
2011-07-11Change VOP_BWRITE() to take a vnode as its first argument like all otherhannken
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2011-01-10Add layer_revoke() that adjusts the lower vnode use count to be at least ashannken
2010-07-02LK_INTERLOCK is no longer a valid flag for VOP_LOCK(). This makeshannken
2010-07-02Slightly clean-up layerfs and nullfs: update the big description more tormind
2008-01-28Fix some race conditions in rename.dholland
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-08-30Remove __P()xtraeme
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-04-27First pass for some caddr_t removal and changes to get rid of it where wejrf
2004-04-21Replace the statfs() family of system calls with statvfs().christos
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-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2001-12-06add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems.chs
2001-06-07Typos in comments (misc/13133 by Michael K. Sanders)wiz
2000-03-16Add new VFS op routine - vfs_done and call it on filesystem detachjdolecek
2000-03-13Fix doubled 'the's in comments.soren
1999-07-08Introduce layer library in genfs. This set of files abstracts most ofwrstuden