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_alloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r310705, r310706:
pfg
2017-01-04
1
-63
/
+68
*
MFC r297796:
pfg
2016-04-25
1
-1
/
+2
*
MFC r297479, r297695:
kevlo
2016-04-14
1
-3
/
+1
*
MFC r294504, r294652, r294653, r294655:
pfg
2016-03-17
1
-0
/
+1
*
MFC r277340, r277349:
pfg
2015-01-28
1
-6
/
+3
*
MFC r262623, r262667:
pfg
2014-03-04
1
-52
/
+52
*
MFC r261136:
pfg
2014-01-31
1
-2
/
+2
*
Define ext2fs local types and use them.
pfg
2013-08-13
1
-9
/
+10
*
Define and use e2fs_lbn_t in ext2fs.
pfg
2013-06-23
1
-2
/
+3
*
Re-sort ext2fs headers to make things easier to find.
pfg
2013-06-16
1
-1
/
+1
*
Relax some unnecessary unsigned type changes in ext2fs.
pfg
2013-06-13
1
-6
/
+6
*
Turn DIAGNOSTICs to INVARIANTS in ext2fs.
pfg
2013-06-12
1
-6
/
+6
*
s/file system/filesystem/g
pfg
2013-06-11
1
-5
/
+5
*
Prepare to replace the buf splay with a trie:
jeff
2013-04-06
1
-2
/
+0
*
ext2fs: Use prototype declarations for function definitions
pfg
2013-02-10
1
-34
/
+9
*
ext2fs: general cleanup.
pfg
2013-02-02
1
-5
/
+4
*
ext2fs: make some inode fields match the ext2 spec.
pfg
2013-01-22
1
-1
/
+1
*
ext2fs: temporarily disable the reallocation code.
pfg
2013-01-22
1
-2
/
+2
*
Partially bring r242520 to ext2fs.
pfg
2012-11-28
1
-0
/
+12
*
Fix up kernel sources to be ready for a 64-bit ino_t.
mdf
2012-09-27
1
-2
/
+2
*
Add support for ns timestamps and birthtime to the ext2/3 driver.
pfg
2012-03-08
1
-6
/
+12
*
Migrate ufs and ext2fs from skpc() to memcchr().
ed
2012-01-01
1
-25
/
+14
*
Style cleanups by jh@.
pfg
2011-12-16
1
-3
/
+3
*
Bring in reallocblk to ext2fs.
pfg
2011-12-15
1
-34
/
+154
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Various style fixes including using uint*_t instead of u_int*_t.
jhb
2011-04-27
1
-2
/
+2
*
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
*
Fix build with DIAGNOSTIC enabled.
jhb
2011-02-02
1
-4
/
+4
*
- Set the next_alloc fields for an i-node after allocating a new block
jhb
2011-02-01
1
-14
/
+58
*
Whitespace and style fixes.
jhb
2011-01-19
1
-2
/
+1
*
- Remove duplicate comment.
lulf
2010-09-01
1
-14
/
+0
*
Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer
lulf
2010-01-14
1
-0
/
+973