| Age | Commit message (Expand) | Author |
| 2014-02-27 | The current implementation of vn_lock() is racy. Modification of | hannken |
| 2014-02-27 | Currently dead vnodes still reside on the vnodelist of the file system | hannken |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-10 | Change layerfs_vget(), layerfs_fhtovp() and the various layer xxx_mount() | hannken |
| 2014-02-09 | Adjust comment and change vput() to vrele(). This change got missed | hannken |
| 2014-02-09 | When layer_node_alloc() finds another thread already inserted the node | hannken |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-02-06 | Move fstrans_start()/fstrans_done() into genfs_insane_rename() to protect | hannken |
| 2014-01-29 | Allow layer_node_create() with unlocked lower node and change | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-11-07 | Add missing operations that unlock or dereference their arguments. | hannken |
| 2013-10-29 | Vnode API cleanup pass 1. | hannken |
| 2013-10-25 | Turn a few __unused into __diagused | martin |
| 2013-10-19 | Mark a potentially unused variable | martin |
| 2013-10-19 | Mark a potentially unused (if an arch implements pmap_update as empty | martin |
| 2013-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2013-07-20 | oops, spell b_bcount properly | dholland |
| 2013-07-20 | In spec_strategy, if fscow_run() fails, set b_resid along with b_error | dholland |
| 2013-07-18 | PR/48048: Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOME... | ryo |
| 2013-06-16 | Hang a warning banner on some nasty code I just found. | dholland |
| 2013-06-06 | Add missing declaration of struct vnode. | dholland |
| 2013-05-02 | Fix (harmless) typo in struct genfs_rename_ops::gro_lookup prototype. | riastradh |
| 2013-04-21 | add missing spec_whiteout | dholland |
| 2013-04-08 | Remove some set but unused variables | skrll |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2013-02-13 | Make the spec_node table implementation private to spec_vnops.c. | hannken |
| 2012-12-20 | Change bread() and breadn() to never return a buffer on | hannken |
| 2012-11-25 | do something reasonable with kernel semaphores. | christos |
| 2012-10-10 | In layer_lookup(), clear *vpp before returning EROFS, as otherwise a | dholland |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-05-31 | Ooopppsss! sysctl nodes created during module load time cannot be | pgoyette |
| 2012-05-31 | When built as module, track sysctl node creations, and destroy them on | pgoyette |
| 2012-05-28 | add a task process subdirectory for emul linux | christos |
| 2012-05-22 | don't block on pager map for read-ahead. | yamt |
| 2012-05-08 | Implement a genfs_rename abstraction. | riastradh |
| 2012-05-06 | - match format with the linux map printing | christos |
| 2012-04-30 | - Replace some malloc(9) uses with kmem(9). | rmind |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2012-03-30 | uid mismatch for file flags changes is expected to fail with EPERM not | njoly |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-02-01 | Change the syscall API for quotas over to the new non-proplib one. | dholland |
| 2012-01-29 | Remove the extra op argument to VFS_QUOTACTL() - the op is now stored | dholland |
| 2012-01-29 | Introduce struct vfs_quotactl_args. Use it. | dholland |
| 2012-01-29 | Move the proplib-based quota command dispatching (that is, the code | dholland |
| 2012-01-29 | Move the code for iterating over the multiple RPC calls in a quota | dholland |
| 2011-12-21 | only set CANTRCVMORE if no error. | christos |