| Age | Commit message (Expand) | Author |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-02-23 | Fix missing <sys/evcnt.h> by removing the evcnts instead. | riastradh |
| 2020-02-23 | Fix !DIAGNOSTIC compile | ad |
| 2020-02-23 | lfs_writer_enter can't fail; keep it simple and don't pretend it can. | riastradh |
| 2020-02-23 | Break deadlock in PR kern/52301. | riastradh |
| 2020-02-23 | Use a marker node to iterate lfs_dchainhd / i_lfs_dchain. | riastradh |
| 2017-07-26 | change lfs_nextsegsleep and lfs_allclean_wakeup to use condvar | maya |
| 2017-07-26 | Deduplicate sanity check that seglock is held on segunlock | maya |
| 2017-06-19 | Ifdef out KDASSERT which fires on my machine. | maya |
| 2017-06-10 | Rename i_flag to i_state. | maya |
| 2017-06-08 | move some buffer cache internals declarations from buf.h to vfs_bio.c. | chs |
| 2017-04-06 | don't guard lfs_sbactive or lfs_log with splbio, lfs_lock is plenty. | maya |
| 2017-04-06 | don't guard lfs_reshash with splbio, lfs_lock is plenty | maya |
| 2017-04-06 | if DEBUG panic => KDASSERT. reduces ifdefs. NFC | maya |
| 2017-04-06 | Provide a LFS_ENTER_LOG (__nothing) in the !DEBUG case. | maya |
| 2017-04-01 | Keep on holding lfs_lock when calling cv_broadcast | maya |
| 2017-04-01 | switch lfs_dirops to condvar (from mtsleep) | maya |
| 2015-10-03 | Use IINFO in lfs_writeinode(). | dholland |
| 2015-08-12 | Make 32-bit and 64-bit versions of CLEANERINFO. | dholland |
| 2015-07-28 | Add a new lfs header file: lfs_accessors.h. | dholland |
| 2015-07-24 | More lfs superblock accessors. | dholland |
| 2015-07-24 | Switch to accessor functions for elements of the LFS on-disk | dholland |
| 2015-07-16 | Don't cast the return value of malloc. | dholland |
| 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-06 | Split lfs from ufs, part 2: | dholland |
| 2012-01-02 | * Remove PGO_RECLAIM during lfs_putpages()' call to genfs_putpages(), | perseant |
| 2010-06-25 | Undo last commit and don't try to lock vnodes in lfs_unmark_dirop() | hannken |
| 2010-06-24 | Clean up vnode lock operations: | hannken |
| 2010-02-16 | Three changes in a single commit. | mlelstv |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-05-15 | Add missing underscore to wchan name. | tnn |
| 2007-04-18 | Add/change a couple of comments about locking restrictions. | perseant |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-15 | Replace some uses of lockmgr() / simplelocks. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | fix empty if | christos |
| 2006-09-15 | Don't remark a locked inode with IN_MODIFIED after writing it to disk, | perseant |
| 2006-09-01 | Changes to help the roll-forward agent, to wit: | perseant |
| 2006-06-29 | Don't wake up the cleaner if the filesystem is unwrappable, and fix the | perseant |
| 2006-05-04 | Introduce another per-filesystem parameter, lfs_resvseg, to separate the | perseant |
| 2006-04-07 | Make the segment lock aware of LWPs. Fixes a (somewhat confusing) | perseant |
| 2006-03-24 | Improvements to LFS's paging mechanism, to wit: | perseant |
| 2006-01-14 | - unify ffs_blkatoff and lfs_blkatoff. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |