summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-241-0/+1
* Change the current working directory to be inside the jail created bycperciva2010-05-271-0/+5
* Factor out the code shared between NFS client and server into its ownmarius2010-02-161-0/+1
* Add a timeout for the negative name cache entries in the NFS client.rmacklem2010-01-211-6/+18
* Reduce recursions on curvnet and thus spamming the console with warningzec2010-01-091-4/+7
* Add a few more V_hacks to nfsclient to allow machines with a VIMAGEbz2009-12-131-0/+5
* Reverting the previous change for now. Some users reports the patchqingli2009-09-151-0/+4
* Simply remove the code instead of using "#if 0".qingli2009-09-151-6/+0
* The bootp code installs an interface address and the nfs clientqingli2009-09-151-0/+4
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.dfr2009-06-301-2/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-16/+1
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-1/+2
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-10/+5
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-1/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-10/+17
* Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount optionsrodrigc2009-01-281-4/+8
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-3/+58
* Document a few sysctls in the NFS client and server code.trhodes2008-11-021-8/+13
* Improve VFS locking:attilio2008-11-021-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+4
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+1
* 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-281-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-3/+4
* 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-221-1/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+2
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-0/+7
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+1
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-221-0/+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-251-2/+1
* Prevent the NFS client from losing MNT_ROOTFS on the rootyar2008-02-171-9/+6
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoattilio2008-02-081-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+2
* Add the following mount options to the nfs_opts array:rodrigc2007-10-271-1/+4
* Add a -z flag to nfsstat which zeros the NFS statistics after displayingjhb2007-10-181-1/+1
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-2/+0
* Don't destroy a mutex just before we use it, instead,delphij2007-03-231-1/+1
* Instead of always hard-coding the socket type for the nfs root mount askris2007-01-301-1/+1
* Unstaticize nfs_iosize() in nfsclient and use it in nfs4client insteadbde2007-01-251-7/+6
* consolidate parsing of nfs root mount options in one placesam2006-12-061-2/+7
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-3/+13
* Fixes up the handling of shared vnode lock lookups in the NFS client,mohans2006-09-131-4/+4
OpenPOWER on IntegriCloud