Age | Commit message (Expand) | Author |
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 |
2009-01-24 | oops. forgot to remove a debug printf from the diff. | Thordur I. Bjornsson |
2009-01-24 | Use a timespec for the server write deadline and procrastination | Thordur I. Bjornsson |
2009-01-24 | Use a timespec instead of a time_t for the clients nfsnode | Thordur I. Bjornsson |
2009-01-24 | propagate the O_EXCL flag down to the file systems, by setting | Thordur I. Bjornsson |
2009-01-24 | magic 8 -> nitems(nfs_backoff) | Thordur I. Bjornsson |
2009-01-24 | make sure the from mbuf gets freed on error to. | 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-19 | Introduce a macro to invalidate the attribute | Thordur I. Bjornsson |
2009-01-18 | Remove unused members from struct nfsd. | Bret Lambert |
2009-01-18 | remove function which only called nfssvc_iod(), and pass nfssvc_iod() | Bret Lambert |
2009-01-18 | Replace #ifndef DIAGNOSTIC with #ifdef to make the additional checks | Alexander Bluhm |
2009-01-18 | add $OpenBSD$ tag | Thordur I. Bjornsson |
2009-01-18 | Perform the same access enforcements for set attributes | Thordur I. Bjornsson |
2009-01-18 | Add nfs ddb hooks, for now only to show all the outstanding nfsreq's | Thordur I. Bjornsson |
2009-01-16 | turn nfs_msg into void functions, also make it take an nfsreq | Thordur I. Bjornsson |
2009-01-15 | remove prototypes for nonexistent functions | Thordur I. Bjornsson |
2009-01-13 | Trivial lvalue abuse fixes, no binary changes. | Alexander Yurchenko |
2008-12-27 | expand the ifdef _KERNEL around kernel only function prototypes | Thordur I. Bjornsson |
2008-12-24 | Low hanging macro fruit. Inline the nfsm_srvstrsiz macro since | Thordur I. Bjornsson |
2008-12-24 | remove argument names from function prototypes, this way the | Thordur I. Bjornsson |
2008-12-24 | fix a typo made in last commit, also slightly better wording for | Thordur I. Bjornsson |
2008-12-24 | Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't | Thordur I. Bjornsson |
2008-12-23 | small indent fix | Thordur I. Bjornsson |
2008-11-24 | use the shiny new nitems macro | 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-10-20 | Be pedantically correct in freeing allocated mbufs, even upon clearing | Bret Lambert |
2008-10-16 | Don't hide the fact that NFS uses vop_generic_* functions behind | Bret Lambert |
2008-09-12 | zap a deprecated macro, NMOD. | Thordur I. Bjornsson |
2008-09-12 | provide a NOTE_TRUNCATED kq hint in nfs_setattr() if the file | Thordur I. Bjornsson |
2008-09-12 | move the declaration of nfsrv3_procs to nfs_syscalls.c | Thordur I. Bjornsson |
2008-09-11 | issue a NOTE_TRUNCATE if the file size has shrinked | Thordur I. Bjornsson |
2008-08-31 | remove the #if 0'ed NFS_ATTRTIMEO() macro since it was | Thordur I. Bjornsson |
2008-08-25 | Correctly invalidate attribute cache entries in case the vnode mode | Pedro Martelletto |
2008-08-21 | Fix 'if ();' construction introduced in last commit, okay deraadt@ | Pedro Martelletto |
2008-08-20 | Return EINVAL instead of '1' for invalid kq filters. | Thordur I. Bjornsson |
2008-08-09 | o nfs_vinvalbuf() is always called with the intrflag as 1, and then | Thordur I. Bjornsson |
2008-08-08 | o sync comment with reality, we have never malloc()'ed filehandles | Thordur I. Bjornsson |
2008-08-08 | After beck@ changed the way nfsiod's are notified of work, the | Bret Lambert |
2008-08-08 | Remove code for variable-sized allocations of NFS filehandles by malloc(), | Bret Lambert |
2008-07-28 | dont stuff nfs mount point flags into the statfs f_flags member, its | Thordur I. Bjornsson |
2008-07-25 | much more correct way of dealing with nfs pending reads/writes | Bob Beck |
2008-07-23 | make this real C | Theo de Raadt |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |