summaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_bmap.c
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2022-01-31ext2fs: remove remnants of the UFS snapshot codeKonstantin Belousov
2020-09-01fs: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-17Add BE architectures support.Fedor Uporov
2020-05-17Restrict the max runp and runb return values in case of extents mapping.Fedor Uporov
2020-02-18Add a EXT2FS-specific implementation for lseek(SEEK_DATA).Fedor Uporov
2018-05-13Fix EXT2FS_DEBUG definition usage.Fedor Uporov
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-17Add inital extents read-write support.Fedor Uporov
2017-02-15prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2016-12-28style(9) cleanups.Pedro F. Giffuni
2016-12-02ext2fs: renumber the license clauses to avoid skipping #3.Pedro F. Giffuni
2016-06-08Fix a style bug.Kevin Lo
2016-06-07ext2fs: rearrange ext4_bmapext().Pedro F. Giffuni
2016-06-07ext2fs(5): Cosmetic cleanups, mostly to the ext4 code.Pedro F. Giffuni
2016-04-07Add four new RCTL resources - readbps, readiops, writebps and writeiops,Edward Tomasz Napierala
2016-02-11Ext4: fix handling of files with sparse blocks before extent's index.Pedro F. Giffuni
2016-01-11ext4: add support for reading sparse filesPedro F. Giffuni
2016-01-07ext2fs: reading mmaped file in Ext4 causes panicPedro F. Giffuni
2015-01-19ext2: Garbage-collect some unused variablesPedro F. Giffuni
2015-01-18ext2: fix for uninitialized pointer read.Pedro F. Giffuni
2014-03-01ext2fs: small formatting fixes.Pedro F. Giffuni
2014-01-28ext2fs: Use i_flag instead of i_flags for Ext4 inode flags.Pedro F. Giffuni
2014-01-21ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.Pedro F. Giffuni
2013-08-13Define ext2fs local types and use them.Pedro F. Giffuni
2013-08-12Add read-only support for extents in ext2fs.Pedro F. Giffuni
2013-06-23Define and use e2fs_lbn_t in ext2fs.Pedro F. Giffuni
2013-06-17Rename remaining DIAGNOSTIC to INVARIANTS.Pedro F. Giffuni
2013-06-03ext2fs: Small cosmetic fixes.Pedro F. Giffuni
2013-02-10ext2fs: Use prototype declarations for function definitionsPedro F. Giffuni
2012-08-18Fix typoKevin Lo
2012-08-17Remove unused member of struct indir (in_exists) from UFS and EXT2 code.Mateusz Guzik
2011-12-16Style cleanups by jh@.Pedro F. Giffuni
2010-01-14Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen