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
Commit message (
Expand
)
Author
Age
Files
Lines
*
NULL stale pointers (should be a no-op as they should no longer be
jmg
2013-09-25
1
-0
/
+5
*
fix a bug where we access a bread buffer after we have brelse'd it...
jmg
2013-09-25
1
-5
/
+5
*
Fix the length calculation for the final block of a sendfile(2)
des
2013-09-10
1
-0
/
+10
*
ext2fs: temporarily disable htree directory index.
pfg
2013-09-07
2
-0
/
+4
*
Handle cases where capability rights are not provided.
pjd
2013-09-05
1
-1
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
4
-7
/
+14
*
Crashes have been observed for NFSv4.1 mounts when the system
rmacklem
2013-09-04
1
-11
/
+9
*
Forced dismounts of NFS mounts can fail when thread(s) are stuck
rmacklem
2013-09-01
1
-0
/
+15
*
Support storing 7 additional file flags in tmpfs:
ken
2013-08-28
1
-3
/
+4
*
Remove most of the remaining sysctl name list macros. They were only
jhb
2013-08-26
1
-5
/
+0
*
Allow tmpfs be mounted inside jail.
delphij
2013-08-23
1
-1
/
+7
*
Expand the use of stat(2) flags to allow storing some Windows/DOS
ken
2013-08-21
4
-52
/
+133
*
Make the seek a method of the struct fileops.
kib
2013-08-21
1
-0
/
+1
*
Extract the general-purpose code from tmpfs to perform uiomove from
kib
2013-08-21
1
-211
/
+24
*
Restore the previous sendfile(2) behaviour on the block devices.
kib
2013-08-16
1
-0
/
+1
*
Fix several performance related issues in the new NFS server's
rmacklem
2013-08-14
4
-85
/
+230
*
ext2fs: update format specifiers for ext4 type.
pfg
2013-08-14
1
-4
/
+4
*
ext2fs: update format specifiers for ext4 type.
pfg
2013-08-13
1
-1
/
+1
*
Define ext2fs local types and use them.
pfg
2013-08-13
8
-44
/
+48
*
Add read-only support for extents in ext2fs.
pfg
2013-08-12
11
-29
/
+561
*
The soft and hard busy mechanism rely on the vm object lock to work.
attilio
2013-08-09
3
-44
/
+9
*
Small typo.
pfg
2013-08-08
1
-1
/
+1
*
The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node,
kib
2013-08-05
2
-0
/
+25
*
Revert r253939:
attilio
2013-08-05
1
-6
/
+8
*
The page hold mechanism is fast but it has couple of fallouts:
attilio
2013-08-04
1
-8
/
+6
*
Remove unnecessary soft busy of the page before to do vn_rdwr() in
attilio
2013-08-04
1
-5
/
+3
*
Add license for the half MD4 algorithm used in ext2_half_md4().
pfg
2013-08-01
1
-5
/
+29
*
- Add const-qualifiers to the arguments of isonum_*().
marius
2013-07-28
1
-13
/
+22
*
make path matching in devfs rules consistent and sane (and safer)
avg
2013-07-26
1
-24
/
+38
*
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
*
fuse: revert kernel_header update.
pfg
2013-07-24
1
-86
/
+10
*
tmpfs works perfectly fine with -o union -- there is no reason to exclude it
nwhitehorn
2013-07-23
1
-1
/
+1
*
The NFSv4 server incorrectly assumed that the high order words of
rmacklem
2013-07-20
1
-7
/
+7
*
fuse: revert birthtime support.
pfg
2013-07-20
2
-6
/
+3
*
Adjust outsizes:
pfg
2013-07-20
1
-2
/
+2
*
Adjust outsizes:
pfg
2013-07-20
1
-2
/
+2
*
Update fuse_kernel header.
pfg
2013-07-15
1
-11
/
+85
*
Add creation timestamp (birthtime) support for fuse.
pfg
2013-07-13
1
-4
/
+1
*
Add creation timestamp (birthtime) support for fuse.
pfg
2013-07-12
2
-0
/
+8
*
Implement 1003.1-2001 pathconf() keys.
pfg
2013-07-10
1
-9
/
+44
*
Reinstate the assertion from r253045.
pfg
2013-07-09
1
-2
/
+2
*
Enhancement when writing an entire block of a file.
pfg
2013-07-09
1
-9
/
+20
*
Add support for host-based (Kerberos 5 service principal) initiator
rmacklem
2013-07-09
3
-34
/
+33
*
Avoid a panic and return EINVAL instead.
pfg
2013-07-08
1
-2
/
+2
*
Implement SEEK_HOLE/SEEK_DATA for ext2fs.
pfg
2013-07-07
1
-0
/
+20
*
Fix some typos.
pfg
2013-07-07
1
-3
/
+3
*
Initial implementation of the HTree directory index.
pfg
2013-07-06
9
-115
/
+1561
*
The tvp vnode on rename is usually unlinked. Drop the cached null
kib
2013-07-04
1
-1
/
+6
[next]