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