Age | Commit message (Expand) | Author |
2015-07-16 | Fix rn_match and there for the expoerted lookup functions in radix.c | Claudio Jeker |
2015-05-12 | Drop and reacquire the kernel lock in the vfs_shutdown and "cold" | Mike Belopuhov |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-02 | Return EINVAL if the creds supplied for NFS export have a cr_ngroups less | Philip Guenther |
2015-01-09 | rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt | Ted Unangst |
2014-12-19 | start retiring the nointr allocator. specify PR_WAITOK as a flag as a | Ted Unangst |
2014-12-17 | remove lock.h from uvm_extern.h. another holdover from the simpletonlock | Ted Unangst |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-10 | convert bcopy to memcpy. ok millert | Ted Unangst |
2014-11-21 | simple lock is long dead | Ted Unangst |
2014-11-19 | delete the KERN_VNODE sysctl. it fails to provide any isolation from the | Ted Unangst |
2014-11-14 | prefer sizeof(*ptr) to sizeof(struct) for malloc and free | Ted Unangst |
2014-11-03 | pass size argument to free() | Theo de Raadt |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-07-13 | pass the size to free in some of the obvious cases | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | Stop using a shutdown hook for softraid(4) and explicitly shutdown | Martin Pieuchot |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-04 | While it may be smart to use the radix tree for exports it is not OK to | Claudio Jeker |
2014-04-10 | pull the bufcache freelist code out into separate functions to allow new | Ted Unangst |
2014-03-24 | Split the API: struct ucred remains the kernel internal structure while | Philip Guenther |
2014-01-21 | bzero -> memset | Ted Unangst |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-11-27 | Defer the v_type initialisation until after the vnode has been purged from | Joel Sing |
2013-10-02 | format string fix: b_flags is long | Stefan Fritsch |
2013-10-01 | Format string fixes: Cast time_t to long long | Stefan Fritsch |
2013-08-08 | Uncomment kprintf format attributes for sys/kern | Sylvestre Gallon |
2013-07-30 | The previous change was made while chasing nfs performance issues | Bob Beck |
2013-06-24 | Manipulating buffers after sleeping is dangerous. Instead of attempting | Bob Beck |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-02-17 | Comment out recently added __attribute__((__format__(__kprintf__))) annotations | Miod Vallat |
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat |
2012-11-17 | Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf. | Bob Beck |
2012-10-01 | Make groupmember() check the effective gid too, so that the checks are | Philip Guenthe |
2012-09-19 | vhold() and vdrop() are prototyped in vnode.h, so don't repeat them here | Philip Guenthe |
2012-07-16 | oops, need sys/acct.h too | Theo de Raadt |
2012-07-16 | Put acct_shutdown() proto in a better place | Theo de Raadt |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-02 | rename VFSDEBUG to VFLCKDEBUG; | Thordur I. Bjornsson |
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 |