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
/
nfs
/
nfs_serv.c
Age
Commit message (
Expand
)
Author
2009-01-27
Correct my timeradd() thinko in nfsrv_writegather()
Bret Lambert
2009-01-24
Use a timespec for the server write deadline and procrastination
Thordur I. Bjornsson
2009-01-18
Perform the same access enforcements for set attributes
Thordur I. Bjornsson
2008-12-24
Low hanging macro fruit. Inline the nfsm_srvstrsiz macro since
Thordur I. Bjornsson
2008-12-24
Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't
Thordur I. Bjornsson
2008-07-06
remove #ifndef nolint goo
Thordur I. Bjornsson
2008-06-15
unroll the NFSMADV() macro and nuke it
Thordur I. Bjornsson
2008-06-14
Replace nfsm_build/bcopy with nfsm_{buf,str}tombuf functions in
Bret Lambert
2008-06-14
use nfsm_padlen() where appropriate;
Thordur I. Bjornsson
2008-06-13
Replace one-line macro which only obfuscated the fact that
Bret Lambert
2008-06-12
Remove now-vestigial bpos pointer from NFS. For building outgoing
Bret Lambert
2008-06-11
Canonical for() -> queue.h FOREACH macro conversions.
Bret Lambert
2008-05-27
Remove bloated and nasty nfsm_clget macro; while here, replace some
Bret Lambert
2008-04-22
remove the "kerbflag" argument from nfsrv_fhtovp() and nfs_namei()
Thordur I. Bjornsson
2008-03-16
Widen some struct statfs fields to support large filesystem stata
Otto Moerbeek
2008-01-06
More NFS-related kernel shrinkage...
Bret Lambert
2007-12-27
Fix for PR5365.
Thordur I. Bjornsson
2007-11-08
Fix unsafe queue macro use
Bret Lambert
2007-11-07
more low hanging fruit; Expand the nfsm_srvwcc_data() macro
Thordur I. Bjornsson
2007-11-06
Expand the nfsm_srvfillattr() macro and
Thordur I. Bjornsson
2007-10-28
Remove the "frev" argument from nfs_rephead(); and clean up the "frev"
Thordur I. Bjornsson
2007-09-20
MALLOC/FREE -> malloc/free + M_ZERO.
Thordur I. Bjornsson
2007-09-11
Replace nfsm_reqdone and nfsm_srvdone macros inline. No binary change.
Bret Lambert
2006-04-02
When setting timestamps TOSERVER having write permissions is adaquate;
Otto Moerbeek
2005-06-18
Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@
Todd C. Miller
2004-06-24
This moves access to wall and uptime variables in MI code,
Thorsten Lockert
2004-05-14
use pool for namei pathbuf. testing ok millert@ tdeval@
Ted Unangst
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-07-03
Remove unused function parameter 'cache' from nfs_rephead
Nathan Binkert
2002-06-11
splassert where comments tell us to.
Artur Grabowski
2002-05-10
Fix for PR2641. Length calculation was wrong in loop. Include comment
Constantine Sapuntzakis
2002-04-29
constrain readdirplus request count; j@pureftpd.org, ok costa
Theo de Raadt
2002-01-16
use queue.h macro's
Eric Jackson
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-07-26
Back out changes to symlink and mknod that were not well tested.
Todd C. Miller
2001-07-26
change vop_symlink and vop_mknod to return vpp (the created node)
assar
2001-07-06
From NetBSD; Server could lose requests during write-gathering, causing client
Niklas Hallqvist
2001-06-27
Remove old vm.
Artur Grabowski
2001-06-25
Remove NQNFS
Constantine Sapuntzakis
2001-03-25
Fix v3 double-free, potential mrep double-free. Thanks to dawson and Team for
Constantine Sapuntzakis
1999-03-15
do not call nfsm_adj() with negative values; dm
Theo de Raadt
1999-02-26
compatibility with uvm vnode pager
Artur Grabowski
1999-02-06
Use bitwise operations to extract high and low words from the quad
Todd C. Miller
1999-02-01
non-root users can mkfifo over NFS; mrg@netbsd.org
Todd C. Miller
1998-08-19
Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobbering
Constantine Sapuntzakis
1998-02-22
Changes made for GCC 2.8 -Wall pleasures
Niklas Hallqvist
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
[next]