| Age | Commit message (Expand) | Author |
| 2007-10-08 | brelse() now takes two arguments. | ad |
| 2006-12-23 | Bump date for previous. | wiz |
| 2006-11-18 | Temporarily disable -c (file coalescing) until data corruption issues can | tls |
| 2006-11-11 | Move lfs_cleanerd from /usr/libexec to /libexec. This is to allow putting | jmmv |
| 2006-09-01 | Pay attention to the new LFS_CLEANER_MUST_CLEAN flag in the Ifile. | perseant |
| 2006-07-31 | Make filehandles opaque to userland | martin |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-07-07 | Place an upper bound on the number of segments to clean at one time, no | perseant |
| 2006-05-19 | Coverity CID 3766: Avoid null pointer deref | christos |
| 2006-05-12 | Be more careful about checking return value of {m,re}alloc(). | perseant |
| 2006-05-11 | avoid some char * vs. u_char * issues. | mrg |
| 2006-04-14 | When checking hidden cleaning costs, don't erroneously add the first | perseant |
| 2006-04-05 | Look for the inode pointers in the right place if lfs_bsize != lfs_fsize. | perseant |
| 2006-04-05 | Handle the case of inode blocks misidentified by the segment headers | perseant |
| 2006-04-01 | Coverity CID 2792: Fix memory leaks | christos |
| 2006-04-01 | Coverity CID 2846: Don't use LIST_FOREACH if you are going to free the cursor | christos |
| 2006-04-01 | Coverity CID 2847: Don't use LIST_FOREACH if you are going to free the | christos |
| 2006-04-01 | Document -i option, update date; at the request of wiz@. | perseant |
| 2006-03-30 | A new version of the cleaner. In general, works about as well as the old | perseant |
| 2005-08-23 | Change PRiu64 with a cast and %llu. I am not using PRIu32 and no cast for | christos |
| 2005-08-20 | fix compilation problem on LP64 | kent |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-05-03 | remove bogus frees on uninitialized variable. | christos |
| 2005-04-23 | Provide a resize_lfs(8), including kernel and cleaner support. The current | perseant |
| 2005-03-30 | Add missing flags to usage() | xtraeme |
| 2005-02-26 | Various minor LFS improvements: | perseant |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2003-12-17 | fix debug output. | yamt |
| 2003-09-19 | realloc pedannt | itojun |
| 2003-09-19 | realloc pedant | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-13 | use bounded string ops. check malloc failure. asprintf is easier than | itojun |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-03-02 | Let the cleaner use LFCNRECLAIM to help empty segments along, if it | perseant |
| 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-02-17 | Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for now | perseant |
| 2003-02-10 | Use int32_t for block adresses in segment summary structures. | fvdl |
| 2003-02-05 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-28 | make this build on alpha after daddr_t->64bit | mrg |
| 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-12-15 | for -b, use ssize instead of segshift. | yamt |
| 2002-12-05 | fix a typo in previous. | yamt |
| 2002-11-29 | clean this up a bit. avoid annoying code duplication on opening files, | christos |
| 2002-11-24 | fix calculation bugs that prevents coalescing from working properly. | yamt |
| 2002-09-29 | Begin new sentences on new lines. | wiz |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 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 |