index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
miscfs
/
genfs
/
layer_extern.h
Age
Commit message (
Expand
)
Author
2014-02-27
The current implementation of vn_lock() is racy. Modification of
hannken
2012-02-01
Change the syscall API for quotas over to the new non-proplib one.
dholland
2012-01-29
Remove the extra op argument to VFS_QUOTACTL() - the op is now stored
dholland
2012-01-29
Introduce struct vfs_quotactl_args. Use it.
dholland
2012-01-29
Move the proplib-based quota command dispatching (that is, the code
dholland
2012-01-29
Move the code for iterating over the multiple RPC calls in a quota
dholland
2011-07-11
Change VOP_BWRITE() to take a vnode as its first argument like all other
hannken
2011-03-06
merge the bouyer-quota2 branch. This adds a new on-disk format
bouyer
2011-01-10
Add layer_revoke() that adjusts the lower vnode use count to be at least as
hannken
2010-07-02
LK_INTERLOCK is no longer a valid flag for VOP_LOCK(). This makes
hannken
2010-07-02
Slightly clean-up layerfs and nullfs: update the big description more to
rmind
2008-01-28
Fix some race conditions in rename.
dholland
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2006-07-13
Fix alignement problems for fhandle_t, exposed by gcc4.1.
martin
2006-05-14
integrate kauth.
elad
2005-12-11
merge ktrace-lwp.
christos
2005-09-23
Apply the NFS exports list rototill patch:
jmmv
2005-08-30
Remove __P()
xtraeme
2004-06-30
Do LAYERFS_REMOVED for vop_rmdir.
hannken
2004-06-07
do a LAYERFS_REMOVED hack for vop_rename as well.
yamt
2004-05-29
Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() calls
wrstuden
2004-05-28
Since VOP_UPCALL() has been a long time in coming, add this partial
wrstuden
2004-04-27
First pass for some caddr_t removal and changes to get rid of it where we
jrf
2004-04-21
Replace the statfs() family of system calls with statvfs().
christos
2004-01-25
Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.
hannken
2003-12-04
Dynamic sysctl.
atatat
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
Undo part of the ktrace/lwp changes. In particular:
thorpej
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2001-12-06
add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems.
chs
2001-06-07
Typos in comments (misc/13133 by Michael K. Sanders)
wiz
2000-03-16
Add new VFS op routine - vfs_done and call it on filesystem detach
jdolecek
2000-03-13
Fix doubled 'the's in comments.
soren
1999-07-08
Introduce layer library in genfs. This set of files abstracts most of
wrstuden