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
/
genfs_node.h
Age
Commit message (
Expand
)
Author
2020-03-14
Update a comment.
ad
2020-01-15
Merge from yamt-pagecache (after much testing):
ad
2018-05-28
add a genfs method to allow a file system to limit the range of pages
chs
2013-06-06
Add missing declaration of struct vnode.
dholland
2010-09-01
replace the earlier workaround for PR 40389 with a better fix.
chs
2010-01-27
Don't forget to tell the result of rw_tryenter().
uebayasi
2010-01-27
Add genfs_node_rdtrylock().
uebayasi
2008-05-14
Import writing part of the UDF file system making optical media like CD's
reinoud
2007-02-20
Add genfs_node_destroy(). Fixes a lock "leak" seen when running LOCKDEBUG
ad
2007-02-15
Replace some uses of lockmgr() / simplelocks.
ad
2006-10-14
add wrapper functions of lockmgr on g_glock.
yamt
2006-10-06
fix build error in mount_sysvbfs.
dogcow
2006-10-05
add support for O_DIRECT (I/O directly to application memory,
chs
2006-05-14
integrate kauth.
elad
2006-03-30
some cleanups after the introduction of GOP_SIZE_MEM flag.
yamt
2005-12-11
merge ktrace-lwp.
christos
2005-07-23
update file timestamps for nfsd loaned-read and mmap.
yamt
2005-07-17
ensure that vnodes with dirty pages are always on syncer's queue.
yamt
2005-06-28
- constify genfs_ops.
yamt
2003-09-24
fix a bug of lfs.
yamt
2003-02-17
Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for now
perseant
2001-12-18
add some compatibility routines to allow mmap() to work non-UBCified
chs
2001-09-15
add a forward decl for struct vm_page.
chs
2001-09-15
interfaces and structures used by new genfs_{get,put}pages().
chs