| Age | Commit message (Expand) | Author |
| 2016-08-20 | add support for GDT_CSUM AKA uninit_bg feature | jdolecek |
| 2016-08-15 | EXT2F_INCOMPAT_FLEX_BG feature actually doesn't require any explicit | jdolecek |
| 2016-08-15 | bump link limit to 65000 for files, and add support for EXT2F_ROCOMPAT_DIR_NL... | jdolecek |
| 2016-08-14 | switch ext2fs_htree_has_idx() over to EXT2F_HAS_COMPAT_FEATURE() and remove E... | jdolecek |
| 2016-08-14 | add EXT2F_HAS_ROCOMPAT_FEATURE() macro, and change the current EXT2F_HAS_{COM... | jdolecek |
| 2016-08-12 | sprinkle ()s in macros with comparisons, shuts up compiler warnings | macallan |
| 2016-08-12 | add support for extended attributes in ext2fs for ext3/ext4; read-only for now | jdolecek |
| 2016-08-05 | add defines for the missing ext4 feature flags | jdolecek |
| 2016-08-04 | rename struct ext2fs_dinode attribute e2di_dacl to correct | jdolecek |
| 2016-08-03 | support arbitrary ext3/ext4 inode size, add all the new ext4 fields ext2fs_di... | jdolecek |
| 2016-06-24 | GSoC 2016 (Hrishikesh Goyal): Htree index support from FreeBSD | christos |
| 2016-06-03 | Add ext4 extent support from GSoC 2016 (Hrishikesh Goyal), from the FreeBSD | christos |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2012-11-21 | Write support for the Ext4 Read-only Compatible Feature "huge_file". | jakllsch |
| 2012-11-21 | Add various newer Ext2 superblock feature bits and inode flag bits. | jakllsch |
| 2012-11-19 | snprintb EXT2F_ROCOMPAT_SPARSESUPER as such. | jakllsch |
| 2012-09-01 | really print the incompatible bits. | christos |
| 2009-11-27 | Add definitions for more reserved inodes. | tsutsui |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-09-12 | Migrate from u_intNN_t to uintNN_t. | tsutsui |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-11-17 | Misc cosmetics. | tsutsui |
| 2007-11-15 | Add some definitions for resizefs features. | tsutsui |
| 2007-11-13 | - add some more constant definitions | tsutsui |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-01-29 | Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> | dsl |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-30 | * Remove __P() | xtraeme |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-09 | Add support for large files (>2GB). | ws |
| 2004-03-22 | Fix disclaimer in my copyright. Pointed out by Thomas Klausner. | bouyer |
| 2003-10-05 | Remove references to University of California from my copyright notices. | bouyer |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-12-01 | Add multiple inclusion protection for headers. Fix mismatched | matt |
| 2000-01-28 | Correct (minor) bogons in filetype option support, and add support | bouyer |
| 2000-01-26 | First cut at ext2fs rev 1 support (as of mke2fs 1.18): supports the filetype | bouyer |
| 1999-02-17 | Some new fields in the ext2fs superblock, from Tim Shepard. | bouyer |
| 1999-01-15 | Move the bswap functions from libutil to libc (this bups the | bouyer |
| 1998-09-30 | Not time to #include <machine/bswap.h>m, it will come with the move | bouyer |
| 1998-09-29 | #include opt_uvm.h only if _KENREL and !_LKM | bouyer |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-10-09 | Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. | bouyer |
| 1997-06-11 | The ext2fs layer, based on the ffs/ufs one. Uses a few functions from | bouyer |