summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_socket.c
AgeCommit message (Expand)Author
2013-07-04format string fixes: size_t and signednessStefan Fritsch
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2010-07-05If we find something is not aligned according to ALIGNED_POINTER(), weTheo de Raadt
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2009-10-19antsyJonathan Gray
2009-08-25move to having requests on a per nfsmount tailq instead of one global one.Thordur I. Bjornsson
2009-08-10Remove the v2 writegather code. It did help alot back in the 80sThordur I. Bjornsson
2009-08-04group all of the on-stack variables that are uses by the nfsm_macrosThordur I. Bjornsson
2009-07-30make sure we only ever try to read out post-op attributesThordur I. Bjornsson
2009-07-22Instead of calculating a number of seconds to sleep, tsleep()ing onBret Lambert
2009-07-20(struct foo *)0 -> NULL, every where I could find it.Thordur I. Bjornsson
2009-07-20For memory that gets allocated for every NFS request, pools make moreBret Lambert
2009-07-18if -> in, and the sentance makes more sense.Thordur I. Bjornsson
2009-07-18Fixes for the NFSERR_RETERR commit.Thordur I. Bjornsson
2009-07-13Make the callers of nfs_request() responsible for freeing the reply mbuf,Thordur I. Bjornsson
2009-06-04typo; init -> in itBret Lambert
2009-06-03remove cruft that snuck in with previousThordur I. Bjornsson
2009-06-03Lift the NFS over UDP retransmit logic from FreeBSD.Thordur I. Bjornsson
2009-06-02give the retransmission count booking keeping a facelift,Thordur I. Bjornsson
2009-05-30Remove unused procnums (NQNFS leftovers) and cleanup.Thordur I. Bjornsson
2009-05-22retire the nfs rtt log code, this isnt really all thatThordur I. Bjornsson
2009-05-15nicer (unique) wmesg for the tsleep(9) in nfs_reconnect();Thordur I. Bjornsson
2009-02-22fix PR 6082: do not create more fd's than will fit in the message onOtto Moerbeek
2009-01-24Use a timespec for the server write deadline and procrastinationThordur I. Bjornsson
2009-01-24magic 8 -> nitems(nfs_backoff)Thordur I. Bjornsson
2009-01-22After the NFS server had sent a reply of size readsize or readdirsize,Alexander Bluhm
2009-01-22The variable nfs_reqq was protected by splsoftnet() only in 3 outAlexander Bluhm
2009-01-20Start reworking NFS client mbuf handling by creating an interface whichBret Lambert
2009-01-16turn nfs_msg into void functions, also make it take an nfsreqThordur I. Bjornsson
2008-12-24Replace the TRUE/FALSE defines with 1/0 respectively. This doesn'tThordur I. Bjornsson
2008-10-31Revert last commit; mbuf leaks are not solved by double-freeing mbuf chainsBret Lambert
2008-10-26Plug mbuf leak in RPC record error case.Bret Lambert
2008-09-12move the declaration of nfsrv3_procs to nfs_syscalls.cThordur I. Bjornsson
2008-07-10nuke two bogus ARGSUSEDThordur I. Bjornsson
2008-07-05When waking an nfs daemon, use wakeup_one vice wakeup, asBret Lambert
2008-07-05Remove R_GETONEREP and the code that checks if its setThordur I. Bjornsson
2008-06-14Replace magic '2' and '3' with defines for nfs version numbersThordur I. Bjornsson
2008-06-14Clean up nfsrv_wakenfsd(); variable name change to be in line with theBret Lambert
2008-06-13Remove dead-end and never-used kerberos code in nfs. Future workBret Lambert
2008-06-12Remove now-vestigial bpos pointer from NFS. For building outgoingBret Lambert
2008-06-11Canonical for() -> queue.h FOREACH macro conversions.Bret Lambert
2008-05-23Deal with the situation when TCP nfs mounts timeout and processesThordur I. Bjornsson
2008-05-13don't grab the receive lock in nfs_rcvlock if the reply hasThordur I. Bjornsson
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