summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONFzack2011-07-172-13/+6
* The new NFSv4 client handled NFSERR_GRACE as a fatal errorrmacklem2011-07-161-1/+3
* Add DEXITCODE plumbing to NFS.zack2011-07-1612-546/+893
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-165-7/+7
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-168-37/+37
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-168-26/+26
* Remove unnecessary thread pointer from VOPLOCK macros and current users.zack2011-07-164-14/+17
* Change loadattr and fillattr to ask the file system for the pathconf variable.zack2011-07-162-4/+12
* Move nfsvno_pathconf to be accessible to sys/fs/nfs; no functionality change.zack2011-07-163-45/+45
* Small acl patch to return the aclerror that comes back from nfsrv_dissectacl(...zack2011-07-162-3/+3
* While fixing the looping of a thread while devfs vnode is reclaimed,kib2011-07-131-6/+12
* r222389 introduced a case where the NFSv4 client couldrmacklem2011-07-131-1/+2
* Make a comment more accurate.jonathan2011-07-071-1/+1
* 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-033-21/+29
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-1/+1
* Fix the new NFSv4 client so that it doesn't fill the cachedrmacklem2011-06-283-5/+15
* Plug an mbuf leak in the new NFS client that occurred when armacklem2011-06-221-0/+2
* Fix the new NFSv4 client so that it uses the same uid asrmacklem2011-06-221-0/+14
* Fix the new NFSv4 server so that it checks for VREAD_ACL whenrmacklem2011-06-211-6/+16
* Fix the new NFSv4 server so that it only allows Lookup ofrmacklem2011-06-201-2/+10
* Fix the new NFSv4 server so that it allows Access and Readlinkrmacklem2011-06-201-0/+2
* Fix a number of places where the new NFS server did notrmacklem2011-06-191-4/+15
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-193-45/+18
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-1810-5/+940
* 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-055-67/+66
* Fix the new NFSv4 client so that it doesn't crash whenrmacklem2011-06-051-0/+4
* Modify the new NFS server so that the NFSv3 Pathconf RPCrmacklem2011-06-041-0/+30
* In the VOP_PUTPAGES() implementations, change the default error fromkib2011-06-013-27/+10
* 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-276-34/+109
* 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-253-18/+11
* 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 lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-2210-11/+19
* 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-157-40/+34
* Merge comments about converting directory entries to be more direct andjhb2011-05-141-11/+5
* Change the new NFS server so that it uses vfs.nfsd namingrmacklem2011-05-082-11/+11
* Set the initial value of maxfilesize to OFF_MAX in thermacklem2011-05-061-1/+1
* Increase NFS_TICKINTVL value from 10 to 500. Now that callout does usefulmav2011-05-061-1/+1
* Change the new NFS server so that it returns 0 when the f_bavailrmacklem2011-05-061-1/+16
* Fix the new NFS client so that it handles the 64bit fieldsrmacklem2011-05-051-11/+23
* Add a comment noting that the NFS code assumes that thermacklem2011-05-041-0/+8
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSrmacklem2011-05-041-0/+58
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andrmacklem2011-05-041-2/+0
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-042-2/+5
OpenPOWER on IntegriCloud