| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-20 | With filesystem having many cylinder groups and many inodes per cg the |  otto | 1 | -22/+22 |
| 2016-11-27 | Fix signedness warnings with careful casts and replace a re-defined variable. |  reyk | 1 | -4/+4 |
| 2015-01-20 | MAXFRAG was always placed incorrectly in <sys/param.h> It is primarily |  deraadt | 1 | -1/+3 |
| 2014-05-29 | fsck should use the same values in checking as newfs does in creating |  krw | 1 | -6/+6 |
| 2013-11-12 | Tweak comment to explicitly mention that disk blocks are DEV_BSIZE |  krw | 1 | -2/+3 |
| 2013-06-18 | sqiud -> squid |  miod | 1 | -2/+2 |
| 2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 1 | -5/+5 |
| 2013-04-23 | change ffs layout policy. try to pack meta data in close to the start of |  tedu | 1 | -1/+3 |
| 2008-11-06 | Have called pass pagesize into FS_KERNMAXFILESIZE(), because there is no |  deraadt | 1 | -3/+3 |
| 2008-11-02 | introduce a macro for max file size, instead of hardcoding it; ok |  otto | 1 | -1/+9 |
| 2008-01-05 | Make the ffs code 64-bit disk block number clean. Based on a diff |  otto | 1 | -5/+5 |
| 2007-06-01 | revert previous comment "fix", must have been sleeping |  otto | 1 | -2/+2 |
| 2007-06-01 | fix comment, fs_ipg is inode *blocks* per cylinder group |  otto | 1 | -2/+2 |
| 2007-05-03 | Update CGSIZE macro so that it is no longer based on fs_cpg. |  millert | 1 | -6/+7 |
| 2007-04-23 | Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bit |  pedro | 1 | -2/+1 |
| 2007-04-20 | Do not use time_t for on-disk data structures, use int32_t instead |  millert | 1 | -5/+5 |
| 2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep |  pedro | 1 | -17/+54 |
| 2007-02-17 | do not look for sblock at offset 0; pedro@ deraadt@ ok |  mickey | 1 | -3/+2 |
| 2007-01-07 | document the unit of sizes in struct fs (bytes or frags) |  sturm | 1 | -18/+18 |
| 2006-04-12 | revert the new superblock format. it violates the rule that new |  tedu | 1 | -67/+16 |
| 2006-04-02 | There's no need for some comments to be so utterly cryptic |  pedro | 1 | -5/+4 |
| 2006-04-02 | In the cylinder groups, use part of the reserved space to sprinkle a |  pedro | 1 | -2/+6 |
| 2006-03-31 | Super block changes for FFS2, thanks to all who tested. |  pedro | 1 | -15/+67 |
| 2006-03-22 | Fix comment about MINFREE, from Thordur I. Bjornsson <thib@mi.is> |  pedro | 1 | -4/+3 |
| 2006-03-09 | Remove option -n from newfs as well as all references to fs_postbl() |  pedro | 1 | -6/+3 |
| 2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. |  pedro | 1 | -3/+3 |
| 2005-03-01 | Avoid 32-bit overflow by casting blk arg to lblktosize() to (off_t). Solves |  aaron | 1 | -3/+3 |
| 2004-01-20 | some pieces of ufs2. help testing otto sturm |  tedu | 1 | -1/+10 |
| 2003-08-26 | constify ffs_tables |  mickey | 1 | -3/+3 |
| 2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes |  tedu | 1 | -6/+6 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 1 | -6/+2 |
| 2001-04-19 | Cleanup dirpref and synhronize superblock with freebsd. |  gluk | 1 | -9/+15 |
| 2001-04-13 | Fix overflow in superblock. From FreeBSD. |  gluk | 1 | -19/+19 |
| 2001-04-07 | Reduce the count of fs_sparecon's by 1 for 64 bit architectures |  millert | 1 | -1/+5 |
| 2001-04-06 | Replace FFS directory preference algorithm(dirpref) by new one. |  gluk | 1 | -2/+6 |
| 1998-11-29 | spleling |  art | 1 | -2/+2 |
| 1997-11-06 | Updates for VFS Lite 2 + soft update. |  csapuntz | 1 | -2/+14 |
| 1997-10-06 | back out vfs lite2 till after 2.2 |  deraadt | 1 | -14/+2 |
| 1997-10-06 | VFS Lite2 Changes |  csapuntz | 1 | -2/+14 |
| 1997-05-30 | Integrate new ext2fs, reverting ufs support for the old one. |  downsj | 1 | -3/+3 |
| 1997-02-24 | OpenBSD tags |  niklas | 1 | -0/+1 |
| 1997-02-11 | Add fs_id support and random inode generation numbers for ffs. |  millert | 1 | -2/+2 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 1 | -0/+511 |