summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_htree.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313897:pfg2017-02-241-1/+0
* MFC r310705, r310706:pfg2017-01-041-17/+20
* ext2_htree_release(): prevent signed integer overflow in a loop.pfg2016-04-231-1/+1
* Rename some directory index constants.pfg2016-01-241-2/+2
* ext2fs: Bring back the htree dir_index implementation.pfg2016-01-211-0/+899
* Drop experimental dir_index support.pfg2015-04-171-899/+0
* Reuse value of cursize instead of recalculating.pfg2015-02-151-1/+1
* ext2: Garbage-collect some unused variablespfg2015-01-191-2/+2
* ext2fs: Fix a bug when sorting htree entries.pfg2014-03-061-1/+1
* ext2fs: use of tab vs spaces.pfg2014-02-281-1/+1
* ext2fs: Use i_flag instead of i_flags for Ext4 inode flags.pfg2014-01-281-2/+2
* ext2fs: fix a bug in dirindex and re-enable.pfg2014-01-241-2/+0
* ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.pfg2014-01-211-2/+2
* ext2fs: temporarily disable htree directory index.pfg2013-09-071-0/+2
* Fix some typos.pfg2013-07-071-3/+3
* Initial implementation of the HTree directory index.pfg2013-07-061-0/+899
OpenPOWER on IntegriCloud