summaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.261 - fix a crash when an nfsv2 mount failsJonathan Chen2006-04-181-2/+4
* If an NFS server returns more than a few EJUKEBOX errors for a given RPCChuck Lever2006-04-021-8/+4
* Fix a bug in NFSv3 READDIRPLUS reply processingChuck Lever2006-03-291-1/+5
* MFC 1.263: a typo fix (diff reduction against -HEAD)Xin LI2006-03-241-1/+1
* MFC: fix for NFS client deadlock with exceptionally large write sizes.Brian Feldman2005-06-264-8/+74
* MFC 1.174: don't copy the NFSMNT_* flags into struct statfs's f_flagsIan Dowse2005-05-091-1/+0
* MFC: /*- and related license changesWarner Losh2005-01-3116-16/+16
* MFC: Include opt_bootp.h for BOOTP_NFSROOTBrian Somers2005-01-241-0/+2
* MFC: rev 1.171 (which mostly backed out 1.133 and followon fixup attempts).Peter Wemm2005-01-211-24/+11
* Merge nfs.h:1.86 from HEAD to RELENG_5:Robert Watson2005-01-031-1/+1
* Merge bootp_subr.c:1.62 from HEAD to RELENG_5:Robert Watson2005-01-031-1/+1
* Merge nfs_vfsops.c:1.164 from HEAD to RELENG_5:Robert Watson2004-12-221-1/+6
* MFC src/sys/nfsclient/nfs_bio.c, v1.136David Schultz2004-10-091-3/+1
* Merge nfs_socket.c:1.115 to RELENG_5:Robert Watson2004-08-301-4/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-4/+3
* Move a relic to its correct location(s): Put nfs diskless initializationPoul-Henning Kamp2004-07-282-0/+17
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-2/+0
* Eliminate unused second argument to reassignbuf() and simplify itPoul-Henning Kamp2004-07-251-1/+1
* Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSEAlfred Perlstein2004-07-131-5/+1
* Rename Alfred's kern_setsockopt to so_setsockopt, as this seems aDavid Malone2004-07-121-2/+2
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+2
* Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts.Alfred Perlstein2004-07-121-2/+10
* Change the following environment variables to kernel options:Brian Somers2004-07-082-91/+81
* Change the following kernel options to environment variables:Brian Somers2004-07-082-81/+91
* Acquire socket lock in nfs_connect() connection/sleep loop to protectRobert Watson2004-07-061-6/+6
* use vfs_suser() to restrict access to the nfs mount's timeout.Alfred Perlstein2004-07-061-0/+3
* NFS mobility Phase VI:Alfred Perlstein2004-07-061-1/+50
* NFS mobility PHASE I, II & III (phase VI, and V pending):Alfred Perlstein2004-07-066-94/+267
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-042-16/+3
* When updating sb_flags, acquire the socket buffer lock to preventRobert Watson2004-06-241-0/+4
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Remove bad cookie vp kernel printf; while it does notify about anRobert Watson2004-06-171-1/+0
* Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used toRobert Watson2004-06-163-6/+6
* Make vm_page's PG_ZERO flag immutable between the time of the page'sAlan Cox2004-05-061-2/+0
* Let the NFS client notice a file's size changing as a modification.Peter Edwards2004-04-143-3/+13
* Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/gMarcel Moolenaar2004-04-111-1/+1
* Clean up properly when unloading NFS client module.Peter Edwards2004-04-114-2/+35
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0715-60/+0
* Spell 2 as SHUT_RDWR when used as an argument to soshutdown().Robert Watson2004-04-041-1/+1
* Flush cached access mode after modifying a files attributes forPeter Edwards2004-04-031-0/+2
* Reset callout if in nfs_timeout and rpcclnt_timeout functions. TimerAlexander Kabaev2004-03-281-0/+1
* only do nfs rpc callouts if there is work to do.Jim Rees2004-03-253-6/+8
* Add a comment with an explanation why we don't report EPIPE errors onPawel Jakub Dawidek2004-03-171-0/+5
* Don't report EPIPE errors on nfs sockets. These can be due to idle tcpPawel Jakub Dawidek2004-03-171-2/+5
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultPeter Wemm2004-03-141-1/+1
* Allow kernel with the BOOTP option to boot when DHCP/BOOTP sets the rootBrooks Davis2004-03-121-11/+37
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathPoul-Henning Kamp2004-03-112-3/+3
* Remove unused second arg to vfinddev().Poul-Henning Kamp2004-03-111-3/+4
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-1/+1
* NFSv4 fixes from Connectathon 2004:Jim Rees2004-02-271-2/+0