| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the global buffer hash table with per-vnode splay trees using a | dillon | 2002-07-10 | 1 | -2/+2 |
* | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK(). | jhb | 2002-06-28 | 4 | -16/+15 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 2 | -22/+6 |
* | Don't tsleep() with an sb_mtx held. | dd | 2002-05-27 | 1 | -2/+2 |
* | Fix warning; deprecated use of label at end of compound statement | peter | 2002-05-24 | 1 | -0/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 2 | -5/+21 |
* | Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by the | ambrisko | 2002-05-17 | 1 | -0/+12 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -2/+2 |
* | We don't need the arp kludge any more. | phk | 2002-04-28 | 2 | -13/+0 |
* | Remove the nfs_{lock,unlock,islocked} functions and the associated | iedowse | 2002-04-27 | 2 | -88/+0 |
* | The recent NFS forced unmount improvements introduced a side-effect | iedowse | 2002-04-17 | 1 | -4/+4 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 4 | -17/+17 |
* | Add a readonly sysctl variable of type string, kern.bootp_cookie, | luigi | 2002-03-13 | 1 | -0/+15 |
* | vhold() our vnode while checking the remote side. | phk | 2002-03-08 | 1 | -0/+3 |
* | Fix warnings.. bootpc_init() and related. | peter | 2002-02-28 | 2 | -2/+1 |
* | Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmetic | jhb | 2002-02-27 | 1 | -4/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 5 | -16/+13 |
* | Fix a long line touched in previous commit (but not caused by previous | peter | 2002-02-07 | 1 | -1/+2 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -2/+2 |
* | Revise the nfsiod auto tuning code. Now both the upper and lower limits | peter | 2002-01-15 | 3 | -22/+87 |
* | Implement vfs.nfs.iodmin (minimum number of nfsiod's) and | peter | 2002-01-14 | 3 | -60/+92 |
* | Terminate requests in nfs_sigintr() if the filesystem is in the | iedowse | 2002-01-10 | 1 | -1/+4 |
* | Permit NFS filesystems to be forcibly unmounted when the server is | iedowse | 2002-01-02 | 3 | -7/+52 |
* | o Remove an errant ';' introduced in the last revision. | alc | 2002-01-01 | 1 | -2/+1 |
* | o Remove premature use of nmp->nm_cred, it hasn't been initialized yet. | rwatson | 2002-01-01 | 1 | -1/+1 |
* | o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use. | rwatson | 2001-12-31 | 2 | -4/+3 |
* | o Remove premature leakage of use of td_ucred from base source tree: | rwatson | 2001-12-31 | 1 | -3/+3 |
* | o Add missing #include's of sys/proc.h, missed in merge, required to | rwatson | 2001-12-31 | 2 | -0/+2 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 5 | -9/+20 |
* | Add a #define for the size of the nfs_backoff[] array, and use this | iedowse | 2001-12-30 | 1 | -3/+4 |
* | Increase the buffer size to hold a bootp/DHCP reply from 256 bytes to | ambrisko | 2001-12-30 | 1 | -1/+1 |
* | nfs_nget() does no locking whatsoever when looking up a vnode. If the | dillon | 2001-12-27 | 1 | -1/+4 |
* | Avoid passing the variable `tl' to functions that just use it for | iedowse | 2001-12-18 | 4 | -113/+105 |
* | This fixes a large number of bugs in our NFS client side code. A recent | dillon | 2001-12-14 | 3 | -9/+75 |
* | o Modify nfslockdans() to accept a thread reference instead of a proc | rwatson | 2001-11-14 | 3 | -14/+16 |
* | Allow users to use the 'nolockd' or -L options with mount_nfs in order | alfred | 2001-11-12 | 3 | -3/+9 |
* | turn vn_open() into a wrapper around vn_open_cred() which allows | alfred | 2001-11-11 | 1 | -15/+1 |
* | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | dillon | 2001-11-05 | 1 | -0/+6 |
* | o Note an additional potential problem here: LOCKD_MSG directly exports | rwatson | 2001-10-24 | 1 | -0/+4 |
* | o Add two comments identifying problems with the current nfs_lock.c | rwatson | 2001-10-23 | 1 | -0/+7 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 2 | -4/+4 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 2 | -14/+7 |
* | Use crhold() instead of crdup() since we aren't modifying the cred but | jhb | 2001-10-09 | 1 | -1/+2 |
* | Make this compile after last commit. It should be: | peter | 2001-10-09 | 1 | -1/+1 |
* | Don't dereference td if it's NULL. | julian | 2001-10-08 | 1 | -1/+2 |
* | Unwind some more macros. NFSMADV() was kinda silly since it was right | peter | 2001-09-28 | 1 | -77/+63 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 4 | -50/+52 |
* | Tidy up nfsm_build usage. This is only partially finished. | peter | 2001-09-27 | 2 | -38/+38 |
* | Add a missing dereference level. This caused nfsm_postop_attr_xx() | iedowse | 2001-09-25 | 1 | -1/+1 |