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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the data structures with some fields reserved for
pfg
2012-02-07
3
-10
/
+29
*
Current implementations of sync(2) and syncer vnode fsync() VOP uses
kib
2012-02-06
1
-3
/
+0
*
Migrate ufs and ext2fs from skpc() to memcchr().
ed
2012-01-01
1
-25
/
+14
*
Style cleanups by jh@.
pfg
2011-12-16
9
-26
/
+28
*
Bring in reallocblk to ext2fs.
pfg
2011-12-15
5
-38
/
+335
*
Merge ext2_readwrite.c into ext2_vnops.c as done in UFS in r101729.
pfg
2011-12-14
2
-382
/
+329
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
1
-1
/
+1
*
Merge comments about converting directory entries to be more direct and
jhb
2011-05-14
1
-11
/
+5
*
Clarify the comment.
kib
2011-04-30
1
-1
/
+2
*
Update a comment since ext2fs does not use SU.
jhb
2011-04-28
1
-3
/
+3
*
The b_dep field of buffers is always empty for ext2fs, it is only used
jhb
2011-04-28
1
-6
/
+3
*
Sync with several changes in UFS/FFS:
jhb
2011-04-28
7
-68
/
+167
*
Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.
jhb
2011-04-27
4
-9
/
+9
*
Various style fixes including using uint*_t instead of u_int*_t.
jhb
2011-04-27
5
-105
/
+116
*
Use ffs() to locate free bits in the inode and block bitmaps rather than
jhb
2011-02-24
1
-18
/
+10
*
After reading a bitmap block for i-nodes or blocks, recheck the count of
jhb
2011-02-08
1
-0
/
+18
*
Collapse duplicate definitions of EXT2_SB().
jhb
2011-02-04
1
-17
/
+6
*
Fix build with DIAGNOSTIC enabled.
jhb
2011-02-02
1
-4
/
+4
*
Some cosmetic fixes and remove a duplicate constant.
jhb
2011-02-01
3
-10
/
+7
*
- Set the next_alloc fields for an i-node after allocating a new block
jhb
2011-02-01
1
-14
/
+58
*
- Move special inode constants to ext2_dinode.h and rename them to match
jhb
2011-01-21
2
-17
/
+27
*
Restore support for the 'async' and 'sync' mount options lost when
jhb
2011-01-21
1
-3
/
+3
*
Fix build with KDB defined.
jhb
2011-01-19
1
-0
/
+2
*
Whitespace and style fixes.
jhb
2011-01-19
3
-6
/
+5
*
Move calculation of 'bmask' earlier to match it's current location in
jhb
2011-01-19
1
-1
/
+2
*
Merge 118969 from UFS:
jhb
2011-01-19
3
-4
/
+5
*
Remove prtactive variable and related printf()s in the vop_inactive
kib
2010-11-19
1
-5
/
+0
*
- Remove duplicate comment.
lulf
2010-09-01
1
-14
/
+0
*
Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().
trasz
2010-05-05
2
-15
/
+2
*
Fix common misspelling of hierarchy
uqs
2010-02-20
1
-1
/
+1
*
Revert parts of r202283:
lulf
2010-01-18
1
-4
/
+7
*
Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer
lulf
2010-01-14
17
-0
/
+7533