summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_socket.c
AgeCommit message (Expand)Author
2008-01-06More NFS-related kernel shrinkage...Bret Lambert
2007-12-28nfs_sndlock() is often called with its rep argumentThordur I. Bjornsson
2007-10-28Remove the "frev" argument from nfs_rephead(); and clean up the "frev"Thordur I. Bjornsson
2007-10-17use TAILQ_FOREACH() where applicable in nfs_timer();Thordur I. Bjornsson
2007-10-15Remove a set, but unused varible in nfs_socket();Thordur I. Bjornsson
2007-10-13Remove alot of dead kerberos code (add sane comments too).Thordur I. Bjornsson
2007-09-20Don't rely on mbuf.h including pool.h (which is going to stop soon)Bret Lambert
2007-09-20MALLOC/FREE -> malloc/free + M_ZERO.Thordur I. Bjornsson
2007-06-25replace magic number with a define.Thordur I. Bjornsson
2007-05-31when getting ESTALE from the server, allow the client to retry in theThordur I. Bjornsson
2007-04-24Dont log() send failures in nfs_send(), they arent helpful since we retryThordur I. Bjornsson
2006-10-28Dont initialize the nm_srtt and nm_sdrtt arraysThordur I. Bjornsson
2006-09-20Fix the way delays between request retransmissions are calculatedThordur I. Bjornsson
2006-08-04Fix up mbuf length and do 64-bit alignment where needed, joint workPedro Martelletto
2006-01-24Fix NULL dereference on error condition in nfs_reply(). nmp->nm_so canAaron Campbell
2005-04-02use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark...Michael Shalayeff
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-10In nfs_connect() move the setting of so->so_rcv.sb_timeo out of theTodd C. Miller
2004-07-14on nfs_reconnect(), don't reset the rexmit of all nfs reqs, but onlyPedro Martelletto
2004-07-10fix for where a TCP NFS connection could sleep in soreceive() forever,marius eriksen
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2003-12-08nfs_reqq is operated at softnet other places and thus softclock is not high e...Michael Shalayeff
2003-07-10unlock on error condition. from Tim Wiess. ok csapuntz@ millert@Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-10-29Get rid of some commons.Artur Grabowski
2002-08-01Fix handling of 0-length RPC fragmentsConstantine Sapuntzakis
2002-07-30Bug/type found by teduConstantine Sapuntzakis
2002-07-03Remove unused function parameter 'cache' from nfs_repheadNathan Binkert
2002-06-11Remove some unused code for dealing with nfs over kerberos. No actual change,Hans Insulander
2002-05-17Fix nfs_realign to allocate new mbufs. Taken from freebsdConstantine Sapuntzakis
2002-04-11Back out nfs_realign() change, it causes "pool_get: must have NOWAIT" panics.Todd C. Miller
2002-04-10nfs_realign from FreeBSD. The old code was over-optimized, occasionally overw...Constantine Sapuntzakis
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-16use queue.h macro'sEric Jackson
2001-06-25Remove NQNFSConstantine Sapuntzakis
2001-05-20tdbi->tags cleanupsAngelos D. Keromytis
2001-03-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
2000-08-10unfortunately, i must undo this patch, since it causes client hangs on sparc ...Theo de Raadt
2000-08-07fix obvious error, spotted by ericjTheo de Raadt
2000-06-26Convert nfs_timer to new timeouts.Artur Grabowski
2000-01-04fix mbuf out-of-bound writes on nfsv2 mounts.Jun-ichiro itojun Hagino
1999-03-02When an NFS3 server replies with NFS3ERR_JUKEBOX, currently, itTodd C. Miller
1999-02-06Use bitwise operations to extract high and low words from the quadTodd C. Miller
1998-08-19Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobberingConstantine Sapuntzakis
1997-07-28allocate random portsTheo de Raadt
1997-04-25XXX should do reserved portsTheo de Raadt
1997-04-18cleanup -WallTheo de Raadt
1997-04-18avoid possible *NULL; fvdlTheo de Raadt
1996-12-24reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache timeout...dm