summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs.h
AgeCommit message (Expand)Author
2016-04-27Pad struct ext2fs out to 1024 (a.k.a. ext2fs SBSIZE) bytes. SatisfiesKenneth R Westerback
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-07-14better type safety and KNF.Martin Pelikan
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13ext4 (extents) read supportMartin Pelikan
2014-07-11determine and use maximum file size instead of magical constantsMartin Pelikan
2014-07-10prepare for upcoming ext4 read supportMartin Pelikan
2014-05-27Zap a bunch of trailing whitespace.Kenneth R Westerback
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2010-02-16add some defines needed for the upcoming newfs_ext2fs; ok miod@Otto Moerbeek
2008-01-05Make the ffs code 64-bit disk block number clean. Based on a diffOtto Moerbeek
2007-06-02ufs1_daddr_t cleanup, okay thib@ deraadt@Pedro Martelletto
2005-10-04typoPedro Martelletto
2005-04-30Add support for large files (> 4GB).Niall O'Higgins
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-26fiddle with some type names. change most instances of ufs_daddr_t toTed Unangst
2002-07-29add 2 flags from ext3. useful to help you diagnose problems.Federico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-18More cleanups from NetBSD and a bunch of endianness fixes.Artur Grabowski
2000-04-26Support for ext2fs rev. 1 (from NetBSD)jasoni
1997-06-12Sync with NetBSD, mostly cosmetic.Jason Downs
1997-05-30Integrate new ext2fs, reverting ufs support for the old one.Jason Downs
1997-05-30Non-GPLd ext2fs code from Manuel, unmodified.Jason Downs