| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add the magic marker so that loader and kldload(2) can find this in | peter | 2001-09-20 | 1 | -0/+4 |
* | Oops. Fix a missing indirection level. gcc didn't complain about it on | peter | 2001-09-20 | 1 | -1/+1 |
* | Sigh, Last minute pre-merge typo. (missing quotes) | peter | 2001-09-18 | 1 | -1/+1 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 20 | -7282/+1497 |
* | nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that | imp | 2001-09-18 | 1 | -1/+1 |
* | Sync some differences that were different between the copies of the files | peter | 2001-09-15 | 3 | -9/+9 |
* | KSE Milestone 2 | julian | 2001-09-12 | 15 | -481/+490 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 3 | -12/+12 |
* | Pushdown Giant for nfs syscalls (nfssvc()) | dillon | 2001-08-31 | 1 | -12/+23 |
* | Stupid error from my side in prev. commit: || -> && | ache | 2001-08-23 | 1 | -1/+1 |
* | Implement l_len<0 per POSIX check. | ache | 2001-08-23 | 1 | -4/+6 |
* | Even better move: suppose that server is able to handle SEEK_END, | ache | 2001-08-23 | 1 | -6/+6 |
* | Apparently SEEK_END locking not supported by NFS. Previous variant | ache | 2001-08-23 | 1 | -1/+5 |
* | Move <machine/*> after <sys/*> | ache | 2001-08-23 | 1 | -1/+2 |
* | adv. lock: | ache | 2001-08-23 | 1 | -5/+5 |
* | Fix a client-side memory leak in nfs_flush(). The code allocates | iedowse | 2001-08-01 | 1 | -2/+2 |
* | Check the filehandle size when mounting. | peter | 2001-07-30 | 1 | -0/+2 |
* | - Sort includes. | jhb | 2001-07-04 | 1 | -5/+10 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 2 | -16/+10 |
* | - Protect the mnt_vnode list with the mntvnode lock. | jhb | 2001-06-28 | 2 | -7/+20 |
* | Unlock the process returned from pfind() if it does not return NULL. | jake | 2001-06-01 | 1 | -1/+4 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -2/+4 |
* | Assert Giant is held by the caller rather than getting it and releasing | jhb | 2001-05-23 | 1 | -10/+2 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 2 | -3/+30 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -28/+4 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 4 | -18/+26 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -35/+0 |
* | Remove incorrect comment. | alfred | 2001-04-29 | 1 | -1/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 8 | -16/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 8 | -0/+16 |
* | vnode_pager_freepage() is really vm_page_free() in disguise, | alfred | 2001-04-19 | 1 | -3/+3 |
* | Implement client side NFS locks. | alfred | 2001-04-17 | 8 | -7/+440 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 2 | -19/+23 |
* | Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode to | peter | 2001-04-11 | 1 | -0/+79 |
* | o Rather than arbitrarily construct a credential in the nfs_statfs() | rwatson | 2001-04-05 | 1 | -6/+2 |
* | Use the same API as the example code. | peter | 2001-03-20 | 1 | -1/+1 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | peter | 2001-03-17 | 4 | -31/+2 |
* | Dramatically improve the **lame** nfs_hash(). This is based on the | peter | 2001-03-17 | 1 | -8/+16 |