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
Age
Commit message (
Expand
)
Author
2004-01-10
comments in nfs_doio_write.
yamt
2004-01-07
- get pages to loan out in uvm_loanuobjpages() rather than
yamt
2003-12-07
Unix semantics dictate that access checks for files are done when it
fvdl
2003-12-07
Fix a couple of small whitespace errors.
thorpej
2003-12-06
Commit message for previous revision to sys/nfs/nfs.h:
jonathan
2003-12-06
*** empty log message ***
jonathan
2003-12-04
Dynamic sysctl.
atatat
2003-11-29
nfs_zeropad: remove an unneeded substitution (and clean up a little.)
yamt
2003-11-29
pad requests correctly in the zerocopy case of write rpc.
yamt
2003-11-20
comments.
yamt
2003-11-20
fix a race case of nfsrv_getcache.
yamt
2003-11-17
Fix hanging-paren typo.
jonathan
2003-11-17
Change previous patch to have same effect as patch posted to
jonathan
2003-11-17
Commit fix for NFS write deadlock, on filesystems mounted via
jonathan
2003-11-05
Clean up the usage of vn_start_write(). At least one occurence clobbered
hannken
2003-10-30
Remove some assigned-to but otherwise unused variables.
simonb
2003-10-29
Back out the bogus initializer -- the compiler bug is fixed.
mycroft
2003-10-28
note 'm68k {u,}int64_t used uninitialized' bug.
cl
2003-10-25
fix uninitialized variable
christos
2003-10-20
set READres EOF flag correctly.
yamt
2003-10-15
Add the gating of system calls that cause modifications to the underlying
hannken
2003-10-09
for nfs_timer_ch, use callout_schedule rather than callout_reset
yamt
2003-10-03
terminate snprintb 'new' format strings correctly.
yamt
2003-10-02
plug mbuf leak due to manual mbuf handling. PR kern/13807.
itojun
2003-09-26
do delayed truncation in nfs_getattr.
yamt
2003-09-26
change n_mtime from time_t to timespec in order to improve
yamt
2003-09-25
Make negative name cache works again.
enami
2003-09-17
don't call nfs_delayedtruncate() from nfs_getpages().
yamt
2003-09-17
change nctime to timespec from time_t.
yamt
2003-08-26
VOP_PUTPAGES() must be called with the vnode's interlock held.
pk
2003-08-16
use sizeof() instead of a hardcorded constant.
yamt
2003-08-16
current trylater/jukebox retry delay is way too long and
yamt
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-08-03
Make life slightly easier for the compiler's optimisation routines.
pk
2003-07-30
vrecycle removed nfs vnodes.
yamt
2003-07-30
eliminate v_id.
yamt
2003-07-23
when rexmitting a request due to NFSERR_JUKEBOX,
yamt
2003-07-23
fix parenthesis mismatch in rev.1.93.
yamt
2003-07-23
use sizeof() instead of hardcoding the size of the array.
yamt
2003-07-09
nfsrv_commit(): return success and don't do anything for requests which starts
bouyer
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
Undo part of the ktrace/lwp changes. In particular:
thorpej
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-06-27
if nfs_writerpc() splitted an unstable write into some rpcs and
yamt
2003-06-27
indent.
yamt
2003-06-26
add appropriate #ifdef's.
yamt
2003-06-25
- instead of scaning a list when looking up
yamt
2003-06-23
Make sure to include opt_foo.h if a defflag option FOO is used.
martin
2003-06-09
rework zero padding of rpc reply.
yamt
2003-06-03
fix a problem in 'protected' case of writerpc.
yamt
[next]