aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_hash.c
Commit message (Expand)AuthorAgeFilesLines
* ext2fs: Initial version of DTrace support.Fedor Uporov2019-04-161-0/+10
* Fix EXT2FS_DEBUG definition usage.Fedor Uporov2018-05-131-0/+1
* Add 64bit feature support.Fedor Uporov2018-01-051-0/+1
* SPDX: some uses of the RSA-MD license.Pedro F. Giffuni2017-12-131-1/+1
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* style(9) cleanups.Pedro F. Giffuni2016-12-281-3/+3
* ext2fs: Bring back the htree dir_index implementation.Pedro F. Giffuni2016-01-211-0/+316
* Drop experimental dir_index support.Pedro F. Giffuni2015-04-171-316/+0
* ext2: cosmetical issuesPedro F. Giffuni2015-01-171-2/+5
* ext2fs: make the hashing algorithm match the linux code.Pedro F. Giffuni2013-12-231-2/+2
* Small typo.Pedro F. Giffuni2013-08-081-1/+1
* Add license for the half MD4 algorithm used in ext2_half_md4().Pedro F. Giffuni2013-08-011-5/+29
* Initial implementation of the HTree directory index.Pedro F. Giffuni2013-07-061-0/+289