| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow using IPv6 in nfsrvd_sentcache() callback. | delphij | 2009-12-08 | 1 | -2/+3 |
* | Fix ntfs such that it understand media with a non-512-bytes sector size: | guido | 2009-12-07 | 3 | -7/+15 |
* | Remove unneeded ifdefs. | trasz | 2009-12-03 | 7 | -252/+8 |
* | Don't use ap->a_td->td_ucred when we were passed ap->a_cred. | trasz | 2009-12-02 | 1 | -1/+1 |
* | Modify the experimental nfs server so that it falls back to | rmacklem | 2009-11-23 | 1 | -38/+44 |
* | Patch the experimental NFS server is a manner analagous to | rmacklem | 2009-11-20 | 3 | -19/+29 |
* | Create verifier used by FreeBSD NFS client is suboptimal because the | jh | 2009-11-11 | 1 | -14/+25 |
* | - Improve comments about locking of the "struct fifoinfo" which is a bit | attilio | 2009-11-06 | 1 | -8/+9 |
* | There is no need to "busy" a page when the object is locked for the duration | alc | 2009-10-26 | 1 | -2/+1 |
* | Spell DIAGNOSTIC correctly. | ru | 2009-10-24 | 1 | -1/+1 |
* | Unloading of the nfscl module is unsupported because newnfslock doesn't | jh | 2009-10-20 | 2 | -0/+14 |
* | Fix ordering of nfscl_modevent() and ncl_uninit(). nfscl_modevent() must | jh | 2009-10-20 | 1 | -1/+1 |
* | Fix comment typos. | jh | 2009-10-20 | 1 | -4/+4 |
* | Add locking around access to parent node, and bail out when the parent | delphij | 2009-10-11 | 3 | -8/+115 |
* | Add a special workaround to handle UIO_NOCOPY case. This fixes data | delphij | 2009-10-07 | 1 | -24/+80 |
* | Fix a bug that causes the fsx test case of mmap'ed page being out of sync | delphij | 2009-10-04 | 1 | -2/+6 |
* | Provide default implementation for VOP_ACCESS(9), so that filesystems which | trasz | 2009-10-01 | 1 | -1/+0 |
* | Fix typo in the comment. | trasz | 2009-09-30 | 1 | -1/+1 |
* | Add per-process osrel node to the procfs, to allow read and set p_osrel | kib | 2009-09-23 | 3 | -1/+73 |
* | Use C99 initialization for struct filterops. | rwatson | 2009-09-12 | 1 | -6/+15 |
* | Add LK_NOWITNESS to the vn_lock() calls done on newly created nfs | rmacklem | 2009-09-09 | 2 | -2/+2 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 1 | -1/+0 |
* | Add necessary include. | phk | 2009-09-08 | 1 | -0/+1 |
* | If a race is detected, pfs_vncache_alloc() may reclaim a vnode that had | kib | 2009-09-07 | 1 | -3/+5 |
* | insmntque_stddtr() clears vp->v_data and resets vp->v_op to | kib | 2009-09-07 | 1 | -0/+1 |
* | Remove spurious pfs_unlock(). | kib | 2009-08-31 | 1 | -1/+0 |
* | Fix poll() on half-closed sockets, while retaining POLLHUP for fifos. | jilles | 2009-08-25 | 1 | -0/+3 |
* | Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet | zec | 2009-08-24 | 1 | -2/+2 |
* | Apply the same patch as r196205 for nfs_upgrade_lock() and | rmacklem | 2009-08-17 | 1 | -15/+12 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Fix some LORs between vnode locks and filedescriptor table locks. | jhb | 2009-07-31 | 1 | -2/+0 |
* | Fix the experimental nfs client so that it only calls ncl_vinvalbuf() | rmacklem | 2009-07-29 | 1 | -5/+11 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -0/+1 |
* | When vfs.newnfs.callback_addr is set to an IPv4 address, the | rmacklem | 2009-07-22 | 1 | -1/+1 |
* | Add changes to the experimental nfs client to use the PBDRY flag for | rmacklem | 2009-07-22 | 3 | -7/+14 |
* | When using an NFSv4 mount in the experimental nfs client with delegations | rmacklem | 2009-07-22 | 1 | -1/+1 |
* | Fix two bugs in the experimental nfs client: | rmacklem | 2009-07-19 | 1 | -13/+7 |
* | Fix the experimental nfs client so that it does not cause a | rmacklem | 2009-07-14 | 1 | -1/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 3 | -4/+0 |
* | Add calls to the experimental nfs client for the case of an "intr" mount, | rmacklem | 2009-07-12 | 1 | -1/+16 |
* | Fix the handling of dotdot in lookup for the experimental nfs client | rmacklem | 2009-07-12 | 1 | -0/+2 |
* | Since the nfscl_getclose() function both decremented open counts and, | rmacklem | 2009-07-09 | 3 | -183/+178 |
* | Fix poll(2) and select(2) for named pipes to return "ready for read" | kib | 2009-07-07 | 1 | -20/+14 |
* | In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point | kib | 2009-07-02 | 1 | -0/+2 |
* | Change the type of uio_resid member of struct uio from int to ssize_t. | kib | 2009-06-25 | 3 | -5/+5 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+4 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 2 | -4/+10 |
* | Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by | kib | 2009-06-21 | 1 | -1/+2 |
* | In non-debugging mode make this define (void)0 instead of nothing. This | rdivacky | 2009-06-21 | 1 | -3/+3 |
* | Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build. | rmacklem | 2009-06-20 | 2 | -3/+3 |