Age | Commit message (Expand) | Author |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-08-12 | Nuke extra (typoed) extern declaration and a spare newline from the last | Owain Ainsworth |
2010-08-11 | Make the number of vnodes to correspond to the number of buffers in | Bob Beck |
2010-06-29 | makefstype was only used in ported from freebsd filesystems. fix them | Ted Unangst |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-05-06 | Fix favail format string. | Marco Pfatschbacher |
2009-12-17 | if anyone vref()s a VNON vnode, panic. This should not happen. | Owain Ainsworth |
2009-08-17 | dd 'show all bufs' to show all the buffers in the system | Jasper Lievisse Adriaanse |
2009-08-13 | add a show all vnodes command, use dlg's nice pool_walk() to accomplish | Thordur I. Bjornsson |
2009-08-12 | Namecache revamp. | Bob Beck |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-06-25 | backout the buf_acquire() does the bremfree() since all callers | Thordur I. Bjornsson |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-06 | All caller of buf_acquire were doing bremfree before the call. | Artur Grabowski |
2009-06-03 | Change bufhash from the old grotty hash table to red-black trees hanging | Bob Beck |
2008-11-10 | Fix typo in comment, okay jmc@. | Pedro Martelletto |
2008-11-01 | change vrele() to return an int. if it returns 0, it can gaurantee that | Theo de Raadt |
2008-07-05 | re-introduce vdrop() to signal a lost intrest in a vnode; | Thordur I. Bjornsson |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-13 | back out stupid vnode change that was unintentionally included | Bob Beck |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-06-09 | Update access(2) to have modern semantics with respect to X_OK and | Todd C. Miller |
2008-05-07 | remove the vfc_mountroot member from vfsconf and | Thordur I. Bjornsson |
2008-05-07 | Implement routing priorities. Every route inserted has a priority assigned | Claudio Jeker |
2008-05-06 | retire vfs_mountroot(); | Thordur I. Bjornsson |
2008-03-23 | Wrong printf construct. | Miod Vallat |
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek |
2007-12-13 | replace calls to ltsleep with tsleep | Bret Lambert |
2007-11-16 | er, the newline is wrong. dissapointing. | Theo de Raadt |
2007-11-15 | newline before syncing disks is way prettier | Theo de Raadt |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-09-15 | Allow to pull out an usb stick with ffs filesystem while mounted | Alexander Bluhm |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-08-07 | A few changes to deal with multi-user performance issues seen. this | Bob Beck |
2007-06-01 | decouple the allocated number of vnodes from the "desiredvnodes" variable | Bob Beck |
2007-05-31 | remove some silly casts, no real change | Ted Unangst |
2007-05-31 | NFSv2 cannot cope with a big number of vnodes, so revert to NPROC-based | Pedro Martelletto |
2007-05-30 | back out vfs change - todd fries has seen afs issues, and I'm suspicious | Bob Beck |
2007-05-29 | Step one of some vnode improvements - change getnewvnode to | Bob Beck |
2007-05-28 | de-inline vref(); | Thordur I. Bjornsson |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-26 | Nuke a bunch of simpelocks and associated goo. | Thordur I. Bjornsson |
2007-05-17 | Collapse struct v_selectinfo in struct vnode, remove the | Thordur I. Bjornsson |
2007-05-09 | kinfo_vgetfailed has not been used for > 8 years | Theo de Raadt |
2007-04-13 | Move the declaration of VN_KNOTE() into vnode.h instead of having | Thordur I. Bjornsson |