summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Get rid of the "nfscl: consider increasing kern.ipc.maxsockbuf"rmacklem2011-04-171-7/+2
OpenPOWER on IntegriCloud