summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new kernel environment variable "boot.netif.mtu" which is used tobrooks2006-08-091-0/+10
* Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag wasmohans2006-05-301-1/+2
* Fix for a potential attempt to sleep while holding nm_mtx. Caught and reportedmohans2006-05-261-1/+1
* NFS over TCP retransmit behavior should default to a 60 second time out,cel2006-05-231-2/+7
* Changes to make the NFS client MP safe.mohans2006-05-191-35/+57
* - Busy the filesystem in nfs_statfs to prevent us from creating a newjeff2006-04-011-1/+7
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-2/+3
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-5/+5
* Fix a serious deadlock with the NFS client. Given a large enoughgreen2005-06-101-0/+9
* Ugh. Previous commit got the logic exactly backward.des2005-05-171-2/+2
* Revision 1.173 broke updating a mount from ro to rw. Fix that by clearingdes2005-05-171-1/+11
* Don't copy the NFSMNT_* flags into struct statfs's f_flags field,iedowse2005-05-021-1/+0
* When NFS was converted to the new mount syscall, code was written that setsdes2005-04-271-3/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+1
* Mostly back out rev 1.33 from quite some time ago, and the followup fixespeter2005-01-181-25/+11
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* First cut of NFS direct IO support.ps2004-12-151-0/+1
* Don't clobber mnt_stat.f_mntonnamephk2004-12-071-13/+8
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-071-21/+51
* Rewrite of the NFS client's reply handling. We now have NFS socketps2004-12-061-0/+9
* Convert GIANT_REQUIRED; in nfs_mountroot() to NET_ASSERT_GIANT(),rwatson2004-12-051-1/+6
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-5/+0
* Fix for a (blocks) underrun bug where negative values were beingps2004-12-011-3/+4
* Detect root mount attempts on the flag, not on the NULL path.phk2004-11-091-1/+1
OpenPOWER on IntegriCloud