summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Fix for a bug in nfs_mkdir() that called vrele() instead of vput()ps2004-11-291-2/+2
* - Eliminate the acquisition and release of the bqlock in bremfree() byjeff2004-11-181-0/+2
* Detect root mount attempts on the flag, not on the NULL path.phk2004-11-091-1/+1
* Retire b_magic now, we have the bufobj containing the same hint.phk2004-11-041-1/+0
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-244-36/+26
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-224-12/+10
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITphk2004-10-212-16/+10
* Add a missing newline character.pjd2004-10-141-1/+2
* nfsclient/nfs_bio.c has a PHOLD() without a PRELE(). Neither shoulddas2004-10-011-3/+1
* Remove support for using NFS device nodes.phk2004-09-283-97/+2
* Remove NFS4 vop method vector for devices: we are desupporing device nodesphk2004-09-271-1/+2
* style consistency.phk2004-09-271-1/+1
* Remove unused B_WRITEINPROG flagphk2004-09-152-13/+3
* Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().phk2004-09-074-22/+15
* In nfs_timer(), pass curthread rather than &thread0 into the protocolrwatson2004-08-251-4/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+3
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-282-0/+17
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-281-2/+0
* Eliminate unused second argument to reassignbuf() and simplify itphk2004-07-251-1/+1
* Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSEalfred2004-07-131-5/+1
* Rename Alfred's kern_setsockopt to so_setsockopt, as this seems adwmalone2004-07-121-2/+2
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+2
* Use SO_REUSEADDR and SO_REUSEPORT when reconnecting NFS mounts.alfred2004-07-121-2/+10
* Change the following environment variables to kernel options:brian2004-07-082-91/+81
* Change the following kernel options to environment variables:brian2004-07-082-81/+91
* Acquire socket lock in nfs_connect() connection/sleep loop to protectrwatson2004-07-061-6/+6
* use vfs_suser() to restrict access to the nfs mount's timeout.alfred2004-07-061-0/+3
* NFS mobility Phase VI:alfred2004-07-061-1/+50
* NFS mobility PHASE I, II & III (phase VI, and V pending):alfred2004-07-066-94/+267
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-042-16/+3
* When updating sb_flags, acquire the socket buffer lock to preventrwatson2004-06-241-0/+4
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Remove bad cookie vp kernel printf; while it does notify about anrwatson2004-06-171-1/+0
* Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used torwatson2004-06-163-6/+6
* Make vm_page's PG_ZERO flag immutable between the time of the page'salc2004-05-061-2/+0
* Let the NFS client notice a file's size changing as a modification.peadar2004-04-143-3/+13
* Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/gmarcel2004-04-111-1/+1
* Clean up properly when unloading NFS client module.peadar2004-04-114-2/+35
* Remove advertising clause from University of California Regent'simp2004-04-0715-60/+0
* Spell 2 as SHUT_RDWR when used as an argument to soshutdown().rwatson2004-04-041-1/+1
* Flush cached access mode after modifying a files attributes forpeadar2004-04-031-0/+2
* Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timerkan2004-03-281-0/+1
* only do nfs rpc callouts if there is work to do.rees2004-03-253-6/+8
* Add a comment with an explanation why we don't report EPIPE errors onpjd2004-03-171-0/+5
* Don't report EPIPE errors on nfs sockets. These can be due to idle tcppjd2004-03-171-2/+5
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultpeter2004-03-141-1/+1
* Allow kernel with the BOOTP option to boot when DHCP/BOOTP sets the rootbrooks2004-03-121-11/+37
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-112-3/+3
* Remove unused second arg to vfinddev().phk2004-03-111-3/+4
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-1/+1
OpenPOWER on IntegriCloud