| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP: | John Baldwin | 2009-01-21 | 1 | -2/+2 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -10/+10 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+3 |
* | Part 1 of making shared lookups more resilient with respect to forced | John Baldwin | 2008-09-24 | 1 | -1/+4 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | Konstantin Belousov | 2008-09-20 | 1 | -3/+23 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -34/+30 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -2/+3 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | Doug Rabson | 2008-06-26 | 1 | -2/+9 |
* | Once the ENOLCK is detected we expect to retry the acquisition. | Attilio Rao | 2008-05-27 | 1 | -1/+3 |
* | Move the head of byte-level advisory lock list from the | Konstantin Belousov | 2008-04-16 | 1 | -19/+23 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | Doug Rabson | 2008-03-26 | 1 | -0/+23 |
* | - Complete part of the unfinished bufobj work by consistently using | Jeff Roberson | 2008-03-22 | 1 | -33/+27 |
* | - Add real assertions to lockmgr locking primitives. | Attilio Rao | 2008-02-13 | 1 | -3/+2 |
* | - Introduce the function lockmgr_recursed() which returns true if the | Attilio Rao | 2008-01-19 | 1 | -4/+5 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -2/+2 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -2/+2 |
* | Remove hacks from the NFSv2/3 client intended to handle a lack of a | Robert Watson | 2007-11-19 | 1 | -25/+4 |
* | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -1/+1 |
* | Various fixes to the NFS Directio support. | John Baldwin | 2007-04-25 | 1 | -0/+4 |
* | Over NFS, an open() call could result in multiple over-the-wire | Mohan Srinivasan | 2007-03-09 | 1 | -1/+10 |
* | Fix for a vnode lock leak in nfs_create() in the event of an error. | Mohan Srinivasan | 2007-01-31 | 1 | -0/+2 |
* | Cylinder group bitmaps and blocks containing inode for a snapshot | Konstantin Belousov | 2007-01-23 | 1 | -0/+1 |
* | Fix to readdir+ reply handling. When inserting an entry into the namecache, | Mohan Srinivasan | 2006-11-16 | 1 | -0/+2 |
* | Don't do null Setattr RPCs for VA_MARK_ATIME. When we added the | Bruce Evans | 2006-10-14 | 1 | -2/+2 |
* | Add mnt_noasync counter to better handle interleaved calls to nmount(), | Tor Egge | 2006-09-26 | 1 | -1/+1 |
* | Fixes up the handling of shared vnode lock lookups in the NFS client, | Mohan Srinivasan | 2006-09-13 | 1 | -5/+5 |
* | Always supply curthread as argument to nfs_asyncio and nfs_doio | Konstantin Belousov | 2006-07-08 | 1 | -8/+2 |
* | Changes to make the NFS client MP safe. | Mohan Srinivasan | 2006-05-19 | 1 | -83/+236 |
* | Keep track of the number of in-progress async direct IO writes in the nfsnode. | Mohan Srinivasan | 2006-04-06 | 1 | -1/+16 |
* | Fix a bug in NFSv3 READDIRPLUS reply processing | Chuck Lever | 2006-03-08 | 1 | -1/+5 |
* | Correct a typo | Xin LI | 2005-12-28 | 1 | -1/+1 |
* | - Always return success from NFS strategy. nfs_doio(), in the | Paul Saab | 2005-11-21 | 1 | -4/+3 |
* | fix a crash when an nfsv2 mount fails | Jonathan Chen | 2005-11-10 | 1 | -2/+4 |
* | Fix for a crash (from nfs_lookup() in an error case). | Paul Saab | 2005-11-03 | 1 | -1/+1 |
* | In nfs_flush(), clear the NMODIFIED bit only if there are no dirty | Paul Saab | 2005-11-03 | 1 | -1/+2 |
* | - cache_lookup() relocks the parent in the DOTDOT case for us. | Jeff Roberson | 2005-04-14 | 1 | -2/+0 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -3/+2 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | Jeff Roberson | 2005-03-29 | 1 | -3/+2 |
* | - cache_lookup() now locks the new vnode for us to prevent some races. | Jeff Roberson | 2005-03-29 | 1 | -38/+18 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | Jeff Roberson | 2005-03-28 | 1 | -45/+10 |
* | - It is no longer necessary to lock and unlock the vnode in nfs_close() as | Jeff Roberson | 2005-03-13 | 1 | -6/+1 |
* | vp->v_id is a private field for the vfs namecache and it is a big mistake | Poul-Henning Kamp | 2005-02-22 | 1 | -13/+9 |
* | Try to unbreak the vnode locking around vop_reclaim() (based mostly on | Poul-Henning Kamp | 2005-02-19 | 1 | -0/+2 |
* | Style cleanup for O_DIRECT sysctl comment introduced in nfs_vnops.c:1.242. | Robert Watson | 2005-01-29 | 1 | -8/+9 |
* | Create a vnode_pager object when a file is opened. | Poul-Henning Kamp | 2005-01-24 | 1 | -0/+1 |
* | Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments | Poul-Henning Kamp | 2005-01-24 | 1 | -12/+9 |
* | Add BO_SYNC() and add a default which uses the secret vnode pointer | Poul-Henning Kamp | 2005-01-11 | 1 | -0/+1 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -7/+7 |