| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 1 | -1/+1 |
* | Reimplement r189287 for -stable: | Alexander Kabaev | 2009-04-12 | 1 | -1/+1 |
* | MFC 183005, 187812: | Craig Rodrigues | 2009-03-23 | 1 | -23/+264 |
* | MFC: r180025,180064,180069,180217,180743,180779-180780 | Doug Rabson | 2008-08-05 | 1 | -4/+15 |
* | MFC an ABI compatible implementation of Multiple routing tables. | Julian Elischer | 2008-07-24 | 1 | -0/+1 |
* | MFC: Add a -z flag to nfsstat which zeros the NFS statistics after | John Baldwin | 2007-10-26 | 1 | -1/+1 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -2/+0 |
* | Don't destroy a mutex just before we use it, instead, | Xin LI | 2007-03-23 | 1 | -1/+1 |
* | Instead of always hard-coding the socket type for the nfs root mount as | Kris Kennaway | 2007-01-30 | 1 | -1/+1 |
* | Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead | Bruce Evans | 2007-01-25 | 1 | -7/+6 |
* | consolidate parsing of nfs root mount options in one place | Sam Leffler | 2006-12-06 | 1 | -2/+7 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+1 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -3/+13 |
* | Fixes up the handling of shared vnode lock lookups in the NFS client, | Mohan Srinivasan | 2006-09-13 | 1 | -4/+4 |
* | Add a new kernel environment variable "boot.netif.mtu" which is used to | Brooks Davis | 2006-08-09 | 1 | -0/+10 |
* | Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag was | Mohan Srinivasan | 2006-05-30 | 1 | -1/+2 |
* | Fix for a potential attempt to sleep while holding nm_mtx. Caught and reported | Mohan Srinivasan | 2006-05-26 | 1 | -1/+1 |
* | NFS over TCP retransmit behavior should default to a 60 second time out, | Chuck Lever | 2006-05-23 | 1 | -2/+7 |
* | Changes to make the NFS client MP safe. | Mohan Srinivasan | 2006-05-19 | 1 | -35/+57 |
* | - Busy the filesystem in nfs_statfs to prevent us from creating a new | Jeff Roberson | 2006-04-01 | 1 | -1/+7 |
* | Add marker vnodes to ensure that all vnodes associated with the mount point are | Tor Egge | 2006-01-09 | 1 | -2/+3 |
* | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -5/+5 |
* | Fix a serious deadlock with the NFS client. Given a large enough | Brian Feldman | 2005-06-10 | 1 | -0/+9 |
* | Ugh. Previous commit got the logic exactly backward. | Dag-Erling Smørgrav | 2005-05-17 | 1 | -2/+2 |
* | Revision 1.173 broke updating a mount from ro to rw. Fix that by clearing | Dag-Erling Smørgrav | 2005-05-17 | 1 | -1/+11 |
* | Don't copy the NFSMNT_* flags into struct statfs's f_flags field, | Ian Dowse | 2005-05-02 | 1 | -1/+0 |
* | When NFS was converted to the new mount syscall, code was written that sets | Dag-Erling Smørgrav | 2005-04-27 | 1 | -3/+1 |
* | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -1/+1 |
* | Mostly back out rev 1.33 from quite some time ago, and the followup fixes | Peter Wemm | 2005-01-18 | 1 | -25/+11 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | First cut of NFS direct IO support. | Paul Saab | 2004-12-15 | 1 | -0/+1 |
* | Don't clobber mnt_stat.f_mntonname | Poul-Henning Kamp | 2004-12-07 | 1 | -13/+8 |
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | Poul-Henning Kamp | 2004-12-07 | 1 | -21/+51 |
* | Rewrite of the NFS client's reply handling. We now have NFS socket | Paul Saab | 2004-12-06 | 1 | -0/+9 |
* | Convert GIANT_REQUIRED; in nfs_mountroot() to NET_ASSERT_GIANT(), | Robert Watson | 2004-12-05 | 1 | -1/+6 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp | 2004-12-05 | 1 | -5/+0 |
* | Fix for a (blocks) underrun bug where negative values were being | Paul Saab | 2004-12-01 | 1 | -3/+4 |
* | Detect root mount attempts on the flag, not on the NULL path. | Poul-Henning Kamp | 2004-11-09 | 1 | -1/+1 |
* | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | Poul-Henning Kamp | 2004-10-22 | 1 | -1/+2 |
* | Add a missing newline character. | Pawel Jakub Dawidek | 2004-10-14 | 1 | -1/+2 |
* | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 1 | -4/+3 |
* | Remove global variable rootdevs and rootvp, they are unused as such. | Poul-Henning Kamp | 2004-07-28 | 1 | -2/+0 |
* | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 1 | -2/+2 |
* | Change the following environment variables to kernel options: | Brian Somers | 2004-07-08 | 1 | -11/+5 |
* | Change the following kernel options to environment variables: | Brian Somers | 2004-07-08 | 1 | -5/+11 |
* | use vfs_suser() to restrict access to the nfs mount's timeout. | Alfred Perlstein | 2004-07-06 | 1 | -0/+3 |
* | NFS mobility Phase VI: | Alfred Perlstein | 2004-07-06 | 1 | -1/+50 |
* | NFS mobility PHASE I, II & III (phase VI, and V pending): | Alfred Perlstein | 2004-07-06 | 1 | -0/+26 |
* | When we traverse the vnodes on a mountpoint we need to look out for | Poul-Henning Kamp | 2004-07-04 | 1 | -11/+2 |