aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Move mnt_maxsymlinklen into appropriate fs mount data structuresKonstantin Belousov2021-05-221-0/+1
* Add chr/blk devices support.Fedor Uporov2021-05-071-0/+7
* Add BE architectures support.Fedor Uporov2020-05-171-9/+9
* Add additional on-disk inode checks.Fedor Uporov2019-03-041-0/+7
* Make superblock reading logic more strict.Fedor Uporov2019-03-041-2/+3
* ext2fs: remove EXT4F_RO_INCOMPAT_SUPPPedro F. Giffuni2018-02-051-6/+0
* Add flex_bg/meta_bg features RW support.Fedor Uporov2018-01-291-3/+6
* Add metadata_csum feature support.Fedor Uporov2018-01-141-3/+11
* Add 64bit feature support.Fedor Uporov2018-01-051-7/+17
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add inital extents read-write support.Fedor Uporov2017-10-171-1/+0
* ext2fs: be more verbose about unsupported ext2fs features.Pedro F. Giffuni2017-07-021-0/+58
* ext2fs: add dir_nlink feature support.Pedro F. Giffuni2017-06-221-0/+1
* Attempt to treat "metadata" as a collectively singular noun.Pedro F. Giffuni2017-06-201-1/+1
* Improve grammar concerning "metadata".Pedro F. Giffuni2017-06-201-3/+2
* ext2fs: Add uninit_bg feature support.Pedro F. Giffuni2017-06-201-0/+5
* ext2fs: Enable RO huge_file feature support.Pedro F. Giffuni2017-06-181-0/+1
* ext2fs: Initial support for Extended Attributes.Pedro F. Giffuni2017-04-011-0/+1
* style(9) cleanups.Pedro F. Giffuni2016-12-281-1/+1
* ext2fs: Add defines for some missing ext4 feature flags.Pedro F. Giffuni2016-08-061-0/+12
* ext2fs(5): Cosmetic cleanups, mostly to the ext4 code.Pedro F. Giffuni2016-06-071-9/+9
* Update superblock and inode structs for ext4.Kevin Lo2016-03-281-17/+46
* ext2fs: Bring back the htree dir_index implementation.Pedro F. Giffuni2016-01-211-0/+8
* ext2: recognize ext4 INCOMPAT_RECOVER flagPedro F. Giffuni2015-12-291-0/+3
* Drop experimental dir_index support.Pedro F. Giffuni2015-04-171-8/+0
* ext2fs: use of tab vs spaces.Pedro F. Giffuni2014-02-281-58/+58
* ext2fs: fully enable ext4 read-only support.Pedro F. Giffuni2014-02-221-4/+11
* Add read-only support for extents in ext2fs.Pedro F. Giffuni2013-08-121-1/+7
* Initial implementation of the HTree directory index.Pedro F. Giffuni2013-07-061-0/+7
* Rename some prefixes in the Block Group Descriptor fields to ext4bgd_Pedro F. Giffuni2013-06-201-6/+6
* More ext2fs header cleanups:Pedro F. Giffuni2013-06-181-12/+6
* Re-sort ext2fs headers to make things easier to find.Pedro F. Giffuni2013-06-161-51/+6
* e2fs_bpg and e2fs_isize are always unsigned.Pedro F. Giffuni2013-06-091-2/+2
* ext2fs: Update Block Group Descriptor struct.Pedro F. Giffuni2013-06-031-3/+7
* ext2fs: Replace redundant EXT2_MIN_BLOCK with EXT2_MIN_BLOCK_SIZE.Pedro F. Giffuni2013-02-081-1/+0
* ext2fs: make e2fs_maxcontig local and remove tautological check.Pedro F. Giffuni2013-02-081-1/+0
* ext2fs: general cleanup.Pedro F. Giffuni2013-02-021-41/+4
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-261-0/+0
* More constant renaming in preparation for newer features.Pedro F. Giffuni2012-12-201-10/+10
* Update some definitions or make them match NetBSD's headers.Pedro F. Giffuni2012-11-281-1/+9
* Add some basic definitions for a future htree implementation.Pedro F. Giffuni2012-08-241-0/+1
* Add support for ns timestamps and birthtime to the ext2/3 driver.Pedro F. Giffuni2012-03-081-3/+5
* Update the data structures with some fields reserved forPedro F. Giffuni2012-02-071-7/+22
* Style cleanups by jh@.Pedro F. Giffuni2011-12-161-5/+5
* Bring in reallocblk to ext2fs.Pedro F. Giffuni2011-12-151-0/+21
* Various style fixes including using uint*_t instead of u_int*_t.John Baldwin2011-04-271-54/+65
* Collapse duplicate definitions of EXT2_SB().John Baldwin2011-02-041-17/+6
* Some cosmetic fixes and remove a duplicate constant.John Baldwin2011-02-011-7/+3
* - Move special inode constants to ext2_dinode.h and rename them to matchJohn Baldwin2011-01-211-17/+10
* Whitespace and style fixes.John Baldwin2011-01-191-3/+3