summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-163-3/+3
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-163-17/+17
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-163-10/+10
* r222389 introduced a case where the NFSv4 client couldrmacklem2011-07-131-1/+2
* The algorithm used by nfscl_getopen() could have resulted inrmacklem2011-07-041-81/+94
* Modify the new NFSv4 client so that it appends a file handlermacklem2011-07-032-21/+28
* Fix the new NFSv4 client so that it doesn't fill the cachedrmacklem2011-06-282-2/+3
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-10/+2
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-187-5/+827
* Add support for flock(2) locks to the new NFSv4 client. I think thisrmacklem2011-06-052-3/+9
* The new NFSv4 client was erroneously using "p" instead ofrmacklem2011-06-054-58/+56
* Fix the new NFSv4 client so that it doesn't crash whenrmacklem2011-06-051-0/+4
* In the VOP_PUTPAGES() implementations, change the default error fromkib2011-06-011-11/+4
* Fix the new NFS client so that it doesn't do an NFSv3rmacklem2011-05-311-2/+11
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-272-17/+79
* Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()rmacklem2011-05-261-1/+11
* Add some missing mutex locking to the new NFS client.rmacklem2011-05-251-0/+2
* Fix the new NFS client so that it correctly sets the "must_commit"rmacklem2011-05-252-17/+10
* Set the MNT_NFS4ACLS flag for an NFSv4 client mountrmacklem2011-05-231-0/+10
* Eliminate duplicate #include's.alc2011-05-221-1/+0
* Add a sanity check for the existence of an "addr" optionrmacklem2011-05-181-7/+13
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-155-28/+24
* Set the initial value of maxfilesize to OFF_MAX in thermacklem2011-05-061-1/+1
* Fix the new NFS client so that it handles the 64bit fieldsrmacklem2011-05-051-11/+23
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-042-2/+5
* In ncl_printf(), call vprintf() instead of printf().ru2011-05-041-1/+1
* The build was broken by r221190 for 64bit arches like amd64.rmacklem2011-04-291-2/+3
* Fix the new NFS client so that it handles the "nfs_args" valuermacklem2011-04-281-19/+64
* Fix module names and dependencies so the NFS clients willrmacklem2011-04-271-1/+5
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-1/+1
* Fix a kernel linking problem introduced by r221032, r221040rmacklem2011-04-261-3/+10
* Modify the experimental (newnfs) NFS client so that it uses thermacklem2011-04-253-146/+30
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-1/+0
* Modify the experimental NFS client so that it uses the samermacklem2011-04-252-128/+31
* Remove the nm_mtx mutex locking from the test forrmacklem2011-04-211-5/+1
* Revert r220906, since the vp isn't always locked whenrmacklem2011-04-211-2/+0
* Add a check for VI_DOOMED at the beginning of nfscl_request()rmacklem2011-04-201-0/+2
* Modify the offset + size checks for read and write in thermacklem2011-04-201-3/+13
* Modify the offset + size checks for read and write in thermacklem2011-04-201-3/+6
* Fix up handling of the nfsmount structure in read and writermacklem2011-04-191-11/+11
* Revert r220761 since, as kib@ pointed out, the case ofrmacklem2011-04-183-13/+0
* Add a vput() to nfs_lookitup() in the experimental NFS clientrmacklem2011-04-181-1/+4
* Add vput() calls in two places in the experimental NFS clientrmacklem2011-04-181-2/+5
* Change the mutex locking for several locations in thermacklem2011-04-171-28/+60
* Add checks for MNTK_UNMOUNTF at the beginning of threermacklem2011-04-173-0/+13
* Fix up some of the sysctls for the experimental NFS client sormacklem2011-04-171-2/+2
* Change some defaults in the experimental NFS client to be thermacklem2011-04-171-4/+20
* Fix readdirplus in the experimental NFS client so that itrmacklem2011-04-171-1/+22
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in thermacklem2011-04-166-19/+24
* Add mutex locking on the nfs node in ncl_inactive() for thermacklem2011-04-161-0/+4
OpenPOWER on IntegriCloud