summaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-3/+58
* Document a few sysctls in the NFS client and server code.Tom Rhodes2008-11-021-8/+13
* Improve VFS locking:Attilio Rao2008-11-021-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-4/+4
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+1
* Add code to parse NFS mount options passed as individualCraig Rodrigues2008-09-131-23/+254
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-3/+3
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-1/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-3/+4
* Try again not to use a userspace pointer in the kernel when trying to recordDoug Rabson2008-07-241-1/+1
* Don't use a userspace pointer in the kernel when trying to record the hostnameDoug Rabson2008-07-241-8/+12
* Move the NFS/RPC code away from lbolt.Ed Schouten2008-07-221-1/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-0/+2
* Re-implement the client side of rpc.lockd in the kernel. This implementationDoug Rabson2008-06-261-0/+7
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-0/+1
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-1/+0
* - Complete part of the unfinished bufobj work by consistently usingJeff Roberson2008-03-221-0/+1
* Expand the nfs_opts array to include all possible stringCraig Rodrigues2008-03-051-1/+4
* In nfs_mount(), default initialize struct nfs_argsCraig Rodrigues2008-03-051-1/+25
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-2/+1
* Prevent the NFS client from losing MNT_ROOTFS on the rootYaroslav Tykhiy2008-02-171-9/+6
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoAttilio Rao2008-02-081-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-2/+2
* Add the following mount options to the nfs_opts array:Craig Rodrigues2007-10-271-1/+4
* Add a -z flag to nfsstat which zeros the NFS statistics after displayingJohn Baldwin2007-10-181-1/+1
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-1/+1
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-2/+0
* Don't destroy a mutex just before we use it, instead,Xin LI2007-03-231-1/+1
* Instead of always hard-coding the socket type for the nfs root mount asKris Kennaway2007-01-301-1/+1
* Unstaticize nfs_iosize() in nfsclient and use it in nfs4client insteadBruce Evans2007-01-251-7/+6
* consolidate parsing of nfs root mount options in one placeSam Leffler2006-12-061-2/+7
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-0/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-3/+13
* Fixes up the handling of shared vnode lock lookups in the NFS client,Mohan Srinivasan2006-09-131-4/+4
* Add a new kernel environment variable "boot.netif.mtu" which is used toBrooks Davis2006-08-091-0/+10
* Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag wasMohan Srinivasan2006-05-301-1/+2
* Fix for a potential attempt to sleep while holding nm_mtx. Caught and reportedMohan Srinivasan2006-05-261-1/+1
* NFS over TCP retransmit behavior should default to a 60 second time out,Chuck Lever2006-05-231-2/+7
* Changes to make the NFS client MP safe.Mohan Srinivasan2006-05-191-35/+57
* - Busy the filesystem in nfs_statfs to prevent us from creating a newJeff Roberson2006-04-011-1/+7
* Add marker vnodes to ensure that all vnodes associated with the mount point areTor Egge2006-01-091-2/+3
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-5/+5
* Fix a serious deadlock with the NFS client. Given a large enoughBrian Feldman2005-06-101-0/+9
* Ugh. Previous commit got the logic exactly backward.Dag-Erling Smørgrav2005-05-171-2/+2
* Revision 1.173 broke updating a mount from ro to rw. Fix that by clearingDag-Erling Smørgrav2005-05-171-1/+11
* Don't copy the NFSMNT_* flags into struct statfs's f_flags field,Ian Dowse2005-05-021-1/+0
* When NFS was converted to the new mount syscall, code was written that setsDag-Erling Smørgrav2005-04-271-3/+1
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+1
* Mostly back out rev 1.33 from quite some time ago, and the followup fixesPeter Wemm2005-01-181-25/+11
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-2/+2