summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Plug a memory leak in nfs_link.dfr1997-05-201-2/+2
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-194-9/+92
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-171-7/+1
* Use same syntax as netboot for root and swap mounts.tegge1997-05-141-163/+155
* Check the B_CLUSTER flag when choosing whether to use unstable or filesyncdfr1997-05-131-2/+2
* Don't keep addresses in mbuf chains. This should simplify the next rounddfr1997-05-133-38/+53
* Use the old nfs arguments in the nfs_diskless structure, to betegge1997-05-122-51/+58
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-115-16/+1985
* Implement a separate control for write gathering on NFSv3. This is turneddfr1997-05-102-4/+14
* Fix a nasty hang connected with write gathering. Also add debug printdfr1997-05-104-20/+42
* Prevent a mapped root which appears on the server as e.g. nobody fromdfr1997-05-091-3/+47
* Fix memory leak caused by the fact that the directory offset cookies anddfr1997-05-091-4/+4
* Now I can even execute "df" on my diskless :-)phk1997-05-041-31/+32
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thephk1997-05-041-3/+2
* Make nfs roots (diskless) functional again. It may still not be correct,phk1997-05-031-1/+5
* Allow NULL rpcs on non-privileged ports at all times to work around brokendfr1997-04-301-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-272-25/+35
* Fix broken usage of nm_readdirsize and increase the socket buffers for UDPdfr1997-04-222-13/+8
* Fix a bug where a program which appended many small records to a file coulddfr1997-04-191-1/+3
* Don't allow partial buffers to be cluster-comitted.dfr1997-04-181-4/+7
* Fix various bugs in the locking protocol, allowing proper shared locksdfr1997-04-045-24/+7
* The code which recovered from a modified directory situation did not checkdfr1997-04-031-1/+8
* Removed #include of <ufs/ufs/dir.h>. Nfs no longer depends on any ufsbde1997-03-292-4/+2
* Define our own version of DIRBLKSIZ instead of (ab)using ufs's value.bde1997-03-291-43/+5
* Add code that will reject nfs requests in teh kernel from nonprivilegedguido1997-03-272-2/+25
* Use the correct (relative to the implementation) ordering of args inpeter1997-03-251-1/+5
* The local fs interface does not allow link()/unlink() of directories,peter1997-03-251-4/+7
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-223-19/+29
* YAMInTheWrongDirectionF22 (part of rev.1.28.2.3: set B_CLUSTEROK forbde1997-03-091-2/+2
* Fixed a panic in nfs_writevp(). Lite2 provided a fix for a sillybde1997-02-281-5/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2224-24/+24
* Moved nqnfs_vop_lease_check() inside #ifndef NFS_NOSERVER.kato1997-02-191-2/+2
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatbde1997-02-181-5/+5
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1022-260/+375
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1424-24/+24
* Fix (properly, I hope) 'panic: sillyrename dir' crash that can happenwpaul1996-12-311-2/+3
* Convert the interface address and IP interface address structureswollman1996-12-131-3/+3
* Improve the queuing algorithms used by NFS' asynchronous i/o. Thedfr1996-11-069-89/+168
* If a large (>4096 bytes) directory was modified, the old directorydfr1996-10-212-7/+11
* Add four sysctl variables that joerg wanted.phk1996-10-201-1/+19
* Staticized `nfs_dwrite'.bde1996-10-121-2/+2
* This fixes a problem with the nfs socket handling code which happensdfr1996-10-112-7/+29
* In sys/time.h, struct timespec is defined as:nate1996-09-198-69/+69
* Release an unneeded reference to a vnode that was gained in a VFS_VGET().dg1996-09-051-1/+2
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+2
* Even though this looks like it, this is not a complex code change.dyson1996-08-215-258/+150
* Various fixes from frank@fwi.uva.nl (Frank van der Linden) viadfr1996-07-164-25/+58
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-5/+6
* Don't truncate minor or major numbers in the nfsv3 client.bde1996-06-232-6/+6
OpenPOWER on IntegriCloud