| Age | Commit message (Expand) | Author |
| 2020-04-03 | Avoid common symbols for fsck_lfs. | joerg |
| 2017-06-10 | Update inode member i_flag --> i_state to keep up with kernel changes | pgoyette |
| 2015-09-21 | Add 64-bit directory entry structures, and adjust accessors accordingly. | 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 | 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 daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide. | dholland |
| 2015-09-01 | Use the lfs dinode accessors in place of the ufs-derived ones. | dholland |
| 2015-08-19 | Part two of dinodes; use the same union everywhere. | 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-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-06-16 | fix error messages containing \n | christos |
| 2015-03-29 | - Fix fallout for recent bread() change (removing cred arg). | chopps |
| 2014-03-23 | don't use sprintf | dholland |
| 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-08 | Move the dinode (on-disk inode) structures to lfs.h, since they are | dholland |
| 2013-06-06 | Cleanups and hacks to make lfs userland stuff build: | 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 |
| 2010-02-04 | Centralize time printing and deal with ctime possibly returning NULL. | christos |
| 2008-10-09 | Disable userid to username lookups by default. Add a -U flag to perform them. | christos |
| 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 | Give brelse() a second argument so that it matches the kernel. | ad |
| 2006-11-09 | Fix malloc/realloc/calloc issues: always check and exit, use EEXIT instead | christos |
| 2006-09-01 | Several fixes to improve the reliability of the roll-forward agent. | perseant |
| 2006-07-19 | On-disk inode accounting fix for roll-forward. | perseant |
| 2006-07-19 | Don't doubly free an inode remove_ino() during roll-forward. | perseant |
| 2006-07-18 | Various improvements to fsck_lfs, to wit: | 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-03-25 | "#define lfs_devvp lfs_unlockvp" for readability, since that's what we | perseant |
| 2005-02-06 | ANSIfy a function declaration, remove obsolete "register" declarations. | perry |
| 2004-07-18 | zero-out dinode is not a proper way to 'clear' an lfs inode. | yamt |
| 2004-03-20 | change KES license to standard NetBSD license | perseant |
| 2003-10-03 | make this work for big (ie. with indirect blocks) directories | yamt |
| 2003-09-19 | realloc pedant | itojun |