]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/nfsclient
Sync with sys/i386/isa/isa.c revision 1.114.
[FreeBSD/FreeBSD.git] / sys / nfsclient /
1998-10-05 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-29 mckusickIn nfs_link(), check for a cross-device mount *before...
1998-09-29 mckusickMissing vput when cross-device link error is detected...
1998-09-29 mckusickDuring truncation, have to notify the VM about the...
1998-09-29 mckusickFrank sez: 'It fixes a problem with servers that return...
1998-09-29 mckusickDo not need (or want) to take a reference on an NFS...
1998-09-29 mckusickThe code checks each fragment mark to see if it's valid...
1998-09-29 mckusickMark directory buffers that have no valid data with...
1998-09-29 mckusickWhen adding data to a buffer, we need to clear the...
1998-09-25 rvbThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-09 markmThis commit was generated by cvs2svn to compensate...
1998-09-07 bdeRemoved statically configured mount type numbers (MOUNT...
1998-09-07 bdeMade unloading of the nfs LKM sort of work. This is...
1998-09-06 jdpThis commit was generated by cvs2svn to compensate...
1998-09-05 bdeIgnore the statically configured vfs type numbers and...
1998-09-05 bdeInstantiate `nfs_mount_type' in a standard file so...
1998-09-04 dfrCosmetic changes to the PAGE_XXX macros to make them...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-01 luoqiCheck for NULL pointer before freeing a struct sockaddr...
1998-08-29 rvbThis commit was generated by cvs2svn to compensate...
1998-08-27 abialThis commit was generated by cvs2svn to compensate...
1998-08-23 obrienThis commit was generated by cvs2svn to compensate...
1998-08-23 wollmanYow! Completely change the way socket options are...
1998-08-21 msmithThis commit was generated by cvs2svn to compensate...
1998-08-20 msmithThis commit was generated by cvs2svn to compensate...
1998-08-18 bdeFixed printf format errors.
1998-08-13 dfrProtect all modifications to v_numoutput with splbio().
1998-08-12 bdeDon't configure compatibility code for pre-Lite2 mount...
1998-08-03 peterThis commit was generated by cvs2svn to compensate...
1998-08-01 peterIf we get an ENOBUFS from the network, it's normally...
1998-07-15 bdeCast pointers to uintptr_t/intptr_t instead of to u_lon...
1998-07-09 desThis commit was generated by cvs2svn to compensate...
1998-07-08 dtThis commit was generated by cvs2svn to compensate...
1998-07-06 rnordierThis commit was generated by cvs2svn to compensate...
1998-07-04 julianVOP_STRATEGY grows an (struct vnode *) argument
1998-06-30 jmgfix buildworld hopefully be3fore anyone complains...
1998-06-30 jmgconvert some nfs tunables to options, these are:
1998-06-21 bdeFixed typo in ifdefed code. (NFS_ACDEBUG is not in...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-14 bdeAvoid an egcs pessimization for 64-bit signed division...
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-06-07 dfrThis commit fixes various 64bit portability problems...
1998-06-01 peterMake sure we go a nfs_fsinfo() in get/putpages before...
1998-06-01 peterFix post-test pre-commit cleanup typo.
1998-06-01 peterreadlink() returns EINVAL rather than EPERM if called...
1998-06-01 peterPreset the maximum file size before we get to nfs_fsinf...
1998-05-31 peterFor the on-the-wire protocol, u_long -> u_int32_t;...
1998-05-31 peterSupport 'mount -u' remounts. This may require disconne...
1998-05-31 peterxdr encode -1 properly.
1998-05-31 peterFully fill in nfsv2 write rpc requests rather than...
1998-05-31 peterDon't silently fail to set file flags.
1998-05-31 peterDon't blindly accept the server's preferences if they...
1998-05-31 peterPrototype support for selectively allowing non-reserved...
1998-05-31 peterDon't pass a second copy of the uid/gid in with the...
1998-05-31 peterUse the new SB_UPCALL flag,
1998-05-31 peterNFS_SMALLFH is defined in nfsproto.h, not sys/mount.h
1998-05-31 peterDon't let the user try "rmdir ."
1998-05-31 peterDon't let the user try and unlink() a directory on...
1998-05-31 peterWhen a write rpc returns an error, break the loop.
1998-05-31 peterDon't leak an mbuf when a write rpc returns zero bytes...
1998-05-31 peter#ifdef a diagnostic printf
1998-05-31 peterDon't try and free mrep twice on some error conditions.
1998-05-31 peter#ifdef a diagnostic panic, plus another missed costmeti...
1998-05-31 peterWe have gained 2 more errno's, add them to the NFSv2...
1998-05-31 peterMissed a cosmetic change that the other BSD's have.
1998-05-31 peteroops, nfs_msg() is called from client code too.
1998-05-31 peterWhen we can't reconnect a socket, don't forget to unloc...
1998-05-31 peterDon't log zero length reads, this can happen during...
1998-05-31 peterConsider for readdir chunk sizes when tuning socket...
1998-05-31 peterSome const's
1998-05-31 peterNFS Jumbo commit part 1. Cosmetic and structural chang...
1998-05-31 peterVOP_ABORTUP() appears to be called with the wrong vnode...
1998-05-30 peterWhen using NFSv3, use the remote server's idea of the...
1998-05-24 peterConvert a couple of large allocations to use zones...
1998-05-20 peters/flags/flag/
1998-05-20 peterA cleaner fix for PR#5102, clear nonsense flags at...
1998-05-20 peterDon't change argp->flags after it's been copied.
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 peterAllow control of the attribute cache timeouts at mount...
1998-05-16 bdeGet timespecs directly instead of via timevals.
1998-05-16 bdeDon't abuse `+' to combine flags.
1998-05-16 bdeBacked out rev.1.76. It just added style bugs.
1998-05-16 bdeGet timespecs directly instead of via timevals.
1998-05-13 peterAdd missing arg to vget().. Serves me right for committ...
1998-05-13 peterHold a reference to the vnode during the sillyrename...
1998-05-13 peterMove the *vpp initialization earlier so that it's set...
1998-05-07 msmithIn the words of the submitter:
1998-05-06 msmithAs described by the submitter:
1998-05-03 peterThis commit was generated by cvs2svn to compensate...
1998-05-02 peterThis commit was generated by cvs2svn to compensate...
1998-04-29 andreasThis commit was generated by cvs2svn to compensate...
next