| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs | Ken Smith | 2009-05-01 | 21 | -21/+21 |
| * | Reimplement r189287 for -stable: | Alexander Kabaev | 2009-04-12 | 1 | -1/+1 |
| * | MFC 183005, 187812: | Craig Rodrigues | 2009-03-23 | 1 | -23/+264 |
| * | MFC: Add a new vfs.nfs.prime_access_cache sysctl to determine whether or | John Baldwin | 2009-03-20 | 1 | -1/+6 |
| * | MFC: Don't clear the attribute cache of a file when it is closed. | John Baldwin | 2009-02-26 | 1 | -7/+0 |
| * | MFC r183211: | Konstantin Belousov | 2009-01-21 | 1 | -3/+23 |
| * | MFC: Close several races with using shared vnode locks for pathname lookups | John Baldwin | 2009-01-20 | 1 | -1/+4 |
| * | MFC: r180025,180064,180069,180217,180743,180779-180780 | Doug Rabson | 2008-08-05 | 6 | -6/+36 |
| * | MFC r178243: | Konstantin Belousov | 2008-08-01 | 3 | -28/+41 |
| * | MFC an ABI compatible implementation of Multiple routing tables. | Julian Elischer | 2008-07-24 | 2 | -2/+4 |
| * | Merge r177253, r177255 from head to stable/7: | Robert Watson | 2008-07-22 | 1 | -1/+1 |
| * | MFC: Kernel mode Network Lock Manager. | Doug Rabson | 2008-04-10 | 2 | -0/+24 |
| * | MFC: Consolidate the code to generate a new XID for a NFS request. | John Baldwin | 2008-03-05 | 3 | -22/+25 |
| * | MFC: Force consistent use of the mountpoint's credentials when connecting | John Baldwin | 2008-01-17 | 1 | -1/+22 |
| * | Merge nfs_vnops.c:1.277 from HEAD to RELENG_7: | Robert Watson | 2007-11-27 | 1 | -25/+4 |
| * | MFC: Add a -z flag to nfsstat which zeros the NFS statistics after | John Baldwin | 2007-10-26 | 1 | -1/+1 |
| * | MFC: | Mohan Srinivasan | 2007-10-12 | 4 | -75/+131 |
| * | Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idle | Mohan Srinivasan | 2007-09-25 | 2 | -3/+20 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 4 | -50/+14 |
| * | Fix for a race where out of order loading of NFS attrs into the | John Baldwin | 2007-07-03 | 1 | -1/+17 |
| * | Fix up NFS client write error handling. Errors are split into | John Baldwin | 2007-07-03 | 1 | -0/+15 |
| * | Do proper "locking" for missing vmmeters part. | Attilio Rao | 2007-06-04 | 1 | -4/+4 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -1/+1 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -4/+4 |
| * | In nfs_down(), if rep can be NULL, which we test for, then we should | Robert Watson | 2007-05-18 | 1 | -3/+4 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -4/+4 |
| * | Various fixes to the NFS Directio support. | John Baldwin | 2007-04-25 | 2 | -6/+11 |
| * | Attempt to rationalize NFS privileges: | Robert Watson | 2007-04-21 | 1 | -11/+5 |
| * | Don't destroy a mutex just before we use it, instead, | Xin LI | 2007-03-23 | 1 | -1/+1 |
| * | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 1 | -0/+11 |
| * | Back out a chance to nfs_timer() that inadvertantly crept in the last checkin :( | Mohan Srinivasan | 2007-03-09 | 1 | -1/+1 |
| * | Over NFS, an open() call could result in multiple over-the-wire | Mohan Srinivasan | 2007-03-09 | 4 | -2/+31 |
| * | Use pause() rather than tsleep() on stack variables and function pointers. | John Baldwin | 2007-02-27 | 1 | -1/+1 |
| * | Backing out an earlier change. It seems harmless for NFS to miss the "force | Mohan Srinivasan | 2007-02-16 | 1 | -6/+0 |
| * | Add missing MNT_ILOCK around some mnt_kern_flag accesses. | Mohan Srinivasan | 2007-02-11 | 1 | -0/+6 |
| * | Fix for a vnode lock leak in nfs_create() in the event of an error. | Mohan Srinivasan | 2007-01-31 | 1 | -0/+2 |
| * | 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 | 2 | -7/+7 |
| * | Cylinder group bitmaps and blocks containing inode for a snapshot | Konstantin Belousov | 2007-01-23 | 1 | -0/+1 |
| * | NetApp filers return corrupt post op attrs in the wcc on NFS error responses. | Mohan Srinivasan | 2006-12-11 | 1 | -1/+8 |
| * | consolidate parsing of nfs root mount options in one place | Sam Leffler | 2006-12-06 | 4 | -51/+77 |
| * | In nfs_nget(), we must initialize the fh in the nfsnode before inserting the | Mohan Srinivasan | 2006-11-29 | 1 | -6/+6 |
| * | bde@ pointed out that tprintf() acquires Giant so callers of tprintf() don't | Mohan Srinivasan | 2006-11-27 | 1 | -6/+4 |
| * | Fix for a bug caused by a race when 2 threads lookup the same | Mohan Srinivasan | 2006-11-27 | 1 | -1/+7 |
| * | 1) Fix up locking in nfs_up() and nfs_down. | Mohan Srinivasan | 2006-11-20 | 2 | -31/+40 |
| * | vfs_hash_insert() vputs() the losing vnode before returning, in the event of | Mohan Srinivasan | 2006-11-16 | 1 | -2/+1 |
| * | Fix to readdir+ reply handling. When inserting an entry into the namecache, | Mohan Srinivasan | 2006-11-16 | 1 | -0/+2 |
| * | honor nolockd flag in root mount options | Sam Leffler | 2006-11-07 | 1 | -0/+2 |
| * | Make EWOULDBLOCK a recoverable error so that the request is retransmitted. | Mohan Srinivasan | 2006-10-31 | 1 | -2/+2 |
| * | Fixed some style bugs (especially ones involving long lines and use | Bruce Evans | 2006-10-17 | 1 | -17/+19 |