Age | Commit message (Expand) | Author |
2002-07-12 | Change the locking on the mountpoint slightly. Instead of using mnt_lock | Artur Grabowski |
2002-07-03 | Remove unused function parameter 'cache' from nfs_rephead | Nathan Binkert |
2002-07-02 | use hash.h for nfs_hash as well as namei's hash | Eric Jackson |
2002-06-11 | Remove some unused code for dealing with nfs over kerberos. No actual change, | Hans Insulander |
2002-06-11 | splassert where comments tell us to. | Artur Grabowski |
2002-06-02 | correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.net | Theo de Raadt |
2002-05-21 | Protect calls to biodone with splbio. Some functions called | Artur Grabowski |
2002-05-17 | Fix nfs_realign to allocate new mbufs. Taken from freebsd | Constantine Sapuntzakis |
2002-05-10 | Fix for PR2641. Length calculation was wrong in loop. Include comment | Constantine Sapuntzakis |
2002-04-29 | constrain readdirplus request count; j@pureftpd.org, ok costa | Theo de Raadt |
2002-04-11 | Back out nfs_realign() change, it causes "pool_get: must have NOWAIT" panics. | Todd C. Miller |
2002-04-10 | nfs_realign from FreeBSD. The old code was over-optimized, occasionally overw... | Constantine Sapuntzakis |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-23 | Sigh. The diff is out for testing for three months without a single problem. | Artur Grabowski |
2002-02-22 | More locking in the NFS code | Constantine Sapuntzakis |
2002-02-12 | Fix all users of getsock to use FREF/FRELE properly. | Artur Grabowski |
2002-02-10 | theo doesn't like this code | Nathan Binkert |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |
2002-02-08 | There are NFS servers where it's possible to modify a symbolic link. Remove a... | Constantine Sapuntzakis |
2002-02-05 | Add counting of temporary references to a struct file (as opposed to references | Artur Grabowski |
2002-02-04 | Cleanup mountroot-related definitions. | Miod Vallat |
2002-01-28 | add NFS_VER4 | Jim Rees |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-20 | Move nfs_norsvport out from behind #ifdef NFSSERVER so ramdisk | Hugh Graham |
2002-01-16 | use queue.h macro's | Eric Jackson |
2002-01-11 | Add a new sysctl that removes the requirement for reserved ports to be | Nathan Binkert |
2001-12-22 | Init the creds in nfs_open too. | Artur Grabowski |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-14 | Workaround a compiler bug on m68k. | Artur Grabowski |
2001-12-11 | minor fixes. | Artur Grabowski |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski |
2001-12-01 | Unlock and drop vnode if VOP_GETATTR fails. | Artur Grabowski |
2001-11-30 | Whooops. | Artur Grabowski |
2001-11-30 | Call buf_cleanout, which handles wakeups | Constantine Sapuntzakis |
2001-11-29 | Make sure the nfs vnodes are on the syncer worklist. | Artur Grabowski |
2001-11-29 | Make sure the whole buffer is initialized before calling bgetvp. | Artur Grabowski |
2001-11-29 | Correctly handle b_vp with bgetvp and brelvp in {get,put}pages. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-15 | Remove creds from struct buf, move the creds that nfs need into the nfs node. | Artur Grabowski |
2001-11-14 | allow swaples diskless configs; deradt@ ok | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-08-19 | Remove some more. | Artur Grabowski |
2001-08-19 | Stop whining. | Artur Grabowski |
2001-08-19 | add __sparc64__ to list of arch's not checked for bloated structures (also | Jason Wright |
2001-07-27 | Don't accept arbitrary size file handles as the kernel buffer we are copying | Constantine Sapuntzakis |
2001-07-26 | Back out changes to symlink and mknod that were not well tested. | Todd C. Miller |
2001-07-26 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |