| Commit message (Expand) | Author | Age | Files | Lines |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -2/+2 |
* | Tweaks utimensat/futimens handling to always update ctime, even when both |  guenther | 2015-04-17 | 1 | -3/+26 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -2/+2 |
* | use NGROUPS_MAX |  deraadt | 2015-01-17 | 1 | -2/+2 |
* | Explicitely include <uvm/uvm_extern.h> in order to build on variable page size |  miod | 2014-12-29 | 1 | -1/+2 |
* | change req pool alloc to null. add prwaitok here and nfs_node_pool which |  tedu | 2014-12-23 | 1 | -4/+4 |
* | convert one hot looking bcopy to memcpy |  tedu | 2014-12-18 | 1 | -2/+2 |
* | delete a whole mess of unnecessary caddr_t casts |  tedu | 2014-12-18 | 1 | -3/+3 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -2/+1 |
* | bzero -> memset |  tedu | 2014-11-14 | 1 | -2/+2 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | If the v_type is going to change when loading the NFS attribute cache, |  jsing | 2013-11-27 | 1 | -1/+2 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -6/+4 |
* | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 2011-07-04 | 1 | -2/+2 |
* | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 2010-12-21 | 1 | -6/+6 |
* | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 1 | -6/+6 |
* | Rename lookup/relookup to vfs_lookup/vfs_relookup. |  thib | 2010-09-09 | 1 | -2/+2 |
* | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 1 | -6/+6 |
* | clean up a few things that where left to rot after bob's vfs cache work. |  thib | 2010-05-19 | 1 | -3/+1 |
* | antsy |  jsg | 2009-10-19 | 1 | -85/+29 |
* | Backout the asyncio/aiod change, as it causes buf's to get hung. |  thib | 2009-09-02 | 1 | -4/+2 |
* | move to having requests on a per nfsmount tailq instead of one global one. |  thib | 2009-08-25 | 1 | -11/+1 |
* | Rework the way we do async I/O in nfs. Introduce separate buf queues for |  thib | 2009-08-20 | 1 | -2/+4 |
* | Teach nfsm_fhtom about nfsm_info structs |  blambert | 2009-08-13 | 1 | -4/+4 |
* | change version 3 post-operation attribute building function to not |  blambert | 2009-08-13 | 1 | -23/+12 |
* | Use an RB tree instead of a hashtable for fh/node lookups. |  thib | 2009-08-10 | 1 | -4/+7 |
* | Remove the v2 writegather code. It did help alot back in the 80s |  thib | 2009-08-10 | 1 | -43/+1 |
* | group all of the on-stack variables that are uses by the nfsm_macros |  thib | 2009-08-04 | 1 | -14/+7 |
* | (struct foo *)0 -> NULL, every where I could find it. |  thib | 2009-07-20 | 1 | -4/+4 |
* | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -2/+2 |
* | Remove unused procnums (NQNFS leftovers) and cleanup. |  thib | 2009-05-30 | 1 | -8/+2 |
* | retire the nfs rtt log code, this isnt really all that |  thib | 2009-05-22 | 1 | -5/+1 |
* | Convert macros to functions to reduce kernel memory usage. |  blambert | 2009-04-13 | 1 | -1/+23 |
* | Convert a sizeable macro to a much-leaner function. Saves (IIRC) 5k on i386. |  blambert | 2009-03-30 | 1 | -1/+67 |
* | Use a timespec instead of a time_t for the clients nfsnode |  thib | 2009-01-24 | 1 | -3/+3 |
* | Start reworking NFS client mbuf handling by creating an interface which |  blambert | 2009-01-20 | 1 | -8/+5 |
* | Trivial lvalue abuse fixes, no binary changes. |  grange | 2009-01-13 | 1 | -2/+3 |
* | fix a typo made in last commit, also slightly better wording for |  thib | 2008-12-24 | 1 | -3/+3 |
* | Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't |  thib | 2008-12-24 | 1 | -7/+6 |
* | use the shiny new nitems macro |  thib | 2008-11-24 | 1 | -2/+2 |
* | Correctly invalidate attribute cache entries in case the vnode mode |  pedro | 2008-08-25 | 1 | -3/+4 |
* | After beck@ changed the way nfsiod's are notified of work, the |  blambert | 2008-08-08 | 1 | -7/+1 |
* | unroll the NFSMADV() macro and nuke it |  thib | 2008-06-15 | 1 | -2/+2 |
* | use nfsm_padlen() where appropriate; |  thib | 2008-06-14 | 1 | -3/+3 |
* | Kill one-liner macro which obfuscated mbuf pointer assignment. |  blambert | 2008-06-13 | 1 | -4/+2 |
* | remove rpc_auth_kerb variable, its now unused... |  thib | 2008-06-13 | 1 | -4/+2 |
* | Replace one-line macro which only obfuscated the fact that |  blambert | 2008-06-13 | 1 | -3/+3 |
* | Remove now-vestigial bpos pointer from NFS. For building outgoing |  blambert | 2008-06-12 | 1 | -50/+33 |