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
*
MFC r313897:
pfg
2017-02-24
1
-1
/
+0
*
MFC r310705, r310706:
pfg
2017-01-04
20
-279
/
+294
*
MFC r309179:
pfg
2016-12-03
1
-1
/
+2
*
MFC r303799, r303800:
pfg
2016-09-06
2
-0
/
+15
*
Fix a style bug.
kevlo
2016-06-08
1
-1
/
+1
*
ext2fs: Stop dropping and reacquiring Giant around geom calls.
pfg
2016-06-07
1
-12
/
+0
*
ext2fs: rearrange ext4_bmapext().
pfg
2016-06-07
1
-17
/
+16
*
ext2fs(5): Cosmetic cleanups, mostly to the ext4 code.
pfg
2016-06-07
3
-16
/
+16
*
ext2fs: cleanup generation number management.
pfg
2016-06-07
2
-11
/
+3
*
arc4random() returns 0 to (2**32)−1, use an alternative to initialize
kevlo
2016-05-22
2
-2
/
+4
*
fs/ext2fs: spelling fixes on comment.
pfg
2016-04-29
1
-1
/
+1
*
ext2fs: make use of the howmany() macro when available.
pfg
2016-04-26
1
-4
/
+4
*
ext2_htree_release(): prevent signed integer overflow in a loop.
pfg
2016-04-23
1
-1
/
+1
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
1
-1
/
+1
*
ext2fs: replace 0 with NULL for pointers.
pfg
2016-04-11
1
-1
/
+2
*
Fix comment.
kevlo
2016-04-08
1
-3
/
+3
*
Add four new RCTL resources - readbps, readiops, writebps and writeiops,
trasz
2016-04-07
1
-0
/
+8
*
Update comment: Linux does set a randomized generation number of an inode
kevlo
2016-04-01
1
-3
/
+1
*
Update superblock and inode structs for ext4.
kevlo
2016-03-28
2
-17
/
+47
*
Ext2: cleanup setting of ctime/mtime/birthtime.
pfg
2016-02-19
1
-5
/
+3
*
ext2fs: Remove panics for rename() race conditions.
pfg
2016-02-14
1
-5
/
+8
*
Ext4: Use boolean type instead of '0' and '1'
pfg
2016-02-11
2
-8
/
+8
*
Ext4: fix handling of files with sparse blocks before extent's index.
pfg
2016-02-11
2
-15
/
+44
*
Revert r294695:
pfg
2016-02-03
1
-5
/
+7
*
ext2fs: passthrough any extra timestamps to the dinode struct.
pfg
2016-01-24
1
-7
/
+5
*
ext2: rename some directory index constants.
pfg
2016-01-24
1
-1
/
+1
*
Fix comment.
pfg
2016-01-24
1
-1
/
+1
*
Rename some directory index constants.
pfg
2016-01-24
4
-7
/
+7
*
ext2: Initialize i_flag after allocation.
pfg
2016-01-24
1
-0
/
+1
*
ext2fs: Bring back the htree dir_index implementation.
pfg
2016-01-21
7
-115
/
+1492
*
ext4: mount panic from freeing invalid pointers
pfg
2016-01-11
1
-1
/
+1
*
ext4: add support for reading sparse files
pfg
2016-01-11
4
-34
/
+80
*
ext2fs: reading mmaped file in Ext4 causes panic
pfg
2016-01-07
1
-6
/
+13
*
ext2: recognize ext4 INCOMPAT_RECOVER flag
pfg
2015-12-29
1
-0
/
+3
*
- Remove some dead code copied from ffs.
jeff
2015-07-29
1
-32
/
+0
*
Provide VOP_GETPAGES_ASYNC() for extfs.
pfg
2015-05-28
1
-0
/
+1
*
Drop experimental dir_index support.
pfg
2015-04-17
7
-1492
/
+115
*
File systems that do not use the buffer cache (such as ZFS) must
rmacklem
2015-04-15
1
-1
/
+2
*
ext2fs: Plug small memory leak
pfg
2015-02-15
1
-1
/
+2
*
Reuse value of cursize instead of recalculating.
pfg
2015-02-15
1
-1
/
+1
*
Initialize the allocation of variables related to the ext2 allocator.
pfg
2015-02-15
1
-6
/
+6
*
Fix the build when INVARIANTS is defined by restoring `bo`'s definition in
ngie
2015-01-19
1
-0
/
+6
*
ext2: Garbage-collect some unused variables
pfg
2015-01-19
7
-14
/
+2
*
ext2: fix for uninitialized pointer read.
pfg
2015-01-18
1
-1
/
+1
*
Remove dead code.
pfg
2015-01-18
1
-6
/
+3
*
ext2: cosmetical issues
pfg
2015-01-17
1
-2
/
+5
*
Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, some
kib
2014-12-21
1
-1
/
+3
*
The VOP_LOOKUP() implementations for CREATE op do not put the name
kib
2014-12-18
1
-1
/
+1
*
Adjust printf format specifiers for dev_t and ino_t in kernel.
gleb
2014-12-17
3
-9
/
+11
*
ext2fs: Fix old out-of-bounds access.
pfg
2014-12-09
1
-6
/
+16
[next]