index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_vops.c
Age
Commit message (
Expand
)
Author
2016-05-23
VOP_REALLOCBLKS() and related code is unused since the removal of
Martin Natano
2016-03-19
Remove the unused flags argument from VOP_UNLOCK().
natano
2015-07-19
Use two 2q caches for the buffer cache, moving previously warm buffers from the
Bob Beck
2015-05-01
Pass fflag to VOP_POLL so vfs fifo functions can get at the file
Todd C. Miller
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-01-19
Oops, missed the new #include when manually applying the diff from
Philip Guenther
2015-01-19
Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic()
Philip Guenther
2013-08-13
Switch time_t, ino_t, clock_t, and struct kevent's ident and data
Philip Guenther
2013-07-09
back out the cache flipper temporarily to work out of tree.
Bob Beck
2013-06-11
High memory page flipping for the buffer cache.
Bob Beck
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-03-28
Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,
Philip Guenther
2011-07-02
rename VFSDEBUG to VFLCKDEBUG;
Thordur I. Bjornsson
2011-04-05
Every single vop_default is set to eopnotsupp, so retire it
Thordur I. Bjornsson
2010-09-08
Add $OpenBSD$ prompted by mikeb@
Thordur I. Bjornsson
2010-09-06
End the VOP experiment. Instead of the ridicolusly complicated operation
Thordur I. Bjornsson