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
/
nfs
/
nfs_bio.c
Age
Commit message (
Expand
)
Author
2022-06-24
Remove an incorrect assertion.
hannken
2021-10-20
Overhaul of the EVFILT_VNODE kevent(2) filter:
thorpej
2020-09-05
Round of uvm.h cleanup.
riastradh
2020-05-23
Move proc_lock into the data segment. It was dynamically allocated because
ad
2020-05-17
Start trying to reduce cache misses on vm_page during fault processing.
ad
2020-04-23
PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its...
ad
2020-03-22
Process concurrent page faults on individual uvm_objects / vm_amaps in
ad
2020-02-23
UVM locking changes, proposed on tech-kern:
ad
2020-01-15
Merge from yamt-pagecache (after much testing):
ad
2019-12-13
Break the global uvm_pageqlock into a per-page identity lock and a private
ad
2015-07-15
Fix soft NFS force unmount
manu
2014-09-05
Don't use catch as a variable name.
matt
2013-08-12
Function nfs_vinvalbuf() ignores errors from vinvalbuf() and therefore
hannken
2011-09-27
use NFS_MAXNAMLEN for all names.
christos
2011-06-19
- Fix a silly bug: remove umap from uobj in ubc_release() UBC_UNMAP case.
rmind
2011-06-12
Welcome to 5.99.53! Merge rmind-uvmplock branch:
rmind
2010-06-12
Fix memory leak during some NFS writes.
jakllsch
2010-04-23
Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file
pooka
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2009-03-13
nfs_bioread: don't truncate values in a debug printf.
yamt
2008-11-19
Make the emulations, exec formats, coredump, NFS, and the NFS server
ad
2008-10-31
- allocate 8 pointers on the stack to avoid stack overflow in nfs.
christos
2008-10-17
Requested by yamt:
christos
2008-10-17
it appears the previous commit's sacrifice was "successful compilation with
dogcow
2008-10-16
Another sacrifice to the stack protector gods.
christos
2008-10-16
don't use variable allocation on the stack.
christos
2008-04-24
Network protocol interrupts can now block on locks, so merge the globals
ad
2008-03-29
ansify. from Christoph Egger.
yamt
2008-01-02
use kmem_alloc instead of malloc.
yamt
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-04
merge non-intrusive nfs changes from vmlocking.
yamt
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2007-10-28
make NFS_ATTRTIMEO a function.
yamt
2007-10-10
Merge from vmlocking:
ad
2007-10-08
Merge brelse() changes from the vmlocking branch.
ad
2007-08-10
- instead of scanning an array of iods, maintain a list of idle iods.
yamt
2007-08-08
push kernel_lock a little.
yamt
2007-07-29
It's not a good idea for device drivers to modify b_flags, as they don't
ad
2007-07-27
use ubc_uiomove for read as well.
yamt
2007-07-27
ubc_uiomove: add an "advice" argument rather than using UVM_ADV_RANDOM blindly.
yamt
2007-07-20
- fix decreasing of vfs.nfs.iothreads after the recent partial merge
yamt
2007-07-17
remove (void)0; nonsense.
yamt
2007-07-17
fix a typo in a comment.
yamt
2007-07-12
nfs_asyncio: fix the locking in error case, problem was introduced
rmind
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-06-12
nfs_write:
yamt
2007-06-05
improve post-ubc file overwrite performance in common cases.
yamt
2007-05-09
nfs_write: report an error correctly in the case of IO_SYNC.
yamt
2007-04-29
use mutex and condver.
yamt
2007-04-19
hold proclist_mutex when calling psignal().
yamt
[next]