summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix up some of the sysctls for the experimental NFS client sormacklem2011-04-172-6/+10
* Change some defaults in the experimental NFS client to be thermacklem2011-04-172-4/+21
* 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-167-20/+25
* Add mutex locking on the nfs node in ncl_inactive() for thermacklem2011-04-161-0/+4
* Change the experimental NFS client so that it creates nfsiodrmacklem2011-04-155-71/+79
* Fix the experimental NFSv4 server so that it uses VOP_PATHCONF()rmacklem2011-04-1410-34/+37
* Modify the experimental NFSv4 server so that it handlesrmacklem2011-04-147-51/+129
* Add VOP_PATHCONF() support to the experimental NFS clientrmacklem2011-04-131-0/+115
* Fix the experimental NFSv4 client so that it recognizes serverrmacklem2011-04-131-5/+17
* Vrele ni_startdir in the experimental NFS server for the casermacklem2011-04-111-3/+2
* Add some cleanup code to the module unload operation forrmacklem2011-04-103-0/+43
* Add a VOP_UNLOCK() for the directory, when that is not whatrmacklem2011-04-091-1/+5
* Linuxolator calls VOP_READDIR with ncookies pointer. Implement akib2011-04-091-7/+3
* Add RACCT_NOFILE accounting.trasz2011-04-061-0/+5
OpenPOWER on IntegriCloud