| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -19/+6 |
* | Use the preload_fetch_addr() and preload_fetch_size() convenience | marcel | 2011-02-13 | 1 | -2/+1 |
* | Lock Giant around vn_open_cred(). | kib | 2009-09-08 | 1 | -2/+4 |
* | O_NOFOLLOW shall be in flags, not in cmode. | kib | 2009-06-22 | 1 | -3/+2 |
* | Add another flags argument to vn_open_cred. Use it to specify that some | kib | 2009-06-21 | 1 | -1/+2 |
* | Fix locking (file descriptor table and Giant around VFS). | pjd | 2008-11-25 | 1 | -10/+24 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -2/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -4/+4 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Share-lock a vnode where possible. | pjd | 2007-05-02 | 1 | -2/+2 |
* | Extend kobj compatibility KPI to support operating on files before and | pjd | 2007-04-08 | 1 | -15/+93 |
* | Please welcome ZFS - The last word in file systems. | pjd | 2007-04-06 | 1 | -0/+142 |