index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
ext2fs
/
ext2_lookup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r262623, r262667:
pfg
2014-03-04
1
-1
/
+1
*
MFC r260988, r261034, r261120, r261235:
pfg
2014-01-31
1
-4
/
+2
*
ext2fs: temporarily disable htree directory index.
pfg
2013-09-07
1
-0
/
+2
*
ext2fs: Return EINVAL for negative uio_offset as in UFS.
pfg
2013-07-25
1
-8
/
+2
*
ext2fs: Drop a check that wan't supposed to be in r253651.
pfg
2013-07-25
1
-4
/
+1
*
ext2fs: Don't assume that on-disk format of a directory is the same
pfg
2013-07-25
1
-81
/
+99
*
Initial implementation of the HTree directory index.
pfg
2013-07-06
1
-113
/
+223
*
Bring some updates from ufs_lookup to ext2fs.
pfg
2013-06-29
1
-8
/
+11
*
Turn DIAGNOSTICs to INVARIANTS in ext2fs.
pfg
2013-06-12
1
-2
/
+2
*
ext2fs: Use prototype declarations for function definitions
pfg
2013-02-10
1
-37
/
+10
*
ext2fs: move assignment where it is not dead.
pfg
2013-02-05
1
-2
/
+3
*
ext2fs: Remove useless rootino local variable.
pfg
2013-02-05
1
-4
/
+3
*
ext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().
pfg
2013-02-05
1
-2
/
+2
*
ext2fs: Use nitems().
pfg
2013-02-05
1
-6
/
+4
*
ext2fs: general cleanup.
pfg
2013-02-02
1
-1
/
+1
*
Fix a couple of issues that appear to be inherited from the old
pfg
2012-05-16
1
-11
/
+47
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-1
/
+2
*
Style cleanups by jh@.
pfg
2011-12-16
1
-2
/
+2
*
Merge comments about converting directory entries to be more direct and
jhb
2011-05-14
1
-11
/
+5
*
Sync with several changes in UFS/FFS:
jhb
2011-04-28
1
-2
/
+10
*
Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.
jhb
2011-04-27
1
-2
/
+3
*
Move calculation of 'bmask' earlier to match it's current location in
jhb
2011-01-19
1
-1
/
+2
*
Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer
lulf
2010-01-14
1
-0
/
+1101