Age | Commit message (Expand) | Author |
2009-08-09 | error = operation(); | Bret Lambert |
2009-08-09 | set the mrq pointer (request) in the nfsm_reply() macro, as we can return fro... | 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-28 | Using the buf pointer returned from incore is a really bad idea. | Artur Grabowski |
2009-07-22 | Instead of calculating a number of seconds to sleep, tsleep()ing on | Bret Lambert |
2009-07-22 | remove a comment thats part lie and part stating the obvious. | Thordur I. Bjornsson |
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-17 | Initialize a variable that was previously using a mystery value in | Bret Lambert |
2009-07-14 | don't give people any ideas. nfssvc(2) should not be used | Thordur I. Bjornsson |
2009-07-13 | Make the callers of nfs_request() responsible for freeing the reply mbuf, | Thordur I. Bjornsson |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-07-08 | remove redundant comment. | Thordur I. Bjornsson |
2009-06-25 | backout the buf_acquire() does the bremfree() since all callers | Thordur I. Bjornsson |
2009-06-23 | - /dev/drum is long gone; sync comment with reality | Jasper Lievisse Adriaanse |
2009-06-06 | Don't allocate an mbuf cluster without checking to see if it will | Bret Lambert |
2009-06-06 | Consolidate error handling in read case. | Bret Lambert |
2009-06-06 | All caller of buf_acquire were doing bremfree before the call. | Artur Grabowski |
2009-06-06 | Consolidate error handling code. Much less atrocious than before. | Bret Lambert |
2009-06-06 | turdshine previous | Thordur I. Bjornsson |
2009-06-05 | bring back rev1.70 | Thordur I. Bjornsson |
2009-06-05 | revert to 1.67 to unbreak NFS writes; ok beck@ thib@ | Christian Weisgerber |
2009-06-05 | - make this a lot more readable; no binary change | Jasper Lievisse Adriaanse |
2009-06-05 | EPERM from VOP_ACCESS() is always an error, so don't hide it. | Thordur I. Bjornsson |
2009-06-04 | typo; init -> in it | Bret Lambert |
2009-06-04 | the following: | Bret Lambert |
2009-06-04 | Move code that logically belongs together to be together. | Bret Lambert |
2009-06-04 | Plug mbuf leaks in the DRC, when we reuse entries we didn't | Thordur I. Bjornsson |
2009-06-04 | Add some descriptive comments, because not having to read NFS code | Bret Lambert |
2009-06-04 | simplify argument list for nfssvc_nfsd() | Bret Lambert |
2009-06-04 | Demacro nfsm_lookup for great justice. | Bret Lambert |
2009-06-03 | Place code to search for/sleep waiting for an nfs socket into its own | Bret Lambert |
2009-06-03 | kill some unused defines, don't do an ifndef dance for | Thordur I. Bjornsson |
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-21 | IO_METASYNC has been a noop since around 4.4BSD-Lite, the | Thordur I. Bjornsson |
2009-05-15 | nicer (unique) wmesg for the tsleep(9) in nfs_reconnect(); | Thordur I. Bjornsson |
2009-04-13 | Convert macros to functions to reduce kernel memory usage. | Bret Lambert |
2009-03-30 | Convert a sizeable macro to a much-leaner function. Saves (IIRC) 5k on i386. | Bret Lambert |
2009-03-19 | We don't count buffercache stats in the B_PHYS case, so fix nfs to not | Owain Ainsworth |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-02-22 | fix PR 6082: do not create more fd's than will fit in the message on | Otto Moerbeek |
2009-01-28 | Remove cur_usec variable that is no longer used. | Alexander Bluhm |
2009-01-27 | Correct my timeradd() thinko in nfsrv_writegather() | Bret Lambert |