aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_htree.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* ext2: add missing uio_td initialization to ext2_htree_append_blockMateusz Guzik2021-06-071-0/+1
* Add BE architectures support.Fedor Uporov2020-05-171-34/+53
* ext2fs: Initial version of DTrace support.Fedor Uporov2019-04-161-1/+11
* Fix directory blocks checksum updating logic.Fedor Uporov2018-08-081-1/+1
* Fix directory blocks checksumming.Fedor Uporov2018-05-131-20/+48
* Fix EXT2FS_DEBUG definition usage.Fedor Uporov2018-05-131-0/+1
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ext2fs: Remove unused assignment.Pedro F. Giffuni2017-02-171-1/+0
* style(9) cleanups.Pedro F. Giffuni2016-12-281-17/+20
* ext2_htree_release(): prevent signed integer overflow in a loop.Pedro F. Giffuni2016-04-231-1/+1
* Rename some directory index constants.Pedro F. Giffuni2016-01-241-2/+2
* ext2fs: Bring back the htree dir_index implementation.Pedro F. Giffuni2016-01-211-0/+899
* Drop experimental dir_index support.Pedro F. Giffuni2015-04-171-899/+0
* Reuse value of cursize instead of recalculating.Pedro F. Giffuni2015-02-151-1/+1
* ext2: Garbage-collect some unused variablesPedro F. Giffuni2015-01-191-2/+2
* ext2fs: Fix a bug when sorting htree entries.Pedro F. Giffuni2014-03-061-1/+1
* ext2fs: use of tab vs spaces.Pedro F. Giffuni2014-02-281-1/+1
* ext2fs: Use i_flag instead of i_flags for Ext4 inode flags.Pedro F. Giffuni2014-01-281-2/+2
* ext2fs: fix a bug in dirindex and re-enable.Pedro F. Giffuni2014-01-241-2/+0
* ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.Pedro F. Giffuni2014-01-211-2/+2
* ext2fs: temporarily disable htree directory index.Pedro F. Giffuni2013-09-071-0/+2
* Fix some typos.Pedro F. Giffuni2013-07-071-3/+3
* Initial implementation of the HTree directory index.Pedro F. Giffuni2013-07-061-0/+899