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
2004-07-01
Keep a pointer to the leaf mount. Needed for write gating where a
hannken
2004-06-30
Do LAYERFS_REMOVED for vop_rmdir.
hannken
2004-06-19
layer_islocked: check a status of the lower vnode as well.
yamt
2004-06-16
Change fifo_{un,}lock and fifo_islocked to use the "real" lock
wrstuden
2004-06-16
Make sure we actually locked the parent vnode before we clear
wrstuden
2004-06-16
- eliminate gratuitous differences between umap_bypass() and layer_bypass().
yamt
2004-06-16
missing error recover from layer_node_create failure.
yamt
2004-06-11
umap_lookup/layer_lookup: NULL out *ap->a_vpp after calling
yamt
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-29
Don't leak memory in VFS_MOUNT() if set_statvfs_info() fails.
tron
2004-05-28
Since VOP_UPCALL() has been a long time in coming, add this partial
wrstuden
2004-05-27
- remove a comment which is no longer true.
yamt
2004-05-25
Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.
hannken
2004-05-25
Sysctl descriptions under vfs subtree
atatat
2004-05-22
Unfortunately, we need to allocate space here. Pointed out by Juan RP.
christos
2004-05-22
Eliminate several uses of `curproc' from the socket-layer code and from NFS.
jonathan
2004-05-22
we are copying all the infomation from statvfs here; we don't need an
christos
2004-05-20
Tweak sysctl setup functions (the macros, actually) for use in lkms,
atatat
2004-05-14
Simplify the code by:
christos
2004-05-13
Workaround for gcc 2.95.3 failing to initialize structures
cl
2004-05-12
caddr_t -> void * and removal of some more casts.
jrf
2004-05-07
Allow additional entries (files, subdirs) in kernfs. Also allow
cl
2004-05-07
remove code no longer needed since the type/permission information
cl
2004-05-07
Make lookup and readdir return the same inode number. kernfs_readdir
cl
2004-05-07
Find the right entry when doing lookup on dotdot in kern/ipsec subdirs.
cl
2004-04-29
Removed remaining caddr_t casts we do not need in miscfs. Recompiled
jrf
2004-04-27
First pass for some caddr_t removal and changes to get rid of it where we
jrf
2004-04-22
sprintf -> snprintf
itojun
2004-04-21
add sys/dirent.h
christos
2004-04-21
add sys/dirent.h
christos
2004-04-21
Replace the statfs() family of system calls with statvfs().
christos
2004-03-24
Tango on sysctl_createv() and flags. The flags have all been renamed,
atatat
2004-03-09
Remove pointless comment about layerfs_sysctl()
atatat
2004-03-06
Handle the case of fifo_close() getting called from vclean(). In that
wrstuden
2004-02-15
unlock the descriptor table simple lock after fd_getfile() call in
jdolecek
2004-02-14
Add a generic copy-on-write hook to add/remove functions that will be
hannken
2004-02-13
Uppercase CPU, plural is CPUs.
wiz
2004-01-25
Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.
hannken
2004-01-17
Rename sysctl setup function to match "reality"
atatat
2004-01-10
store a i/o priority hint in struct buf for buffer queue discipline.
yamt
2003-12-10
a little bit more namespace sanity
drochner
2003-12-10
The file system snapshot pseudo driver.
hannken
2003-12-04
Dynamic sysctl.
atatat
2003-11-30
Typo fixes in comments from jmc@openbsd.
wiz
2003-11-29
Restore a change that made AF_LOCAL sockets block on connect(2) until
matt
2003-11-29
Revert a change that altered the semantics of AF_LOCAL sockets. Sadly
perry
2003-11-27
genfs_revoke: use ltsleep() to release the vnode spin lock to avoid a
pk
2003-11-26
spec_close: asserting that the terminal's process group be set if it is
pk
2003-11-25
spec_close: we don't need to lock the vnode just to make a copy of its flags.
pk
[next]