| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 1 | -3/+58 |
| * | Document a few sysctls in the NFS client and server code. | Tom Rhodes | 2008-11-02 | 1 | -8/+13 |
| * | Improve VFS locking: | Attilio Rao | 2008-11-02 | 1 | -1/+1 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -4/+4 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+1 |
| * | Add code to parse NFS mount options passed as individual | Craig Rodrigues | 2008-09-13 | 1 | -23/+254 |
| * | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | Attilio Rao | 2008-08-31 | 1 | -3/+3 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -3/+4 |
| * | Try again not to use a userspace pointer in the kernel when trying to record | Doug Rabson | 2008-07-24 | 1 | -1/+1 |
| * | Don't use a userspace pointer in the kernel when trying to record the hostname | Doug Rabson | 2008-07-24 | 1 | -8/+12 |
| * | Move the NFS/RPC code away from lbolt. | Ed Schouten | 2008-07-22 | 1 | -1/+3 |
| * | Introduce a new lock, hostname_mtx, and use it to synchronize access | Robert Watson | 2008-07-05 | 1 | -0/+2 |
| * | Re-implement the client side of rpc.lockd in the kernel. This implementation | Doug Rabson | 2008-06-26 | 1 | -0/+7 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -0/+1 |
| * | Now that all platforms use genclock, shuffle things around slightly | Poul-Henning Kamp | 2008-04-22 | 1 | -1/+0 |
| * | - Complete part of the unfinished bufobj work by consistently using | Jeff Roberson | 2008-03-22 | 1 | -0/+1 |
| * | Expand the nfs_opts array to include all possible string | Craig Rodrigues | 2008-03-05 | 1 | -1/+4 |
| * | In nfs_mount(), default initialize struct nfs_args | Craig Rodrigues | 2008-03-05 | 1 | -1/+25 |
| * | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | Attilio Rao | 2008-02-25 | 1 | -2/+1 |
| * | Prevent the NFS client from losing MNT_ROOTFS on the root | Yaroslav Tykhiy | 2008-02-17 | 1 | -9/+6 |
| * | Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into | Attilio Rao | 2008-02-08 | 1 | -1/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -2/+2 |
| * | Add the following mount options to the nfs_opts array: | Craig Rodrigues | 2007-10-27 | 1 | -1/+4 |
| * | Add a -z flag to nfsstat which zeros the NFS statistics after displaying | John Baldwin | 2007-10-18 | 1 | -1/+1 |
| * | Get rid of qaddr_t. | Alfred Perlstein | 2007-10-16 | 1 | -1/+1 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -2/+0 |
| * | Don't destroy a mutex just before we use it, instead, | Xin LI | 2007-03-23 | 1 | -1/+1 |
| * | Instead of always hard-coding the socket type for the nfs root mount as | Kris Kennaway | 2007-01-30 | 1 | -1/+1 |
| * | Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead | Bruce Evans | 2007-01-25 | 1 | -7/+6 |
| * | consolidate parsing of nfs root mount options in one place | Sam Leffler | 2006-12-06 | 1 | -2/+7 |
| * | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+1 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -3/+13 |
| * | Fixes up the handling of shared vnode lock lookups in the NFS client, | Mohan Srinivasan | 2006-09-13 | 1 | -4/+4 |
| * | Add a new kernel environment variable "boot.netif.mtu" which is used to | Brooks Davis | 2006-08-09 | 1 | -0/+10 |
| * | Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag was | Mohan Srinivasan | 2006-05-30 | 1 | -1/+2 |
| * | Fix for a potential attempt to sleep while holding nm_mtx. Caught and reported | Mohan Srinivasan | 2006-05-26 | 1 | -1/+1 |
| * | NFS over TCP retransmit behavior should default to a 60 second time out, | Chuck Lever | 2006-05-23 | 1 | -2/+7 |
| * | Changes to make the NFS client MP safe. | Mohan Srinivasan | 2006-05-19 | 1 | -35/+57 |
| * | - Busy the filesystem in nfs_statfs to prevent us from creating a new | Jeff Roberson | 2006-04-01 | 1 | -1/+7 |
| * | Add marker vnodes to ensure that all vnodes associated with the mount point are | Tor Egge | 2006-01-09 | 1 | -2/+3 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -5/+5 |
| * | Fix a serious deadlock with the NFS client. Given a large enough | Brian Feldman | 2005-06-10 | 1 | -0/+9 |
| * | Ugh. Previous commit got the logic exactly backward. | Dag-Erling Smørgrav | 2005-05-17 | 1 | -2/+2 |
| * | Revision 1.173 broke updating a mount from ro to rw. Fix that by clearing | Dag-Erling Smørgrav | 2005-05-17 | 1 | -1/+11 |
| * | Don't copy the NFSMNT_* flags into struct statfs's f_flags field, | Ian Dowse | 2005-05-02 | 1 | -1/+0 |
| * | When NFS was converted to the new mount syscall, code was written that sets | Dag-Erling Smørgrav | 2005-04-27 | 1 | -3/+1 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -1/+1 |
| * | Mostly back out rev 1.33 from quite some time ago, and the followup fixes | Peter Wemm | 2005-01-18 | 1 | -25/+11 |
| * | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -2/+2 |