| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -2/+2 |
* | Prevent the NFS client from losing MNT_ROOTFS on the root | yar | 2008-02-17 | 1 | -9/+6 |
* | - Add real assertions to lockmgr locking primitives. | attilio | 2008-02-13 | 1 | -3/+2 |
* | Consolidate the code to generate a new XID for a NFS request into a | jhb | 2008-02-13 | 3 | -22/+25 |
* | Switch the default NFS mount mode from UDP to TCP. UDP mounts are a | kris | 2008-02-11 | 1 | -2/+2 |
* | namei() can call underlying nfs_readlink() passing a struct uio pointer | attilio | 2008-02-09 | 3 | -9/+9 |
* | Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into | attilio | 2008-02-08 | 1 | -1/+1 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -1/+1 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 2 | -5/+6 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 3 | -5/+5 |
* | The previous revision broke the case of reconnecting to a TCP NFS server | jhb | 2008-01-11 | 1 | -1/+22 |
* | Pass curthread to various socket routines (socreate(), sobind(), and | jhb | 2008-01-10 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 2 | -5/+5 |
* | Remove hacks from the NFSv2/3 client intended to handle a lack of a | rwatson | 2007-11-19 | 1 | -25/+4 |
* | Add the following mount options to the nfs_opts array: | rodrigc | 2007-10-27 | 1 | -1/+4 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -3/+3 |
* | Add a -z flag to nfsstat which zeros the NFS statistics after displaying | jhb | 2007-10-18 | 1 | -1/+1 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -1/+1 |
* | NFS MP scaling changes. | mohans | 2007-10-12 | 4 | -75/+131 |
* | Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idle | mohans | 2007-09-25 | 2 | -3/+20 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 4 | -50/+14 |
* | Fix for a race where out of order loading of NFS attrs into the | jhb | 2007-07-03 | 1 | -1/+17 |
* | Fix up NFS client write error handling. Errors are split into | jhb | 2007-07-03 | 1 | -0/+15 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -4/+4 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -1/+1 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -4/+4 |
* | In nfs_down(), if rep can be NULL, which we test for, then we should | rwatson | 2007-05-18 | 1 | -3/+4 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -4/+4 |
* | Various fixes to the NFS Directio support. | jhb | 2007-04-25 | 2 | -6/+11 |
* | Attempt to rationalize NFS privileges: | rwatson | 2007-04-21 | 1 | -11/+5 |
* | Don't destroy a mutex just before we use it, instead, | delphij | 2007-03-23 | 1 | -1/+1 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+11 |
* | Back out a chance to nfs_timer() that inadvertantly crept in the last checkin :( | mohans | 2007-03-09 | 1 | -1/+1 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 4 | -2/+31 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 1 | -1/+1 |
* | Backing out an earlier change. It seems harmless for NFS to miss the "force | mohans | 2007-02-16 | 1 | -6/+0 |
* | Add missing MNT_ILOCK around some mnt_kern_flag accesses. | mohans | 2007-02-11 | 1 | -0/+6 |
* | Fix for a vnode lock leak in nfs_create() in the event of an error. | mohans | 2007-01-31 | 1 | -0/+2 |
* | Instead of always hard-coding the socket type for the nfs root mount as | kris | 2007-01-30 | 1 | -1/+1 |
* | Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead | bde | 2007-01-25 | 2 | -7/+7 |
* | Cylinder group bitmaps and blocks containing inode for a snapshot | kib | 2007-01-23 | 1 | -0/+1 |
* | NetApp filers return corrupt post op attrs in the wcc on NFS error responses. | mohans | 2006-12-11 | 1 | -1/+8 |
* | consolidate parsing of nfs root mount options in one place | sam | 2006-12-06 | 4 | -51/+77 |
* | In nfs_nget(), we must initialize the fh in the nfsnode before inserting the | mohans | 2006-11-29 | 1 | -6/+6 |
* | bde@ pointed out that tprintf() acquires Giant so callers of tprintf() don't | mohans | 2006-11-27 | 1 | -6/+4 |
* | Fix for a bug caused by a race when 2 threads lookup the same | mohans | 2006-11-27 | 1 | -1/+7 |
* | 1) Fix up locking in nfs_up() and nfs_down. | mohans | 2006-11-20 | 2 | -31/+40 |
* | vfs_hash_insert() vputs() the losing vnode before returning, in the event of | mohans | 2006-11-16 | 1 | -2/+1 |
* | Fix to readdir+ reply handling. When inserting an entry into the namecache, | mohans | 2006-11-16 | 1 | -0/+2 |
* | honor nolockd flag in root mount options | sam | 2006-11-07 | 1 | -0/+2 |