Age | Commit message (Expand) | Author |
2009-12-17 | This fixes a case where we could panic on a null deref with a bad vnode | Bob Beck |
2009-12-15 | back out previous fix, apparently neither art or i can fix anything right on ... | Bob Beck |
2009-12-15 | This fixes a case where we could panic on a null deref with a bad vnode | Bob Beck |
2009-12-15 | Make sillyrename not so damn silly. The kindergarten algorithm here for | Bob Beck |
2009-12-10 | "fix" from freebsd to hide potential race in silly renames, where | Bob Beck |
2009-10-19 | antsy | Jonathan Gray |
2009-09-02 | Backout the asyncio/aiod change, as it causes buf's to get hung. | Thordur I. Bjornsson |
2009-08-30 | if nfs_namei() fails, there's no ni_startdir and the pathname buffer has | Thordur I. Bjornsson |
2009-08-27 | Garbage collect two variables that where set but unused. | Thordur I. Bjornsson |
2009-08-27 | introduce a flag member to struct nfs_aiod, and use flags instead of the exit | Thordur I. Bjornsson |
2009-08-26 | make sure that an aiod has been removed from the nfs_aiods_idle list | Thordur I. Bjornsson |
2009-08-25 | move to having requests on a per nfsmount tailq instead of one global one. | Thordur I. Bjornsson |
2009-08-20 | Rework the way we do async I/O in nfs. Introduce separate buf queues for | Thordur I. Bjornsson |
2009-08-14 | add ddb functions to be able to show all the nfsnodes in the system | Thordur I. Bjornsson |
2009-08-14 | Use the nfs_hashlock to protect the nfs_nodetree hanging of the mount. | Thordur I. Bjornsson |
2009-08-14 | Avoid double-release of vnodes in several functions | Bret Lambert |
2009-08-14 | Initialize len variable; found by Martynas Venckus | Bret Lambert |
2009-08-13 | Teach nfsm_fhtom about nfsm_info structs | Bret Lambert |
2009-08-13 | change version 3 post-operation attribute building function to not | Bret Lambert |
2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-08-11 | tiny knf and use curproc directly instead of a setting up a local proc | Thordur I. Bjornsson |
2009-08-11 | Fix a few bugs in nfsrv_rename() error recovery code. | Thordur I. Bjornsson |
2009-08-10 | Use an RB tree instead of a hashtable for fh/node lookups. | Thordur I. Bjornsson |
2009-08-10 | Another | Bret Lambert |
2009-08-10 | Remove the v2 writegather code. It did help alot back in the 80s | Thordur I. Bjornsson |
2009-08-10 | The only caller of NFSMSIZ got changed yesterday, so remove it. | Bret Lambert |
2009-08-09 | MLEN < NFS_MAXPATHLEN < MCLBYTES, so there's no need to | Bret Lambert |
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 |