aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* ext2fs: remove remnants of the UFS snapshot codeKonstantin Belousov2022-02-071-12/+1
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add BE architectures support.Fedor Uporov2020-05-171-11/+16
* Restrict the max runp and runb return values in case of extents mapping.Fedor Uporov2020-05-171-8/+18
* Add a EXT2FS-specific implementation for lseek(SEEK_DATA).Fedor Uporov2020-02-181-28/+145
* Fix EXT2FS_DEBUG definition usage.Fedor Uporov2018-05-131-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add inital extents read-write support.Fedor Uporov2017-10-171-32/+27
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-11/+12
* style(9) cleanups.Pedro F. Giffuni2016-12-281-7/+5
* ext2fs: renumber the license clauses to avoid skipping #3.Pedro F. Giffuni2016-12-021-1/+1
* Fix a style bug.Kevin Lo2016-06-081-1/+1
* ext2fs: rearrange ext4_bmapext().Pedro F. Giffuni2016-06-071-17/+16
* ext2fs(5): Cosmetic cleanups, mostly to the ext4 code.Pedro F. Giffuni2016-06-071-5/+5
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,Edward Tomasz Napierala2016-04-071-0/+8
* Ext4: fix handling of files with sparse blocks before extent's index.Pedro F. Giffuni2016-02-111-0/+4
* ext4: add support for reading sparse filesPedro F. Giffuni2016-01-111-12/+19
* ext2fs: reading mmaped file in Ext4 causes panicPedro F. Giffuni2016-01-071-6/+13
* ext2: Garbage-collect some unused variablesPedro F. Giffuni2015-01-191-2/+0
* ext2: fix for uninitialized pointer read.Pedro F. Giffuni2015-01-181-1/+1
* ext2fs: small formatting fixes.Pedro F. Giffuni2014-03-011-2/+2
* ext2fs: Use i_flag instead of i_flags for Ext4 inode flags.Pedro F. Giffuni2014-01-281-1/+1
* ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.Pedro F. Giffuni2014-01-211-1/+1
* Define ext2fs local types and use them.Pedro F. Giffuni2013-08-131-10/+11
* Add read-only support for extents in ext2fs.Pedro F. Giffuni2013-08-121-4/+52
* Define and use e2fs_lbn_t in ext2fs.Pedro F. Giffuni2013-06-231-3/+4
* Rename remaining DIAGNOSTIC to INVARIANTS.Pedro F. Giffuni2013-06-171-1/+1
* ext2fs: Small cosmetic fixes.Pedro F. Giffuni2013-06-031-1/+1
* ext2fs: Use prototype declarations for function definitionsPedro F. Giffuni2013-02-101-20/+3
* Fix typoKevin Lo2012-08-181-1/+1
* Remove unused member of struct indir (in_exists) from UFS and EXT2 code.Mateusz Guzik2012-08-171-3/+0
* Style cleanups by jh@.Pedro F. Giffuni2011-12-161-1/+1
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-141-0/+334