aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Add BE architectures support.Fedor Uporov2020-05-171-3/+3
* ext2fs: Initial version of DTrace support.Fedor Uporov2019-04-161-0/+1
* Fix EXT2FS_DEBUG definition usage.Fedor Uporov2018-05-131-0/+1
* Add metadata_csum feature support.Fedor Uporov2018-01-141-0/+5
* Add 64bit feature support.Fedor Uporov2018-01-051-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix physical block number overflow in different places.Fedor Uporov2017-10-241-2/+3
* Add inital extents read-write support.Fedor Uporov2017-10-171-44/+3
* style(9) cleanups.Pedro F. Giffuni2016-12-281-0/+1
* ext2fs: renumber the license clauses to avoid skipping #3.Pedro F. Giffuni2016-12-021-1/+1
* - Remove some dead code copied from ffs.Jeff Roberson2015-07-291-32/+0
* ext2fs: Use i_flag instead of i_flags for Ext4 inode flags.Pedro F. Giffuni2014-01-281-3/+3
* ext2fs: fix logic error in the previous change.Pedro F. Giffuni2014-01-221-1/+1
* ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.Pedro F. Giffuni2014-01-211-4/+4
* ext2fs: update format specifiers for ext4 type.Pedro F. Giffuni2013-08-141-4/+4
* ext2fs: update format specifiers for ext4 type.Pedro F. Giffuni2013-08-131-1/+1
* Define ext2fs local types and use them.Pedro F. Giffuni2013-08-131-1/+1
* Add read-only support for extents in ext2fs.Pedro F. Giffuni2013-08-121-4/+47
* Define and use e2fs_lbn_t in ext2fs.Pedro F. Giffuni2013-06-231-1/+1
* ext2fs: Use prototype declarations for function definitionsPedro F. Giffuni2013-02-101-8/+2
* Bring in reallocblk to ext2fs.Pedro F. Giffuni2011-12-151-0/+104
* Fix build with KDB defined.John Baldwin2011-01-191-0/+2
* Merge 118969 from UFS:John Baldwin2011-01-191-1/+1
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-141-0/+120