| Age | Commit message (Expand) | Author |
| 2013-10-29 | Vnode API cleanup pass 1. | hannken |
| 2013-10-17 | - remove unused variables | christos |
| 2013-07-28 | Add lfs_kernel.h for declarations that don't need to be exposed to userland. | dholland |
| 2013-06-18 | Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs. | christos |
| 2013-06-08 | ulfs_dir.h has been emptied; remove it. | dholland |
| 2013-06-08 | Stick LFS_ in front of IFMT, IFIFO, IFREG, etc. so as not to conflict | dholland |
| 2013-06-06 | Split lfs from ufs step 4: | dholland |
| 2013-06-06 | Split lfs from ufs, part 2: | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-02-16 | Pass t_renamerace and t_rmdirrace tests. | perseant |
| 2012-01-02 | * Remove PGO_RECLAIM during lfs_putpages()' call to genfs_putpages(), | perseant |
| 2011-07-11 | Change VOP_BWRITE() to take a vnode as its first argument like all other | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-04-03 | - Use offsetof() in VOPARG_OFFSETOF() instead of re-implementing it. | rmind |
| 2011-04-02 | Split off parts of vfs_subr.c into vfs_vnode.c and vfs_mount.c modules. | rmind |
| 2011-03-23 | G/C count_lock_queue (unused for 12 years) | rmind |
| 2010-07-21 | Make holding v_interlock mandatory for callers of vget(). | hannken |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-02-16 | Three changes in a single commit. | mlelstv |
| 2009-08-07 | Add missing parenthesis in #ifdef LFS_USE_B_INVAL. | wiz |
| 2008-06-02 | Use atomics to maintain v_usecount. | ad |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-27 | Make rusage collection per-LWP and collate in the appropriate places. | ad |
| 2008-02-15 | The buffer LOCKED flag need not be under the protection of bufcache_lock, | ad |
| 2008-01-27 | Replace vrelel() 010101-mania with a flags parameter. However, | pooka |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-10-08 | Merge ffs locking & brelse changes from the vmlocking branch. | ad |
| 2007-08-09 | Instead of having lfs muck directly about with vnode free lists, | pooka |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-12 | Implementation of per-CPU work-queues support for workqueue(9) interface. | rmind |
| 2007-06-30 | Using POOL_INIT here makes no sense, since file systems always have | pooka |
| 2007-05-16 | Change references to SEGM_W_DIROPS to SEGM_CKP, and replace the logic that | perseant |
| 2007-04-17 | Install a new sysctl, vfs.lfs.ignore_lazy_sync, which causes LFS to ignore | perseant |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-23 | Reverse the order of searching the vnode list in lfs_writevnodes(). This | perseant |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-20 | Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all | reinoud |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | fix empty if | christos |
| 2006-09-28 | Use lockstatus instead of a homebrewed locking system to control | perseant |
| 2006-09-02 | remove impossible test | christos |
| 2006-09-01 | Changes to help the roll-forward agent, to wit: | perseant |
| 2006-07-20 | Note partial segments that are written by the cleaner, to help out the | perseant |
| 2006-07-20 | Loop on the check for lfs_nowrap, so we don't allow a process to squeeze by. | perseant |
| 2006-07-20 | Don't try to write all the vnodes, when the cleaner needs a vnode to be | perseant |
| 2006-06-29 | Don't wake up the cleaner if the filesystem is unwrappable, and fix the | perseant |
| 2006-06-24 | Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; in | perseant |