| Age | Commit message (Expand) | Author |
| 2020-02-23 | Dust off the orphan detection code and try to make it work. | riastradh |
| 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-18 | remove the aiodoned thread. I originally added this to provide a thread context | chs |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2017-07-26 | change lfs_nextsegsleep and lfs_allclean_wakeup to use condvar | maya |
| 2017-06-08 | move some buffer cache internals declarations from buf.h to vfs_bio.c. | chs |
| 2016-06-20 | u_int{8,16,32,64}_t -> uint{8,16,32,64}_t in remaining lfs headers. | dholland |
| 2015-08-12 | Hack up dinode usage to be 64 vs. 32 as needed. Part 1. | dholland |
| 2015-08-12 | Move the security checks for lfs_bmapv/lfs_markv into those functions. | dholland |
| 2015-08-12 | Fix assorted 64->32 truncations related to BLOCK_INFO. | dholland |
| 2015-08-02 | Add a (draft) 64-bit superblock. Make things build again. | dholland |
| 2015-08-02 | Second batch of 64 -> 32 truncations in lfs, along with more minor | dholland |
| 2015-05-31 | Change lfs from hash table to vcache. | hannken |
| 2015-05-31 | Make lfs_fastvget() private to lfs_syscalls.c, change it to take the | hannken |
| 2015-05-31 | Use VFS_PROTOS() for lfs. | hannken |
| 2015-03-27 | Disentangle buffer-cached I/O from page-cached I/O in UFS. | riastradh |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2013-07-20 | Collect the pieces of lfs rename into lfs_rename.c, and sprinkle static. | dholland |
| 2013-06-06 | Split lfs from ufs step 4: | dholland |
| 2012-02-23 | Make sure that __BEGIN_DECLS and __END_DECLS are paired. | joerg |
| 2012-01-02 | * Remove PGO_RECLAIM during lfs_putpages()' call to genfs_putpages(), | perseant |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-07-31 | * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern | pooka |
| 2007-07-12 | Change the VFS_MOUNT() interface so that the 'data' buffer passed to the | dsl |
| 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 |
| 2006-09-01 | Changes to help the roll-forward agent, to wit: | perseant |
| 2006-07-20 | Separate the (non-working) LFS kernel roll-forward code into its own file, | perseant |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-06-29 | Don't wake up the cleaner if the filesystem is unwrappable, and fix the | perseant |
| 2006-05-18 | Break out the finfo array manipulation code into two new functions, | perseant |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-01 | Don't ever partially write dirops, even if we need the cleaner to run. | perseant |
| 2006-04-30 | Postpone the segment accounting changes coming from truncation until the | perseant |
| 2006-04-23 | remove unused FFS_NAMES and LFS_NAMES. | yamt |
| 2006-04-08 | Implement a somewhat finer-grained mechanism for paging LFS-backed pages. | perseant |
| 2006-04-08 | Keep the free list ordered. This solves a problem first pointed out to me | perseant |
| 2006-03-24 | Improvements to LFS's paging mechanism, to wit: | perseant |
| 2006-01-14 | - unify ffs_blkatoff and lfs_blkatoff. | yamt |
| 2006-01-06 | remove an obsolete prototype. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |
| 2005-09-13 | split out lfs_itimes(). It is used in fsck_lfs. | christos |
| 2005-09-12 | Use nanotime() to update the time fields in filesystems. Convert the code | christos |
| 2005-06-28 | - constify genfs_ops. | yamt |