Age | Commit message (Expand) | Author |
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 |
2007-04-13 | Remove comments talking about vnode interlock. No binary change. | Alexander Bluhm |
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2007-03-12 | better desiredvnodes not based on maxusers; pedro@ deraadt@ ok | Michael Shalayeff |
2007-02-20 | for vfsconf sysctl, do not leak kernel sensors out to userland | Theo de Raadt |
2007-02-17 | fix ddb buf printing for daddr_t growth to 64bit; | Michael Shalayeff |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-13 | fix ddb buf print | Michael Shalayeff |
2006-11-20 | vprint() should be defined if DIAGNOSTIC || DEBUG. Noticed by (and | Tom Cosgrove |
2006-10-30 | use vp->v_type to index into vtypes rather then vp->v_tag, | Thordur I. Bjornsson |
2006-07-11 | add mount/vnode/buf and softdep printing commands; tested on a few archs and ... | Michael Shalayeff |
2006-07-09 | Fix tab where space was meant | Pedro Martelletto |
2006-07-08 | vinvalbuf() debugging aid, under VFSDEBUG. | Thordur I. Bjornsson |
2006-07-03 | also print vp in vprint (useful for debugging); pedro@ ok | Michael Shalayeff |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-06-02 | Add a clonable devices implementation. Hacked along with thib@, input | Pedro Martelletto |
2006-05-28 | Spacing in vfs_sysctl() | Pedro Martelletto |
2006-05-07 | forgot to remove this sentence from the comment | Nikolay Sturm |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-18 | Work around yet another race on non-locking file systems: when calling | Pedro Martelletto |
2005-11-08 | Missed one use of 'register' | Pedro Martelletto |
2005-11-07 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto |
2005-10-19 | Remove v_vnlock from struct vnode, okay krw@ tedu@ | Pedro Martelletto |
2005-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto |
2005-05-24 | when a device vnode associated with a mount point disappears, mark the | Pedro Martelletto |
2005-05-22 | put VLOCKSWORK stuff under a single option, VFSDEBUG | Pedro Martelletto |