summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* In ncl_printf(), call vprintf() instead of printf().ru2011-05-041-1/+1
* Add the kernel support needed to zero out the nfsstatsrmacklem2011-05-011-0/+2
* Clarify the comment.kib2011-04-301-1/+2
* 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
* Update a comment since ext2fs does not use SU.jhb2011-04-281-3/+3
* The b_dep field of buffers is always empty for ext2fs, it is only usedjhb2011-04-281-6/+3
* Sync with several changes in UFS/FFS:jhb2011-04-287-68/+167
* Fix module names and dependencies so the NFS clients willrmacklem2011-04-271-1/+5
* Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.jhb2011-04-274-9/+9
* Various style fixes including using uint*_t instead of u_int*_t.jhb2011-04-275-105/+116
* 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-254-147/+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-253-129/+32
* Remove the nm_mtx mutex locking from the test forrmacklem2011-04-211-5/+1
OpenPOWER on IntegriCloud