summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281670, r281703:pfg2015-04-221-223/+113
* MFC r277354, r277365:pfg2015-02-021-1/+0
* MFC r275897:kib2015-01-011-1/+1
* MFC r262623, r262667:pfg2014-03-041-1/+1
* MFC r260988, r261034, r261120, r261235:pfg2014-01-311-4/+2
* ext2fs: temporarily disable htree directory index.pfg2013-09-071-0/+2
* ext2fs: Return EINVAL for negative uio_offset as in UFS.pfg2013-07-251-8/+2
* ext2fs: Drop a check that wan't supposed to be in r253651.pfg2013-07-251-4/+1
* ext2fs: Don't assume that on-disk format of a directory is the samepfg2013-07-251-81/+99
* Initial implementation of the HTree directory index.pfg2013-07-061-113/+223
* Bring some updates from ufs_lookup to ext2fs.pfg2013-06-291-8/+11
* Turn DIAGNOSTICs to INVARIANTS in ext2fs.pfg2013-06-121-2/+2
* ext2fs: Use prototype declarations for function definitionspfg2013-02-101-37/+10
* ext2fs: move assignment where it is not dead.pfg2013-02-051-2/+3
* ext2fs: Remove useless rootino local variable.pfg2013-02-051-4/+3
* ext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().pfg2013-02-051-2/+2
* ext2fs: Use nitems().pfg2013-02-051-6/+4
* ext2fs: general cleanup.pfg2013-02-021-1/+1
* Fix a couple of issues that appear to be inherited from the oldpfg2012-05-161-11/+47
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Style cleanups by jh@.pfg2011-12-161-2/+2
* Merge comments about converting directory entries to be more direct andjhb2011-05-141-11/+5
* Sync with several changes in UFS/FFS:jhb2011-04-281-2/+10
* Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.jhb2011-04-271-2/+3
* Move calculation of 'bmask' earlier to match it's current location injhb2011-01-191-1/+2
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-0/+1101
OpenPOWER on IntegriCloud