| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce recursions on curvnet and thus spamming the console with warning | zec | 2010-01-09 | 2 | -9/+7 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Add missing include to make LINT-VIMAGE build as well. | bz | 2009-12-27 | 1 | -0/+1 |
* | Add a few more V_hacks to nfsclient to allow machines with a VIMAGE | bz | 2009-12-13 | 4 | -3/+28 |
* | Close a race with caching of -ve name lookups in the NFS client. | jhb | 2009-10-16 | 1 | -6/+32 |
* | Add a MODULE_DEPEND() on the NFS client from dtnfsclient so that dtnfsclient | rwatson | 2009-10-12 | 1 | -0/+1 |
* | Reverting the previous change for now. Some users reports the patch | qingli | 2009-09-15 | 1 | -0/+4 |
* | Simply remove the code instead of using "#if 0". | qingli | 2009-09-15 | 1 | -6/+0 |
* | The bootp code installs an interface address and the nfs client | qingli | 2009-09-15 | 1 | -0/+4 |
* | Add LK_NOWITNESS to the vn_lock() calls done on newly created nfs | rmacklem | 2009-09-09 | 1 | -1/+1 |
* | Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet | zec | 2009-08-24 | 1 | -0/+3 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -1/+1 |
* | In nfs_upgrade_vnlock(), assert that the vnode is locked. It is for all | kib | 2009-08-14 | 1 | -15/+12 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 3 | -3/+0 |
* | Patch the regular nfs client in a manner analagous to | rmacklem | 2009-07-17 | 1 | -1/+2 |
* | Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread owns | kib | 2009-07-14 | 3 | -7/+9 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 3 | -6/+0 |
* | In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point | kib | 2009-07-02 | 1 | -0/+2 |
* | Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC. | dfr | 2009-06-30 | 5 | -26/+21 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | dfr | 2009-06-30 | 15 | -2224/+16 |
* | Fix build with NFS_LEGACYRPC enabled after the socket upcall locking | jhb | 2009-06-30 | 1 | -3/+3 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+4 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | Fix some of the style errors in *getpages(). | alc | 2009-06-18 | 1 | -18/+13 |
* | For dotdot lookup in nfs_lookup, inline the vn_vget_ino() to prevent | kib | 2009-06-17 | 1 | -10/+39 |
* | Rename the host-related prison fields to be the same as the host.* | jamie | 2009-06-13 | 2 | -2/+3 |
* | Add a test for VI_DOOMED just after nfs_upgrade_vnlock() in | rmacklem | 2009-06-10 | 1 | -8/+15 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 2 | -2/+0 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 1 | -16/+19 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -3/+7 |
* | nfs_write() can use the recently introduced vfs_bio_set_valid() instead of | alc | 2009-05-31 | 1 | -1/+1 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 2 | -14/+10 |
* | Make *getpages()s' assertion on the state of each page's dirty bits | alc | 2009-05-28 | 1 | -1/+1 |
* | Make sure we feed 32bit align memory to nfsm_dissect otherwise we will fault | dfr | 2009-05-24 | 1 | -1/+73 |
* | While r192615 fixed the former problems, make this file VIMAGE | bz | 2009-05-23 | 1 | -0/+3 |
* | It seems this file was ignored by MRT, rnh locking changes and new-arpv2. | bz | 2009-05-23 | 1 | -17/+3 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 16 | -84/+10 |
* | Eliminate unnecessary clearing of the page's dirty mask from various | alc | 2009-05-15 | 1 | -1/+3 |
* | Eliminate gratuitous clearing of the page's dirty mask. | alc | 2009-05-12 | 1 | -1/+2 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 2 | -11/+18 |
* | Eliminate stale comments. | alc | 2009-05-10 | 1 | -6/+1 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -2/+0 |
* | Remove redundant NFSMNT_NFSV3 check in DTrace hooks for NFS RPC. | rwatson | 2009-05-04 | 1 | -2/+1 |
* | Fix typo in comment. | rwatson | 2009-05-04 | 1 | -1/+1 |
* | Remove trailing spaces | kib | 2009-04-13 | 1 | -2/+2 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -1/+0 |
* | Cache_lookup() for DOTDOT drops dvp vnode lock, allowing dvp to be reclaimed. | kib | 2009-04-10 | 1 | -0/+2 |
* | When a stale file handle is encountered, purge all cached information about | jhb | 2009-04-06 | 4 | -2/+26 |
* | Change the default timeout for caching attributes of a directory in the NFS | jhb | 2009-04-06 | 1 | -1/+1 |
* | Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclient | rwatson | 2009-03-25 | 1 | -0/+545 |