summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Apply the same patch as r196205 for nfs_upgrade_lock() andrmacklem2009-08-171-15/+12
* Fix the experimental nfs client so that it only calls ncl_vinvalbuf()rmacklem2009-07-291-5/+11
* When vfs.newnfs.callback_addr is set to an IPv4 address, thermacklem2009-07-221-1/+1
* Add changes to the experimental nfs client to use the PBDRY flag forrmacklem2009-07-222-7/+7
* When using an NFSv4 mount in the experimental nfs client with delegationsrmacklem2009-07-221-1/+1
* Fix two bugs in the experimental nfs client:rmacklem2009-07-191-13/+7
* Fix the experimental nfs client so that it does not cause armacklem2009-07-141-1/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-2/+0
* Fix the handling of dotdot in lookup for the experimental nfs clientrmacklem2009-07-121-0/+2
* Since the nfscl_getclose() function both decremented open counts and,rmacklem2009-07-092-182/+175
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-0/+4
* Replace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscbd.c will build.rmacklem2009-06-201-1/+1
* Change the size of the nfsc_groups[] array in the experimental nfsrmacklem2009-06-201-1/+1
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-5/+3
* Fix some of the style errors in *getpages().alc2009-06-181-18/+13
* Add the SVC_RELEASE(xprt), as required by r194407.rmacklem2009-06-171-0/+1
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Fix handling of ".." in nfs_lookup() for the forced dismount casermacklem2009-06-171-14/+36
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-1/+2
* Use getcredhostuuid instead of accessing the prison directly.jamie2009-06-131-5/+1
* This commit is analagous to r193952, but for the experimental nfsrmacklem2009-06-101-8/+15
* Since vn_lock() with the LK_RETRY flag never returns an errorrmacklem2009-06-091-7/+11
* Fix nfscl_getcl() so that it doesn't crash when it is called tormacklem2009-06-081-20/+29
* nfs_write() can use the recently introduced vfs_bio_set_valid() instead ofalc2009-05-311-1/+1
* Unbreak options VIMAGE kernel builds.zec2009-05-311-1/+1
* Add a check to v_type == VREG for the recently modified code thatrmacklem2009-05-301-11/+11
* Place hostnames and similar information fully under the prison system.jamie2009-05-292-11/+13
* Make *getpages()s' assertion on the state of each page's dirty bitsalc2009-05-281-1/+1
* Fix handling of NFSv4 Close operations in ncl_inactive(). Onlyrmacklem2009-05-271-7/+13
* Fix the experimental nfsv4 client so that it works for thermacklem2009-05-241-10/+10
* Change the sysctl_base argument to svcpool_create() to NULL forrmacklem2009-05-221-1/+1
* Fix the name of the module common to the client and serverrmacklem2009-05-221-1/+1
* Modify the mount handling code in the experimental nfs client tormacklem2009-05-221-63/+230
* Change the code in the experimental nfs client to avoid flushingrmacklem2009-05-221-6/+2
* Change the experimental NFSv4 client so that it does not dormacklem2009-05-184-60/+77
* Merge r191964: Eliminate a case of unnecessary page queues locking.alc2009-05-171-4/+1
* Changed sys/fs/nfs_clbio.c in the same way Alan Cox changedrmacklem2009-05-161-3/+3
* Modify the diskless booting code in sys/fs/nfsclient to be compatiblermacklem2009-05-152-27/+36
* Apply changes to the experimental nfs server so that it uses the securityrmacklem2009-05-141-2/+4
* Apply a one line change to nfs_clbio.c (which is largely a copyrmacklem2009-05-131-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-6/+17
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-0419-0/+18850
OpenPOWER on IntegriCloud