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
Age
Commit message (
Expand
)
Author
2018-04-07
Lock the target cwdi and take an additional reference to the
hannken
2018-03-31
factor out some repeated code and simplify the logputchar function.
christos
2017-12-31
rename some "cmdline" stuff now that it is used to print environment too
christos
2017-12-31
Add an environ node
christos
2017-12-01
Allow procfs_kqfilter, since we allow poll. "go" does it.
christos
2017-11-08
fix locking, remove error(1) comments.
christos
2017-11-08
use p->p_path, remove unused code.
christos
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-10-25
Use C99 initializer for filterops
maya
2017-09-29
Use %ju and (intmax_t) to unbreak i386 build.
kre
2017-09-29
Split the status printing routines (one for NetBSD and one for Linux) for
christos
2017-08-28
Remove the filesystem tracing feature
kamil
2017-08-21
No need to cache anonymous device vnodes, they will never be looked up.
hannken
2017-07-01
Provide EVFILT_WRITE; this is what FreeBSD does and go wants it.
christos
2017-06-27
Add missing check for dead or dying vnode to the entry of genfs_getpages().
hannken
2017-06-24
Refuse to open a block device with zero open count when it has
hannken
2017-06-04
Operations fstrans_start() and fstrans_start_nowait() now always
hannken
2017-06-04
Locking a layer vnode using the regular bypass routine is no longer
hannken
2017-06-04
Now that FSTRANS is part of VOP_*LOCK() remove FSTRANS and vdead_check()
hannken
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-26
Make VOP_RECLAIM do the last unlock of the vnode.
riastradh
2017-05-24
Protect layer_getpages against vnodes disappearing during a
hannken
2017-05-24
With dounmount() working on a suspended file system remove no longer
hannken
2017-05-07
Return ENOENT if trying to suspend an unmounted file system.
hannken
2017-05-07
Move v_writecount adjustment from revoke to reclaim.
hannken
2017-04-26
Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.
riastradh
2017-04-13
Switch procfs_domounts() to mountlist iterator.
hannken
2017-04-12
Make the non-DIAGNOSTIC version compile
martin
2017-04-11
Eliminate now-unused WILLUNLOCK vop flag.
riastradh
2017-04-11
Make VOP_INACTIVE preserve vnode lock on return.
riastradh
2017-04-11
Field "layerm_vfs" of "struct layer_mount" got superseded by "mnt_lower".
hannken
2017-04-01
Clarify meaning of "glocked" argument of genfs_putpages_read.
dholland
2017-04-01
Simplify genfs_getpages_read async/unlock protocol.
riastradh
2017-04-01
KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector.
riastradh
2017-03-30
remove comment.
christos
2017-03-30
add an auxv node.
christos
2017-03-30
Locking a layer vnode is racy as it may become reclaimed before
hannken
2017-03-30
Change _fstrans_start() to allocate per lwp info for layered file
hannken
2017-03-30
Change last users of FSTRANS_LAZY to FSTRANS_SHARED and change
hannken
2017-03-30
Remove now redundant calls to fstrans_start()/fstrans_done().
hannken
2017-03-09
Protect genfs_do_putpages() against vnodes disappearing during
hannken
2017-03-06
Add field "mnt_lower" to "struct mount" to track the file system
hannken
2017-03-01
Protect genfs_getpages() against vnodes disappearing during a
hannken
2017-03-01
Add a diagnostic test for buffers written to a block device holding
hannken
2017-02-17
Add generic genfs_suspendctl() and use it for all file systems.
hannken
2017-01-27
Handle v_writecount from layer_open(), layer_close() and layer_revoke()
hannken
2017-01-11
Move vnode member v_lock as vi_lock to vnode_impl.h.
hannken
2017-01-02
Rename vget() to vcache_vget() and vcache_tryvget() respectively and
hannken
2016-12-09
Add functions to access device flags. This restores simultaneous audio
nat
2016-12-08
The audio sub-system now supports the following features as
nat
[next]