| Age | Commit message (Expand) | Author |
| 2001-12-31 | fix locking in nfs_getpages(). | chs |
| 2001-12-15 | Set np->n_size before calling nfs_vinvalbuf, to avoid recursion | fvdl |
| 2001-12-08 | - Implement | lukem |
| 2001-12-06 | Replace nfs_hash() (with its extremely bad hash) with a macro to call | lukem |
| 2001-12-05 | don't need nfs_hash prototype here | lukem |
| 2001-12-04 | PR/14817: Gregory McGarry: NFS_V2_ONLY doesn't seem to work. | christos |
| 2001-11-30 | call VOP_PUTPAGES() directly instead of indirecting through | chs |
| 2001-11-29 | PR/14776: Emmanuel Dreyfus: cross device hard link causes panic. | christos |
| 2001-11-29 | sprinkle crcvt() | christos |
| 2001-11-29 | use struct uucred in nfsd_svcargs so that we don't break the sys_nfssvc() ABI. | christos |
| 2001-11-10 | add RCSIDs | lukem |
| 2001-11-07 | Diagnostic panics should be enabled when DIAGNOSTIC is defined, not undefined. | bjh21 |
| 2001-10-13 | Remove so variables that are only ever set and never referenced. | simonb |
| 2001-10-13 | Don't initialise the 5th element of some 4 element arrays. | simonb |
| 2001-10-08 | revert a change that I accidentally included with ubcperf. | chs |
| 2001-09-27 | Always initialize ni_rootdir in nfs_namei. From Andrei Petrov. | fvdl |
| 2001-09-23 | remove SAVESTART from the symlink, mknod and create operations. | chs |
| 2001-09-22 | Add fifo_putpages() placebo so that the vnode's uobj is unlocked. | sommerfeld |
| 2001-09-20 | fix nfs_bmap() so that it works for both genfs_{get,put}pages() and swap/vnd. | chs |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-08-17 | add getpages/putpages entries for spec vnodes. | chs |
| 2001-08-14 | don't panic on mknod(2) over NFS. PR 13705. | itojun |
| 2001-08-03 | bound check mount args more thoroughly | jdolecek |
| 2001-07-30 | Check the passed file handle length _before_, not _after_ copyin() | jdolecek |
| 2001-07-30 | Check the length of a passed in filehandle to the mount call before | fvdl |
| 2001-07-24 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
| 2001-07-01 | Introduce NFS_DEFAULT_NIOTHREADS to define the default number | gmcgarry |
| 2001-06-27 | Make sure to add NFS vnodes to the syncerd worklist. | thorpej |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-06-07 | delint lvalue cast abuse | lukem |
| 2001-06-02 | It is misleading that the kernel outputs "DHCP server:" followed by | kim |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-28 | add a genfs_mmap() and change all of the disk-based filesystems | chs |
| 2001-05-26 | replace vm_page_t with struct vm_page *. | chs |
| 2001-05-14 | Lock vp in nfs_link while we're busy with it (doing VOP_FSYNC, etc). | fvdl |
| 2001-05-09 | Suppress another case of a potentially noisy error message which | fvdl |
| 2001-05-03 | Drop vnode lock before removing the sillyrename file, to avoid a | fvdl |
| 2001-04-28 | When NFS_V2_ONLY is defined, refuse to mount NFSv3 and NQNFS filesystems, | bjh21 |
| 2001-04-21 | In nfs_loadattrcache(), if checkalias() gives us a new vnode, lock it. This | bjh21 |
| 2001-04-20 | Don't forget to unlock the vnode returned by cache_lookup if the | fvdl |
| 2001-04-20 | On VOP_GETATTR failure in nfs_nget, call vgone() to get rid | fvdl |
| 2001-04-20 | Unlock the hash lock before returning an error in nfs_nget. | fvdl |
| 2001-04-16 | When unmounting a file system, acquire the syncer_lock before | thorpej |
| 2001-04-16 | reads at or after EOF should "succeed". | chs |
| 2001-04-03 | remove a temporary hack now that it's fixed for real. fixes PR 11731. | chs |
| 2001-04-03 | handle partially full directory buffers by only using (b_bcount - b_resid) | chs |
| 2001-04-02 | Set default NFS read and write sizes back to 8k, because a lot of | fvdl |
| 2001-03-25 | Allow the default NFS_RSIZE and NFS_WSIZE to be overriden. | matt |
| 2001-03-23 | Same change as in the UFS code: unlock vnode before setting v_op | fvdl |