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
*
ext2fs: Use i_flag instead of i_flags for Ext4 inode flags.
pfg
2014-01-28
8
-16
/
+17
*
ext2fs: Re-enable reallocblk.
pfg
2014-01-24
1
-2
/
+2
*
ext2fs: fix a bug in dirindex and re-enable.
pfg
2014-01-24
2
-6
/
+1
*
ext2fs: fix logic error in the previous change.
pfg
2014-01-22
3
-6
/
+5
*
ext2fs: Translate the EXT4_EXTENTS and EXT4_INDEX to the inode flags.
pfg
2014-01-21
9
-21
/
+35
*
Fix lock leak in purely hypothetical case of TCP connection without SVC_ACK
mav
2014-01-14
3
-11
/
+13
*
ext2fs: fix inode flag conversion.
pfg
2014-01-11
1
-2
/
+2
*
Fix off-by-one error in r260229.
mav
2014-01-07
1
-1
/
+1
*
Rework NFS Duplicate Request Cache cleanup logic.
mav
2014-01-03
6
-160
/
+120
*
Slightly simplify expiration logic introduced in r254337.
mav
2013-12-25
1
-12
/
+20
*
The NFSv4 server would call VOP_SETATTR() with a shared locked vnode
rmacklem
2013-12-25
3
-5
/
+12
*
An intermittent problem with NFSv4 exporting of ZFS snapshots was
rmacklem
2013-12-24
1
-0
/
+37
*
The NFSv4 client was passing both the p and cred arguments to
rmacklem
2013-12-24
2
-2
/
+7
*
ext2fs: make the hashing algorithm match the linux code.
pfg
2013-12-23
1
-2
/
+2
*
The NFSv4.1 client didn't return NFSv4.1 specific error codes
rmacklem
2013-12-23
1
-6
/
+11
*
Fix RPC server threads file handle affinity to work better with ZFS.
mav
2013-12-23
1
-7
/
+11
*
Do not allow O_EXEC opens for fifo, return EINVAL.
kib
2013-12-17
1
-1
/
+1
*
Fix long known bug with handling device aliases residing not in devfs root.
mav
2013-12-12
1
-4
/
+12
*
For software builds, the NFS client does many small
rmacklem
2013-12-07
4
-11
/
+42
*
ext2fs: add two new reserved inodes.
pfg
2013-12-04
1
-0
/
+2
*
- Nuke a second copy of nfscl_attrcache extern declarations from under
pluknet
2013-11-26
1
-12
/
+5
*
Fix build, attempt two.
glebius
2013-11-26
1
-3
/
+10
*
Fix build.
glebius
2013-11-26
1
-15
/
+0
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
6
-9
/
+0
*
Redo r258088 to avoid relying on signed arithmetic overflow, since
kib
2013-11-20
1
-9
/
+4
*
Remove useless comparisions of assigned offset and resid with the
kib
2013-11-13
1
-4
/
+6
*
Fix an NFSv4.1 client specific case where a forced dismount would hang.
rmacklem
2013-11-09
3
-7
/
+21
*
During code inspection, I spotted that there was a code path where
rmacklem
2013-11-03
1
-10
/
+11
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
UFS2: make di_extsize unsigned.
pfg
2013-10-24
1
-1
/
+1
*
Similar to debug.iosize_max_clamp sysctl, introduce
kib
2013-10-15
1
-0
/
+4
*
Remove two instances of ARGSUSED comment, and wrap lines nearby the
kib
2013-10-15
1
-4
/
+4
*
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
[next]