Age | Commit message (Expand) | Author |
2012-12-10 | Ensure NFS will only consume up to 1/4 of the available buffer | Bob Beck |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-17 | buf_acquire() can sleep, so advance down b_vnbufs afterwards | Theo de Raadt |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-21 | Prevent vrele() being called with a NULL argument if nfs_namei() returns an | Mark Kettenis |
2011-07-09 | KNF | Bob Beck |
2011-07-08 | fix nfs pending writes, which were not handled correctly in the commit | Bob Beck |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-05 | When calling nfs_request() for what could be an async request, pass | Philip Guenthe |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
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 |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-12-05 | Make sure we only initialize the nfsrv_descript_pl pool once. | Mark Kettenis |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-09 | Rename lookup/relookup to vfs_lookup/vfs_relookup. | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-31 | another pair of files which relied on mbuf.h for pool.h; should be the last, | Bret Lambert |
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 |
2010-05-19 | clean up a few things that where left to rot after bob's vfs cache work. | Thordur I. Bjornsson |
2010-04-12 | Don't jump the queue if we have to wait on the client side because | Bob Beck |
2010-04-09 | make more bettah. instead of doing: | Owain Ainsworth |
2010-04-09 | In the nfs bio functions, instead of looking at an invalid vnode type, | Owain Ainsworth |
2010-04-03 | Don't return 0 if error is set to EBADRPC. Found by jsg@ and clang. | Kenneth R Westerback |
2010-03-29 | Initialize various uninitialized variables. Found by jsg@ via Clang. | Kenneth R Westerback |
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 |