| Age | Commit message (Expand) | Author |
| 2015-10-10 | Use llabs(), not abs(), on the difference of daddr_t's. | dholland |
| 2015-08-12 | Hack up dinode usage to be 64 vs. 32 as needed. Part 1. | dholland |
| 2015-08-12 | Add IFILE32 and IFILE64 structures for the on-disk ifile entries. | dholland |
| 2015-08-12 | Make 32-bit and 64-bit versions of CLEANERINFO. | dholland |
| 2015-08-12 | Fix assorted 64->32 truncations related to BLOCK_INFO. | dholland |
| 2015-07-28 | Use lfs_accessors.h in conjunction with the cleaner's struct clfs. | 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-03-29 | - Fix fallout for recent bread() change (removing cred arg). | chopps |
| 2013-06-18 | Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs. | christos |
| 2013-06-08 | Missed one of the -I${NETBSDSRCDIR}/sys hacks yesterday; remove it now. | dholland |
| 2013-06-06 | ufs -> ulfs for lfs_cleanerd | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-01-02 | In lfs_cleanerd, check errno earlier, to avoid premature exit when the | perseant |
| 2009-08-06 | Define syscalls of lfs userspace tools (cleaner, mainly) through | pooka |
| 2009-03-16 | fix WARNS=3 issues; | lukem |
| 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 |
| 2007-10-08 | brelse() now takes two arguments. | ad |
| 2006-05-12 | Be more careful about checking return value of {m,re}alloc(). | perseant |
| 2006-04-01 | Coverity CID 2792: Fix memory leaks | christos |
| 2006-03-30 | A new version of the cleaner. In general, works about as well as the old | perseant |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-02-25 | Make fs-specific fcntl macros take three arguments (approved wrstuden). | perseant |
| 2003-02-24 | Convert lfs_cleanerd over to use the new ioctl calls instead of the | perseant |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-12-15 | - fix memory leak. | yamt |
| 2002-11-24 | fix calculation bugs that prevents coalescing from working properly. | yamt |
| 2002-06-14 | Note each type of failure in clean_inode and provide statistics on | perseant |
| 2002-06-14 | Don't try to coalesce files that have fewer than NDADDR blocks, due to | perseant |
| 2002-06-06 | First stab at file coalescing. When the cleaner detects that it might | perseant |