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_vfsops.c
Age
Commit message (
Expand
)
Author
2008-07-28
dont stuff nfs mount point flags into the statfs f_flags member, its
Thordur I. Bjornsson
2008-07-10
nuke two bogus ARGSUSED
Thordur I. Bjornsson
2008-07-05
Clean up some old dead code, mostly nqnfs and kerberos leftovers
Thordur I. Bjornsson
2008-06-14
Replace nfsm_build/bcopy with nfsm_{buf,str}tombuf functions in
Bret Lambert
2008-06-13
Kill one-liner macro which obfuscated mbuf pointer assignment.
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-04-25
Plug potential mbuf leak by changing m_free to m_freem.
Bret Lambert
2008-04-14
Rework NFS mbuf write routines:
Bret Lambert
2008-03-16
Widen some struct statfs fields to support large filesystem stata
Otto Moerbeek
2008-01-06
diff missed in previous commit:
Theo de Raadt
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
2007-06-20
READDIRPLUS is v3 only, bail out if the mount isnt a v3.
Thordur I. Bjornsson
2007-06-13
- Remove the nm_inprog member from struct nfsmount;
Thordur I. Bjornsson
2007-06-12
remove some unused externs;
Thordur I. Bjornsson
2007-04-12
remove unused members from struct nfsmount and nfsnode;
Thordur I. Bjornsson
2006-05-29
revert vfs.nfs.privport sysctl, broke a few architectures
Anil Madhavapeddy
2006-05-28
Add support for NFS mounts to be from non-reserved ports:
Anil Madhavapeddy
2006-04-19
Remove unused mount list simple_lock() goo
Pedro Martelletto
2005-12-27
Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()
Miod Vallat
2005-11-30
No need for vfs_busy() and vfs_unbusy() to take a process pointer
Pedro Martelletto
2005-05-22
optimize nfs_sync() a bit, by not iterating over the list of vnodes
Pedro Martelletto
2005-03-31
re-commit marius commit:
Theo de Raadt
2005-02-01
backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54:
Peter Valchev
2005-01-24
fix preposterous time warnings in the nfs client; caused by false hits
marius eriksen
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2004-04-12
make sockargs take void *, combine a len check.
Ted Unangst
2003-08-14
constify vfsops; tedu@ ok
Michael Shalayeff
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-12-11
in mountroot:
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-23
Sigh. The diff is out for testing for three months without a single problem.
Artur Grabowski
2002-02-22
More locking in the NFS code
Constantine Sapuntzakis
2002-02-10
theo doesn't like this code
Nathan Binkert
2002-01-16
use queue.h macro's
Eric Jackson
2002-01-11
Add a new sysctl that removes the requirement for reserved ports to be
Nathan Binkert
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-11
minor fixes.
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-14
allow swaples diskless configs; deradt@ ok
Michael Shalayeff
2001-07-27
Don't accept arbitrary size file handles as the kernel buffer we are copying
Constantine Sapuntzakis
2001-06-30
Get root filehandle via nfs_root.
Constantine Sapuntzakis
2001-06-25
Remove NQNFS
Constantine Sapuntzakis
2001-06-24
Change handling of NFS root vnode. Moves recognition of NFS root vnode into
Constantine Sapuntzakis
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
2001-02-20
use void * consistently in vfs_mount and sys_mount. ok @art
assar
2000-05-19
from tsarna@netbsd.org (sysctl changes to come later):
Michael Shalayeff
2000-02-07
update to use new checkexp vfs operation
assar
[next]