aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Plug an mbuf leak in the new NFS client that occurred when aRick Macklem2011-06-221-0/+2
* Fix the new NFSv4 client so that it uses the same uid asRick Macklem2011-06-221-0/+14
* Fix the new NFSv4 server so that it checks for VREAD_ACL whenRick Macklem2011-06-211-6/+16
* Fix the new NFSv4 server so that it only allows Lookup ofRick Macklem2011-06-201-2/+10
* Fix the new NFSv4 server so that it allows Access and ReadlinkRick Macklem2011-06-201-0/+2
* Fix a number of places where the new NFS server did notRick Macklem2011-06-191-4/+15
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-193-45/+18
* Add DTrace support to the new NFS client. This is essentiallyRick Macklem2011-06-1810-5/+940
* Add support for flock(2) locks to the new NFSv4 client. I think thisRick Macklem2011-06-052-3/+9
* The new NFSv4 client was erroneously using "p" instead ofRick Macklem2011-06-055-67/+66
* Fix the new NFSv4 client so that it doesn't crash whenRick Macklem2011-06-051-0/+4
* Modify the new NFS server so that the NFSv3 Pathconf RPCRick Macklem2011-06-041-0/+30
* In the VOP_PUTPAGES() implementations, change the default error fromKonstantin Belousov2011-06-013-27/+10
* Fix the new NFS client so that it doesn't do an NFSv3Rick Macklem2011-05-311-2/+11
* Fix the new NFS client so that it handles NFSv4 stateRick Macklem2011-05-276-34/+109
* Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()Rick Macklem2011-05-261-1/+11
* Add some missing mutex locking to the new NFS client.Rick Macklem2011-05-251-0/+2
* Fix the new NFS client so that it correctly sets the "must_commit"Rick Macklem2011-05-253-18/+11
* Set the MNT_NFS4ACLS flag for an NFSv4 client mountRick Macklem2011-05-231-0/+10
* Eliminate duplicate #include's.Alan Cox2011-05-221-1/+0
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-2210-11/+19
* Add a sanity check for the existence of an "addr" optionRick Macklem2011-05-181-7/+13
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-157-40/+34
* Merge comments about converting directory entries to be more direct andJohn Baldwin2011-05-141-11/+5
* Change the new NFS server so that it uses vfs.nfsd namingRick Macklem2011-05-082-11/+11
* Set the initial value of maxfilesize to OFF_MAX in theRick Macklem2011-05-061-1/+1
* Increase NFS_TICKINTVL value from 10 to 500. Now that callout does usefulAlexander Motin2011-05-061-1/+1
* Change the new NFS server so that it returns 0 when the f_bavailRick Macklem2011-05-061-1/+16
* Fix the new NFS client so that it handles the 64bit fieldsRick Macklem2011-05-051-11/+23
* Add a comment noting that the NFS code assumes that theRick Macklem2011-05-041-0/+8
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSRick Macklem2011-05-041-0/+58
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andRick Macklem2011-05-041-2/+0
* Implemented a mount option "nocto" that disables cache coherencyRuslan Ermilov2011-05-042-2/+5
* In ncl_printf(), call vprintf() instead of printf().Ruslan Ermilov2011-05-041-1/+1
* Add the kernel support needed to zero out the nfsstatsRick Macklem2011-05-011-0/+2
* Clarify the comment.Konstantin Belousov2011-04-301-1/+2
* The build was broken by r221190 for 64bit arches like amd64.Rick Macklem2011-04-291-2/+3
* Fix the new NFS client so that it handles the "nfs_args" valueRick Macklem2011-04-281-19/+64
* Update a comment since ext2fs does not use SU.John Baldwin2011-04-281-3/+3
* The b_dep field of buffers is always empty for ext2fs, it is only usedJohn Baldwin2011-04-281-6/+3
* Sync with several changes in UFS/FFS:John Baldwin2011-04-287-68/+167
* Fix module names and dependencies so the NFS clients willRick Macklem2011-04-271-1/+5
* Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.John Baldwin2011-04-274-9/+9
* Various style fixes including using uint*_t instead of u_int*_t.John Baldwin2011-04-275-105/+116
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-271-1/+1
* Fix a kernel linking problem introduced by r221032, r221040Rick Macklem2011-04-261-3/+10
* Modify the experimental (newnfs) NFS client so that it uses theRick Macklem2011-04-254-147/+30
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-251-1/+0
* Modify the experimental NFS client so that it uses the sameRick Macklem2011-04-253-129/+32
* Remove the nm_mtx mutex locking from the test forRick Macklem2011-04-211-5/+1