Age | Commit message (Expand) | Author |
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 |
2007-10-13 | Remove alot of dead kerberos code (add sane comments too). | Thordur I. Bjornsson |
2007-09-20 | Don't rely on mbuf.h including pool.h (which is going to stop soon) | Bret Lambert |
2007-09-20 | MALLOC/FREE -> malloc/free + M_ZERO. | Thordur I. Bjornsson |
2007-06-25 | replace magic number with a define. | Thordur I. Bjornsson |
2007-05-31 | when getting ESTALE from the server, allow the client to retry in the | Thordur I. Bjornsson |
2007-04-24 | Dont log() send failures in nfs_send(), they arent helpful since we retry | Thordur I. Bjornsson |
2006-10-28 | Dont initialize the nm_srtt and nm_sdrtt arrays | Thordur I. Bjornsson |
2006-09-20 | Fix the way delays between request retransmissions are calculated | Thordur I. Bjornsson |
2006-08-04 | Fix up mbuf length and do 64-bit alignment where needed, joint work | Pedro Martelletto |
2006-01-24 | Fix NULL dereference on error condition in nfs_reply(). nmp->nm_so can | Aaron Campbell |
2005-04-02 | use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark... | Michael Shalayeff |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-10 | In nfs_connect() move the setting of so->so_rcv.sb_timeo out of the | Todd C. Miller |
2004-07-14 | on nfs_reconnect(), don't reset the rexmit of all nfs reqs, but only | Pedro Martelletto |
2004-07-10 | fix for where a TCP NFS connection could sleep in soreceive() forever, | marius eriksen |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2003-12-08 | nfs_reqq is operated at softnet other places and thus softclock is not high e... | Michael Shalayeff |
2003-07-10 | unlock on error condition. from Tim Wiess. ok csapuntz@ millert@ | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-29 | Get rid of some commons. | Artur Grabowski |
2002-08-01 | Fix handling of 0-length RPC fragments | Constantine Sapuntzakis |
2002-07-30 | Bug/type found by tedu | Constantine Sapuntzakis |
2002-07-03 | Remove unused function parameter 'cache' from nfs_rephead | Nathan Binkert |
2002-06-11 | Remove some unused code for dealing with nfs over kerberos. No actual change, | Hans Insulander |