summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Switch the default rpc implementation for NFS back to the new code. I believedfr2008-11-141-4/+0
* Temporarily switch NFS back to the old RPC code while I try to diagnose anddfr2008-11-131-0/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-036-8/+893
* Document a few sysctls in the NFS client and server code.trhodes2008-11-024-19/+33
* Improve VFS locking:attilio2008-11-022-3/+3
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-10/+10
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-237-17/+16
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-2/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-023-1/+6
* Part 1 of making shared lookups more resilient with respect to forcedjhb2008-09-241-1/+4
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-201-3/+23
* Add code to parse NFS mount options passed as individualrodrigc2008-09-131-23/+254
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-3/+3
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-283-38/+34
* Commit step 1 of the vimage project, (network stack)bz2008-08-174-14/+18
* Try again not to use a userspace pointer in the kernel when trying to recorddfr2008-07-241-1/+1
* Don't use a userspace pointer in the kernel when trying to record the hostnamedfr2008-07-241-8/+12
* Move the NFS/RPC code away from lbolt.ed2008-07-222-6/+9
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-052-0/+4
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-266-2/+28
* Once the ENOLCK is detected we expect to retry the acquisition.attilio2008-05-271-1/+3
* Allow the block size used when booting over NFS to be overridden. It defaultsbenno2008-05-161-2/+7
* Add code to allow the system to handle multiple routing tables.julian2008-05-092-2/+4
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* Move the head of byte-level advisory lock list from thekib2008-04-163-28/+41
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-262-0/+24
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-253-29/+18
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-223-38/+36
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Expand the nfs_opts array to include all possible stringrodrigc2008-03-051-1/+4
* In nfs_mount(), default initialize struct nfs_argsrodrigc2008-03-051-1/+25
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-252-3/+2
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-2/+2
* Prevent the NFS client from losing MNT_ROOTFS on the rootyar2008-02-171-9/+6
* - Add real assertions to lockmgr locking primitives.attilio2008-02-131-3/+2
* Consolidate the code to generate a new XID for a NFS request into ajhb2008-02-133-22/+25
* Switch the default NFS mount mode from UDP to TCP. UDP mounts are akris2008-02-111-2/+2
* namei() can call underlying nfs_readlink() passing a struct uio pointerattilio2008-02-093-9/+9
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoattilio2008-02-081-1/+1
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-1/+1
* - Introduce the function lockmgr_recursed() which returns true if theattilio2008-01-192-5/+6
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-133-5/+5
* The previous revision broke the case of reconnecting to a TCP NFS serverjhb2008-01-111-1/+22
* Pass curthread to various socket routines (socreate(), sobind(), andjhb2008-01-101-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-5/+5
* Remove hacks from the NFSv2/3 client intended to handle a lack of arwatson2007-11-191-25/+4
* Add the following mount options to the nfs_opts array:rodrigc2007-10-271-1/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-3/+3
* Add a -z flag to nfsstat which zeros the NFS statistics after displayingjhb2007-10-181-1/+1
OpenPOWER on IntegriCloud