| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize va_filerev in vattr_null() to avoid leaking stack garbage; |  guenther | 2015-10-13 | 1 | -9/+23 |
* | Use the radix API directly and get rid of the function pointers. There |  mpi | 2015-10-08 | 1 | -10/+6 |
* | rn_inithead() offset argument is now specified in byte, missed in previous. |  mpi | 2015-10-07 | 1 | -2/+2 |
* | Make every subsystem using a radix tree call rn_init() and pass the |  mpi | 2015-09-04 | 1 | -1/+3 |
* | Fix rn_match and there for the expoerted lookup functions in radix.c |  claudio | 2015-07-16 | 1 | -3/+1 |
* | Drop and reacquire the kernel lock in the vfs_shutdown and "cold" |  mikeb | 2015-05-12 | 1 | -1/+14 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Return EINVAL if the creds supplied for NFS export have a cr_ngroups less |  guenther | 2015-03-02 | 1 | -3/+7 |
* | rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt |  tedu | 2015-01-09 | 1 | -2/+2 |
* | start retiring the nointr allocator. specify PR_WAITOK as a flag as a |  tedu | 2014-12-19 | 1 | -5/+5 |
* | remove lock.h from uvm_extern.h. another holdover from the simpletonlock |  tedu | 2014-12-17 | 1 | -1/+2 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+9 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -6/+6 |
* | simple lock is long dead |  tedu | 2014-11-21 | 1 | -2/+1 |
* | delete the KERN_VNODE sysctl. it fails to provide any isolation from the |  tedu | 2014-11-19 | 1 | -65/+1 |
* | prefer sizeof(*ptr) to sizeof(struct) for malloc and free |  tedu | 2014-11-14 | 1 | -2/+2 |
* | pass size argument to free() |  deraadt | 2014-11-03 | 1 | -5/+5 |
* | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. |  doug | 2014-09-13 | 1 | -3/+2 |
* | pass the size to free in some of the obvious cases |  tedu | 2014-07-13 | 1 | -3/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -6/+6 |
* | Stop using a shutdown hook for softraid(4) and explicitly shutdown |  mpi | 2014-07-10 | 1 | -1/+9 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -4/+2 |
* | While it may be smart to use the radix tree for exports it is not OK to |  claudio | 2014-06-04 | 1 | -28/+28 |
* | pull the bufcache freelist code out into separate functions to allow new |  tedu | 2014-04-10 | 1 | -3/+3 |
* | Split the API: struct ucred remains the kernel internal structure while |  guenther | 2014-03-24 | 1 | -7/+5 |
* | bzero -> memset |  tedu | 2014-01-21 | 1 | -2/+2 |
* | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and |  krw | 2013-12-01 | 1 | -22/+10 |
* | Defer the v_type initialisation until after the vnode has been purged from |  jsing | 2013-11-27 | 1 | -2/+2 |
* | format string fix: b_flags is long |  sf | 2013-10-02 | 1 | -2/+2 |
* | Format string fixes: Cast time_t to long long |  sf | 2013-10-01 | 1 | -5/+6 |
* | Uncomment kprintf format attributes for sys/kern |  syl | 2013-08-08 | 1 | -4/+4 |
* | The previous change was made while chasing nfs performance issues |  beck | 2013-07-30 | 1 | -4/+15 |
* | Manipulating buffers after sleeping is dangerous. Instead of attempting |  beck | 2013-06-24 | 1 | -15/+4 |
* | Add an f_mntfromspec member to struct statfs, which specifies the name of |  jsing | 2013-04-15 | 1 | -4/+6 |
* | Comment out recently added __attribute__((__format__(__kprintf__))) annotations |  miod | 2013-02-17 | 1 | -4/+4 |
* | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and |  miod | 2013-02-09 | 1 | -5/+8 |
* | Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf. |  beck | 2012-11-17 | 1 | -2/+3 |
* | Make groupmember() check the effective gid too, so that the checks are |  guenther | 2012-10-01 | 1 | -2/+2 |
* | vhold() and vdrop() are prototyped in vnode.h, so don't repeat them here |  guenther | 2012-09-19 | 1 | -3/+1 |
* | oops, need sys/acct.h too |  deraadt | 2012-07-16 | 1 | -1/+2 |
* | Put acct_shutdown() proto in a better place |  deraadt | 2012-07-16 | 1 | -3/+1 |
* | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 2011-07-04 | 1 | -3/+2 |
* | rename VFSDEBUG to VFLCKDEBUG; |  thib | 2011-07-02 | 1 | -3/+3 |
* | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 2010-12-21 | 1 | -6/+5 |
* | - drop NENTS(), which was yet another copy of nitems(). |  jasper | 2010-12-06 | 1 | -4/+3 |
* | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 1 | -5/+6 |
* | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 1 | -6/+5 |
* | Nuke extra (typoed) extern declaration and a spare newline from the last |  oga | 2010-08-12 | 1 | -3/+1 |
* | Make the number of vnodes to correspond to the number of buffers in |  beck | 2010-08-11 | 1 | -5/+14 |
* | makefstype was only used in ported from freebsd filesystems. fix them |  tedu | 2010-06-29 | 1 | -18/+1 |