Age | Commit message (Expand) | Author |
2013-07-04 | format string fixes: size_t and signedness | Stefan Fritsch |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2010-07-05 | If we find something is not aligned according to ALIGNED_POINTER(), we | Theo de Raadt |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2009-10-19 | antsy | Jonathan Gray |
2009-08-25 | move to having requests on a per nfsmount tailq instead of one global one. | Thordur I. Bjornsson |
2009-08-10 | Remove the v2 writegather code. It did help alot back in the 80s | Thordur I. Bjornsson |
2009-08-04 | group all of the on-stack variables that are uses by the nfsm_macros | Thordur I. Bjornsson |
2009-07-30 | make sure we only ever try to read out post-op attributes | Thordur I. Bjornsson |
2009-07-22 | Instead of calculating a number of seconds to sleep, tsleep()ing on | Bret Lambert |
2009-07-20 | (struct foo *)0 -> NULL, every where I could find it. | Thordur I. Bjornsson |
2009-07-20 | For memory that gets allocated for every NFS request, pools make more | Bret Lambert |
2009-07-18 | if -> in, and the sentance makes more sense. | Thordur I. Bjornsson |
2009-07-18 | Fixes for the NFSERR_RETERR commit. | Thordur I. Bjornsson |
2009-07-13 | Make the callers of nfs_request() responsible for freeing the reply mbuf, | Thordur I. Bjornsson |
2009-06-04 | typo; init -> in it | Bret Lambert |
2009-06-03 | remove cruft that snuck in with previous | Thordur I. Bjornsson |
2009-06-03 | Lift the NFS over UDP retransmit logic from FreeBSD. | Thordur I. Bjornsson |
2009-06-02 | give the retransmission count booking keeping a facelift, | Thordur I. Bjornsson |
2009-05-30 | Remove unused procnums (NQNFS leftovers) and cleanup. | Thordur I. Bjornsson |
2009-05-22 | retire the nfs rtt log code, this isnt really all that | Thordur I. Bjornsson |
2009-05-15 | nicer (unique) wmesg for the tsleep(9) in nfs_reconnect(); | Thordur I. Bjornsson |
2009-02-22 | fix PR 6082: do not create more fd's than will fit in the message on | Otto Moerbeek |
2009-01-24 | Use a timespec for the server write deadline and procrastination | Thordur I. Bjornsson |
2009-01-24 | magic 8 -> nitems(nfs_backoff) | Thordur I. Bjornsson |
2009-01-22 | After the NFS server had sent a reply of size readsize or readdirsize, | Alexander Bluhm |
2009-01-22 | The variable nfs_reqq was protected by splsoftnet() only in 3 out | Alexander Bluhm |
2009-01-20 | Start reworking NFS client mbuf handling by creating an interface which | Bret Lambert |
2009-01-16 | turn nfs_msg into void functions, also make it take an nfsreq | Thordur I. Bjornsson |
2008-12-24 | Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't | Thordur I. Bjornsson |
2008-10-31 | Revert last commit; mbuf leaks are not solved by double-freeing mbuf chains | Bret Lambert |
2008-10-26 | Plug mbuf leak in RPC record error case. | Bret Lambert |
2008-09-12 | move the declaration of nfsrv3_procs to nfs_syscalls.c | Thordur I. Bjornsson |
2008-07-10 | nuke two bogus ARGSUSED | Thordur I. Bjornsson |
2008-07-05 | When waking an nfs daemon, use wakeup_one vice wakeup, as | Bret Lambert |
2008-07-05 | Remove R_GETONEREP and the code that checks if its set | Thordur I. Bjornsson |
2008-06-14 | Replace magic '2' and '3' with defines for nfs version numbers | Thordur I. Bjornsson |
2008-06-14 | Clean up nfsrv_wakenfsd(); variable name change to be in line with the | Bret Lambert |
2008-06-13 | Remove dead-end and never-used kerberos code in nfs. Future work | 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-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-05-13 | don't grab the receive lock in nfs_rcvlock if the reply has | Thordur I. Bjornsson |
2008-01-06 | More NFS-related kernel shrinkage... | Bret Lambert |
2007-12-28 | nfs_sndlock() is often called with its rep argument | Thordur I. Bjornsson |
2007-10-28 | Remove the "frev" argument from nfs_rephead(); and clean up the "frev" | Thordur I. Bjornsson |
2007-10-17 | use TAILQ_FOREACH() where applicable in nfs_timer(); | Thordur I. Bjornsson |
2007-10-15 | Remove a set, but unused varible in nfs_socket(); | Thordur I. Bjornsson |