summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2fs.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r310705, r310706:pfg2017-01-041-1/+1
* MFC r303799, r303800:pfg2016-09-061-0/+12
* ext2fs(5): Cosmetic cleanups, mostly to the ext4 code.pfg2016-06-071-9/+9
* Update superblock and inode structs for ext4.kevlo2016-03-281-17/+46
* ext2fs: Bring back the htree dir_index implementation.pfg2016-01-211-0/+8
* ext2: recognize ext4 INCOMPAT_RECOVER flagpfg2015-12-291-0/+3
* Drop experimental dir_index support.pfg2015-04-171-8/+0
* ext2fs: use of tab vs spaces.pfg2014-02-281-58/+58
* ext2fs: fully enable ext4 read-only support.pfg2014-02-221-4/+11
* Add read-only support for extents in ext2fs.pfg2013-08-121-1/+7
* Initial implementation of the HTree directory index.pfg2013-07-061-0/+7
* Rename some prefixes in the Block Group Descriptor fields to ext4bgd_pfg2013-06-201-6/+6
* More ext2fs header cleanups:pfg2013-06-181-12/+6
* Re-sort ext2fs headers to make things easier to find.pfg2013-06-161-51/+6
* e2fs_bpg and e2fs_isize are always unsigned.pfg2013-06-091-2/+2
* ext2fs: Update Block Group Descriptor struct.pfg2013-06-031-3/+7
* ext2fs: Replace redundant EXT2_MIN_BLOCK with EXT2_MIN_BLOCK_SIZE.pfg2013-02-081-1/+0
* ext2fs: make e2fs_maxcontig local and remove tautological check.pfg2013-02-081-1/+0
* ext2fs: general cleanup.pfg2013-02-021-41/+4
* Clean some 'svn:executable' properties in the tree.pfg2013-01-261-0/+0
* More constant renaming in preparation for newer features.pfg2012-12-201-10/+10
* Update some definitions or make them match NetBSD's headers.pfg2012-11-281-1/+9
* Add some basic definitions for a future htree implementation.pfg2012-08-241-0/+1
* Add support for ns timestamps and birthtime to the ext2/3 driver.pfg2012-03-081-3/+5
* Update the data structures with some fields reserved forpfg2012-02-071-7/+22
* Style cleanups by jh@.pfg2011-12-161-5/+5
* Bring in reallocblk to ext2fs.pfg2011-12-151-0/+21
* Various style fixes including using uint*_t instead of u_int*_t.jhb2011-04-271-54/+65
* Collapse duplicate definitions of EXT2_SB().jhb2011-02-041-17/+6
* Some cosmetic fixes and remove a duplicate constant.jhb2011-02-011-7/+3
* - Move special inode constants to ext2_dinode.h and rename them to matchjhb2011-01-211-17/+10
* Whitespace and style fixes.jhb2011-01-191-3/+3
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-0/+329
OpenPOWER on IntegriCloud