| Commit message (Expand) | Author | Age | Files | Lines |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | kib | 2008-09-20 | 1 | -3/+23 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -34/+30 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -2/+3 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 1 | -2/+9 |
* | Once the ENOLCK is detected we expect to retry the acquisition. | attilio | 2008-05-27 | 1 | -1/+3 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 1 | -19/+23 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+23 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 1 | -33/+27 |
* | - Add real assertions to lockmgr locking primitives. | attilio | 2008-02-13 | 1 | -3/+2 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 1 | -4/+5 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+2 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | Remove hacks from the NFSv2/3 client intended to handle a lack of a | rwatson | 2007-11-19 | 1 | -25/+4 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -1/+1 |
* | Various fixes to the NFS Directio support. | jhb | 2007-04-25 | 1 | -0/+4 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 1 | -1/+10 |
* | Fix for a vnode lock leak in nfs_create() in the event of an error. | mohans | 2007-01-31 | 1 | -0/+2 |
* | Cylinder group bitmaps and blocks containing inode for a snapshot | kib | 2007-01-23 | 1 | -0/+1 |
* | Fix to readdir+ reply handling. When inserting an entry into the namecache, | mohans | 2006-11-16 | 1 | -0/+2 |
* | Don't do null Setattr RPCs for VA_MARK_ATIME. When we added the | bde | 2006-10-14 | 1 | -2/+2 |
* | Add mnt_noasync counter to better handle interleaved calls to nmount(), | tegge | 2006-09-26 | 1 | -1/+1 |
* | Fixes up the handling of shared vnode lock lookups in the NFS client, | mohans | 2006-09-13 | 1 | -5/+5 |
* | Always supply curthread as argument to nfs_asyncio and nfs_doio | kib | 2006-07-08 | 1 | -8/+2 |
* | Changes to make the NFS client MP safe. | mohans | 2006-05-19 | 1 | -83/+236 |
* | Keep track of the number of in-progress async direct IO writes in the nfsnode. | mohans | 2006-04-06 | 1 | -1/+16 |
* | Fix a bug in NFSv3 READDIRPLUS reply processing | cel | 2006-03-08 | 1 | -1/+5 |
* | Correct a typo | delphij | 2005-12-28 | 1 | -1/+1 |
* | - Always return success from NFS strategy. nfs_doio(), in the | ps | 2005-11-21 | 1 | -4/+3 |
* | fix a crash when an nfsv2 mount fails | jon | 2005-11-10 | 1 | -2/+4 |
* | Fix for a crash (from nfs_lookup() in an error case). | ps | 2005-11-03 | 1 | -1/+1 |
* | In nfs_flush(), clear the NMODIFIED bit only if there are no dirty | ps | 2005-11-03 | 1 | -1/+2 |
* | - cache_lookup() relocks the parent in the DOTDOT case for us. | jeff | 2005-04-14 | 1 | -2/+0 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -3/+2 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -3/+2 |
* | - cache_lookup() now locks the new vnode for us to prevent some races. | jeff | 2005-03-29 | 1 | -38/+18 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -45/+10 |
* | - It is no longer necessary to lock and unlock the vnode in nfs_close() as | jeff | 2005-03-13 | 1 | -6/+1 |
* | vp->v_id is a private field for the vfs namecache and it is a big mistake | phk | 2005-02-22 | 1 | -13/+9 |
* | Try to unbreak the vnode locking around vop_reclaim() (based mostly on | phk | 2005-02-19 | 1 | -0/+2 |
* | Style cleanup for O_DIRECT sysctl comment introduced in nfs_vnops.c:1.242. | rwatson | 2005-01-29 | 1 | -8/+9 |
* | Create a vnode_pager object when a file is opened. | phk | 2005-01-24 | 1 | -0/+1 |
* | Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments | phk | 2005-01-24 | 1 | -12/+9 |
* | Add BO_SYNC() and add a default which uses the secret vnode pointer | phk | 2005-01-11 | 1 | -0/+1 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -7/+7 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Turn NFS directio off until the stability issues are resolved. | ps | 2004-12-23 | 1 | -1/+1 |
* | Change the NFS sillyrename convention so that we won't run out | ps | 2004-12-16 | 1 | -11/+17 |
* | First cut of NFS direct IO support. | ps | 2004-12-15 | 1 | -0/+39 |
* | Revert rev 1.233. The null-pointer function call (a dereference on | marcel | 2004-12-11 | 1 | -3/+3 |
* | In nfs_rename(), skip the otw rename operation if the fsync (to | ps | 2004-12-10 | 1 | -3/+10 |