| 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-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-28 | Bogus gcc 4.8 maybe-used-uninitialized warning | martin |
| 2014-01-28 | Quell a gcc 4.8 maybe-unitialized false positive | 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 |
| 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-22 | fix typo; hi christos | dholland |
| 2013-11-16 | This is now equivalent to ufs_quota.c -r1.115. | dholland |
| 2013-10-29 | Vnode API cleanup pass 1. | hannken |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-10-18 | fix unused variable warnings | christos |
| 2013-10-18 | use __USE() in the right place, instead of (void)var. | christos |
| 2013-10-17 | - remove unused variables | christos |
| 2013-10-07 | Remove stray KERNEL_UNLOCK_ONE() in error path of lfs_markv(). | dholland |
| 2013-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2013-07-29 | Fix build both with and without options LFS_EI. | dholland |
| 2013-07-29 | Revert previous; it is wrong. | dholland |
| 2013-07-28 | Remove more unused variables to unbreak the build. | pgoyette |
| 2013-07-28 | Remove unused variable to fix the build. | pgoyette |
| 2013-07-28 | Merge the extattr VOPs from ffs. | dholland |
| 2013-07-28 | Merge in some of the stuff for supporting the extended attributes code. | dholland |
| 2013-07-28 | Add more of the bits for supporting quotas. | dholland |
| 2013-07-28 | Bring in a copy of ffs_quota2_mount() for reference. | dholland |
| 2013-07-28 | Migrate the miscellaneous ulfs-level info from struct ulfsmount to | dholland |
| 2013-07-28 | Add lfs_kernel.h for declarations that don't need to be exposed to userland. | dholland |
| 2013-07-28 | Remove the now-pointless ulfs ops macros. | dholland |
| 2013-07-28 | Remove ulfsspec_close and ulfsfifo_close as they're not used. | dholland |
| 2013-07-28 | Get rid of the ulfs_ops table as we only have one fs in here now. | dholland |
| 2013-07-28 | Improve comments in struct ulfsmount. | dholland |
| 2013-07-28 | Prune unused stuff from struct ulfsmount. | dholland |
| 2013-07-21 | Merge logic from ulfs_close(), ulfs_getattr(), and ulfs_strategy() | dholland |
| 2013-07-20 | Remove ulfs_mknod, which is not used. | dholland |
| 2013-07-20 | Merge ulfs_mknod into lfs_mknod, which was missing some bits. | dholland |
| 2013-07-20 | G/C unused pieces. | dholland |
| 2013-07-20 | Collect the pieces of lfs rename into lfs_rename.c, and sprinkle static. | dholland |
| 2013-06-28 | Remove duplicate define of LFS_MAXNAMLEN | matt |
| 2013-06-23 | typo in comment | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2013-06-18 | Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs. | christos |
| 2013-06-18 | Tuck away a bunch of symbols that don't need to be public. | dholland |
| 2013-06-17 | LFS module does not depend on FFS anymore. (NAKAJIMA Yoshihiro) | christos |
| 2013-06-10 | Make DEBUG kernel compile: di_u.inumber -> di_inumber | hannken |
| 2013-06-09 | Move struct lfs_inode_ext to lfs_inode.h; it doesn't need to be public. | dholland |
| 2013-06-08 | G/C another unneeded union | dholland |
| 2013-06-08 | Remove stale union and accessor macros. | dholland |
| 2013-06-08 | ulfs_dir.h has been emptied; remove it. | dholland |