aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_dinode.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-1/+1
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-1/+1
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ext2fs: Add some more inode flags.Pedro F. Giffuni2016-08-061-0/+3
* Update superblock and inode structs for ext4.Kevin Lo2016-03-281-0/+1
* Fix comment.Pedro F. Giffuni2016-01-241-1/+1
* Rename some directory index constants.Pedro F. Giffuni2016-01-241-2/+2
* ext2fs: use of tab vs spaces.Pedro F. Giffuni2014-02-281-31/+31
* ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.Pedro F. Giffuni2014-01-211-9/+11
* ext2fs: add two new reserved inodes.Pedro F. Giffuni2013-12-041-0/+2
* Add read-only support for extents in ext2fs.Pedro F. Giffuni2013-08-121-0/+2
* Re-sort ext2fs headers to make things easier to find.Pedro F. Giffuni2013-06-161-0/+10
* ext2fs: space vs tab.Pedro F. Giffuni2013-06-031-1/+1
* ext2fs: Small cosmetic fixes.Pedro F. Giffuni2013-06-031-1/+2
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-261-0/+0
* ext2fs: cleanup de dinode structure.Pedro F. Giffuni2013-01-071-20/+19
* More constant renaming in preparation for newer features.Pedro F. Giffuni2012-12-201-11/+11
* Update some definitions or make them match NetBSD's headers.Pedro F. Giffuni2012-11-281-5/+11
* Add some basic definitions for a future htree implementation.Pedro F. Giffuni2012-08-241-1/+3
* Add support for ns timestamps and birthtime to the ext2/3 driver.Pedro F. Giffuni2012-03-081-1/+17
* Update the data structures with some fields reserved forPedro F. Giffuni2012-02-071-1/+3
* Various style fixes including using uint*_t instead of u_int*_t.John Baldwin2011-04-271-23/+23
* - Move special inode constants to ext2_dinode.h and rename them to matchJohn Baldwin2011-01-211-0/+17
* Whitespace and style fixes.John Baldwin2011-01-191-1/+1
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-141-0/+78