summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* 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