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
/
fs
/
sysvbfs
Age
Commit message (
Expand
)
Author
2007-10-10
Merge from vmlocking:
ad
2007-10-08
Merge brelse() changes from the vmlocking branch.
ad
2007-09-24
Avoid stack allocation of large dirent structures in foo_readdir().
rumble
2007-09-08
Don't explicitly set vp->v_size and then call uvm_vnp_setsize(). This is
rumble
2007-07-31
* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern
pooka
2007-07-29
It's not a good idea for device drivers to modify b_flags, as they don't
ad
2007-07-26
Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.
pooka
2007-07-21
Don't depend on uvm_extern.h pulling in proc.h.
ad
2007-07-17
Make set_statvfs_info() take a parameter for the vfs name instead
pooka
2007-07-12
Change the VFS_MOUNT() interface so that the 'data' buffer passed to the
dsl
2007-06-30
Using POOL_INIT here makes no sense, since file systems always have
pooka
2007-06-28
Fix mnt_dev_bshift value. Pointed out by rumble@.
tsutsui
2007-03-20
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
tsutsui
2007-02-22
TRUE -> true, FALSE -> false
thorpej
2007-02-21
Replace the Mach-derived boolean_t type with the C99 bool type. A
thorpej
2007-02-20
Call genfs_node_destroy() where appropriate.
ad
2007-01-29
Remove more duplicate headers.
hubertf
2007-01-19
New file system suspension API to replace vn_start_write and vn_finished_write.
hannken
2007-01-04
Consistent usage of KAUTH_GENERIC_ISSUSER.
elad
2006-12-25
Spell "algorithm" correctly. From Zafer Aydogan.
wiz
2006-12-09
a smorgasbord of improvements to vnode locking and path lookup:
chs
2006-10-06
move includes only needed for kernel inside ifdef _KERNEL.
chs
2006-08-26
Change types from int8_t to char for arrays which store char names.
tsutsui
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-07-13
Fix alignement problems for fhandle_t, exposed by gcc4.1.
martin
2006-07-06
Make it compile on 64 bit machines
martin
2006-07-01
Redo previous differently - just use time_second.
martin
2006-07-01
Make it compile post time-counter merge
martin
2006-05-15
don't try to dereference kauth_cred_t.
yamt
2006-05-15
include kauth.h for NOCRED.
yamt
2006-05-14
integrate kauth.
elad
2006-02-25
Fix some typos.
wiz
2006-01-26
free() -> dealloc() for _STANDALONE.
tsutsui
2005-12-29
Add preliminary support for System V Boot File System.
tsutsui