| Age | Commit message (Expand) | Author |
| 2014-02-27 | The current implementation of vn_lock() is racy. Modification of | hannken |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-17 | Adapt my previous patch differently. read(2) wants EISDIR when the | maxv |
| 2014-02-16 | Fix tmpfs_read()'s return value; it should return EINVAL. Now consistent with | maxv |
| 2014-02-16 | Change union_allocvp() to take an unlocked uppervp and to return the | hannken |
| 2014-02-14 | Member un_flags is unused now -- remove. | hannken |
| 2014-02-13 | Remove an unused variable | martin |
| 2014-02-13 | Get rid of UN_KLOCK to keep a lock on vput(). It is not really needed | hannken |
| 2014-02-13 | Fix the DOT and DOTDOT case for union_lookup1(). | hannken |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-02-06 | Remove an annoying printf. And to answer the question: VFS_VGET() gets | hannken |
| 2014-01-28 | Bogus gcc 4.8 maybe use uninitialized warning | martin |
| 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 |
| 2014-01-10 | Prevent a diagnostic assertion in tmpfs_rmdir() from being triggered | pedro |
| 2014-01-09 | Operation sysvbfs_remove() destructs inodes attached to active vnodes. | hannken |
| 2014-01-08 | Allocate direntp on the stack in tmpfs_dir_getdents(), thus saving | pedro |
| 2014-01-04 | Fix a race where thread1 runs VOP_REMOVE() and gets preempted in | hannken |
| 2014-01-03 | Fix a race where thread1 runs VOP_REMOVE() and gets preempted in | hannken |
| 2013-12-25 | At least fetch mount data pointer before using it. | mlelstv |
| 2013-12-25 | At least fetch the mount data pointer before using it. | mlelstv |
| 2013-12-24 | don't treat adjacent members as a larger array | mlelstv |
| 2013-12-24 | It is not the task of sysvbfs_open() to check for unlinked nodes. | hannken |
| 2013-12-24 | It is not the task of tmpfs_open() to check for unlinked nodes. | hannken |
| 2013-12-10 | CID 975205: Unchecked return value | christos |
| 2013-12-09 | Fix typo ("then" instead of "than") | wiz |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-24 | - tmpfs_construct_node: prevent from the new node construction if the | rmind |
| 2013-11-23 | tmpfs_reg_resize: use size_t. | rmind |
| 2013-11-23 | Fix previous, add __diagused. | rmind |
| 2013-11-23 | - Simplify tmpfs_update(), eliminate tmpfs_note_t::tn_status and deferred | rmind |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-11-21 | Don't create a variable just to assert() on it - assert on the | riz |
| 2013-11-21 | tmpfs_dir_getdotents: fix the recent regression, set the correct | rmind |
| 2013-11-20 | v7fs: replace malloc(9) with kmem(9), fix a memory leak and few missing | rmind |
| 2013-11-18 | Make tmpfs_node_t::tn_gen a 32-bit number, keep it in sync with tmpfs_fid_t. | rmind |
| 2013-11-16 | tmpfs_dir_getdents: avoid leaking kernel memory to the userspace. | rmind |
| 2013-11-11 | tmpfs_alloc_node: use cprng_fast64(), the old random(9) shall be removed. | rmind |
| 2013-11-10 | Handle whiteout case in tmpfs_dir_detach() and tmpfs_unmount(). | rmind |
| 2013-11-10 | mark variable __diagused | christos |
| 2013-11-08 | tmpfs: replace the broken tmpfs_dircookie() logic which uses the node | rmind |
| 2013-11-05 | - support advisory locking on ptys | christos |
| 2013-11-02 | Stop using v_mount of an unreferenced vnode -- save the mount while | hannken |
| 2013-11-01 | tmpfs: fix the zero-length symlink target case as NetBSD supports them. | rmind |
| 2013-11-01 | apply __diagused where appropriate. | mrg |
| 2013-10-31 | tmpfs_alloc_node: it is less error-prone to store the link path with | rmind |
| 2013-10-30 | used __diagused where appropriate. | mrg |
| 2013-10-30 | use __diagused where appropriate. | mrg |
| 2013-10-20 | fix unused variable warnings | christos |
| 2013-10-20 | Now that KASSERT will always consume its arguments, move a KASSERT inside | christos |