| Age | Commit message (Expand) | Author |
| 2020-04-03 | Avoid common symbols for fsck_lfs. | joerg |
| 2015-09-21 | Add 64-bit directory entry structures, and adjust accessors accordingly. | dholland |
| 2015-09-21 | Oops; LFS_DIRECTSIZ() is going to need the fs as an argument. | dholland |
| 2015-09-20 | Clean up struct lfs_dirtemplate. | dholland |
| 2015-09-15 | Pass around struct lfs_dirheader instead of struct lfs_direct. | dholland |
| 2015-09-15 | Add an accessor function for directory names. | dholland |
| 2015-09-15 | Add a function lfs_copydirname() to copy directory names in place; use | dholland |
| 2015-09-15 | Tidyups/fixes preparatory to making d_name[] in struct lfs_direct size | dholland |
| 2015-09-15 | Add and use accessor functions for more of the directory entry fields. | dholland |
| 2015-09-01 | Add new accessors for the d_type and d_namlen fields of struct lfs_direct. | dholland |
| 2015-09-01 | Use the lfs dinode accessors in place of the ufs-derived ones. | dholland |
| 2015-08-12 | Hack up dinode usage to be 64 vs. 32 as needed. Part 1. | dholland |
| 2015-07-28 | Add a new lfs header file: lfs_accessors.h. | 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 | Tidy up the LFS userland build hacks. | dholland |
| 2013-06-08 | DIRBLKSIZ -> LFS_DIRBLKSIZ | dholland |
| 2013-06-08 | struct direct -> struct lfs_direct | dholland |
| 2013-06-08 | Stick LFS_ in front of IFMT, IFIFO, IFREG, etc. so as not to conflict | dholland |
| 2013-06-06 | ufs -> ulfs for fsck_lfs. | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2010-02-16 | Three changes in a single commit. | mlelstv |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 2008-03-16 | errexit() now provides the trailing \n (since fsck_ffs assumed that | lukem |
| 2007-10-08 | Give brelse() a second argument so that it matches the kernel. | ad |
| 2006-10-16 | c99 initializers | christos |
| 2006-09-01 | Several fixes to improve the reliability of the roll-forward agent. | perseant |
| 2005-09-13 | rename lfs.h to lfs_user.h so that it does not conflict. | christos |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-06-27 | more const. | christos |
| 2005-06-27 | constify | christos |
| 2005-06-08 | Use the correct method to create a new inode, when we allocate lost+found. | perseant |
| 2005-01-19 | ANSIfy, WARNS=2 | xtraeme |
| 2003-10-05 | fix NULL pointer pointer dereference in fileerror() when ino is NULL | jdolecek |
| 2003-10-03 | write out modified directory entries to the correct place. | yamt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-13 | use bounded string op | itojun |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-03-28 | Add working writing ability to fsck_lfs, including roll-forward, based on | perseant |
| 2002-05-23 | Re-checksum the superblock whenever it is marked dirty. | perseant |
| 2002-05-09 | Don't bother testing if a uint8_t is > 256 -- that test is always false. | simonb |
| 2001-07-13 | Merge the short-lived perseant-lfsv2 branch into the trunk. | perseant |
| 2000-06-14 | Add "-i" flag to specify the location of the index file inode, to | perseant |
| 2000-05-23 | Convert to NetBSD source code style | perseant |
| 1999-07-03 | RCS Id police. | kleink |
| 1999-03-18 | Initial checkin of fsck_lfs. This version cannot do any repair (-p flag | perseant |