summaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* Reimplement r189287 for -stable:Alexander Kabaev2009-04-121-1/+1
* MFC 183005, 187812:Craig Rodrigues2009-03-231-23/+264
* MFC: r180025,180064,180069,180217,180743,180779-180780Doug Rabson2008-08-051-4/+15
* MFC an ABI compatible implementation of Multiple routing tables.Julian Elischer2008-07-241-0/+1
* MFC: Add a -z flag to nfsstat which zeros the NFS statistics afterJohn Baldwin2007-10-261-1/+1
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-2/+0
* Don't destroy a mutex just before we use it, instead,Xin LI2007-03-231-1/+1
* Instead of always hard-coding the socket type for the nfs root mount asKris Kennaway2007-01-301-1/+1
* Unstaticize nfs_iosize() in nfsclient and use it in nfs4client insteadBruce Evans2007-01-251-7/+6
* consolidate parsing of nfs root mount options in one placeSam Leffler2006-12-061-2/+7
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-0/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-3/+13
* Fixes up the handling of shared vnode lock lookups in the NFS client,Mohan Srinivasan2006-09-131-4/+4
* Add a new kernel environment variable "boot.netif.mtu" which is used toBrooks Davis2006-08-091-0/+10
* Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag wasMohan Srinivasan2006-05-301-1/+2
* Fix for a potential attempt to sleep while holding nm_mtx. Caught and reportedMohan Srinivasan2006-05-261-1/+1
* NFS over TCP retransmit behavior should default to a 60 second time out,Chuck Lever2006-05-231-2/+7
* Changes to make the NFS client MP safe.Mohan Srinivasan2006-05-191-35/+57
* - Busy the filesystem in nfs_statfs to prevent us from creating a newJeff Roberson2006-04-011-1/+7
* Add marker vnodes to ensure that all vnodes associated with the mount point areTor Egge2006-01-091-2/+3
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-5/+5
* Fix a serious deadlock with the NFS client. Given a large enoughBrian Feldman2005-06-101-0/+9
* Ugh. Previous commit got the logic exactly backward.Dag-Erling Smørgrav2005-05-171-2/+2
* Revision 1.173 broke updating a mount from ro to rw. Fix that by clearingDag-Erling Smørgrav2005-05-171-1/+11
* Don't copy the NFSMNT_* flags into struct statfs's f_flags field,Ian Dowse2005-05-021-1/+0
* When NFS was converted to the new mount syscall, code was written that setsDag-Erling Smørgrav2005-04-271-3/+1
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+1
* Mostly back out rev 1.33 from quite some time ago, and the followup fixesPeter Wemm2005-01-181-25/+11
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* First cut of NFS direct IO support.Paul Saab2004-12-151-0/+1
* Don't clobber mnt_stat.f_mntonnamePoul-Henning Kamp2004-12-071-13/+8
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyPoul-Henning Kamp2004-12-071-21/+51
* Rewrite of the NFS client's reply handling. We now have NFS socketPaul Saab2004-12-061-0/+9
* Convert GIANT_REQUIRED; in nfs_mountroot() to NET_ASSERT_GIANT(),Robert Watson2004-12-051-1/+6
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-5/+0
* Fix for a (blocks) underrun bug where negative values were beingPaul Saab2004-12-011-3/+4
* Detect root mount attempts on the flag, not on the NULL path.Poul-Henning Kamp2004-11-091-1/+1
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.Poul-Henning Kamp2004-10-221-1/+2
* Add a missing newline character.Pawel Jakub Dawidek2004-10-141-1/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-4/+3
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-2/+0
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+2
* Change the following environment variables to kernel options:Brian Somers2004-07-081-11/+5
* Change the following kernel options to environment variables:Brian Somers2004-07-081-5/+11
* 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-061-0/+26
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-041-11/+2