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
*
The NFS client generated directory block(s) with d_fileno == 0
rmacklem
2015-05-23
1
-38
/
+0
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
1
-1
/
+1
*
Always set p_oppid when attaching to an existing process via procfs
jhb
2015-05-22
1
-1
/
+1
*
The NFS client wasn't handling getdirentries(2) requests for sizes
rmacklem
2015-05-21
1
-1
/
+15
*
Do not promote large async writes to sync.
mav
2015-05-14
1
-34
/
+15
*
Fix the NFS server's handling of a bogus NFSv2 ROOT RPC.
rmacklem
2015-04-25
1
-1
/
+2
*
MAXBSIZE defines both the largest UFS block size and the
rmacklem
2015-04-25
2
-5
/
+5
*
Prevent a double free.
pfg
2015-04-20
1
-1
/
+3
*
nfsrpc_createv4: fix double free.
pfg
2015-04-19
1
-1
/
+3
*
Change wcommitsize default from one empirical value to another.
mav
2015-04-19
1
-4
/
+7
*
Replace "new NFS" with just "NFS" in some sysctl description strings.
trasz
2015-04-19
3
-10
/
+10
*
Drop experimental dir_index support.
pfg
2015-04-17
7
-1492
/
+115
*
mav@ has found that NFS servers exporting ZFS file systems
rmacklem
2015-04-16
4
-7
/
+18
*
File systems that do not use the buffer cache (such as ZFS) must
rmacklem
2015-04-15
7
-4
/
+12
*
tmpfs_getattr(): Return more correct allocated byte counts.
will
2015-04-10
1
-2
/
+6
*
Do not call msdosfs_sync() on the read-only msdosfs mounts. In fact,
kib
2015-04-05
1
-6
/
+6
*
Assert that an msdosfs mount is not read-only when FAT modifications
kib
2015-04-05
1
-0
/
+6
*
Refine r280308. Do not completely disable timestamping of devfs nodes
kib
2015-04-01
1
-7
/
+25
*
msdosfs: mark unused compat-mount fields
kib
2015-03-22
1
-4
/
+2
*
Disable timestamping on devfs read/write operations by default.
delphij
2015-03-21
2
-3
/
+12
*
o Enhance vm_pager_free_nonreq() function:
glebius
2015-03-17
1
-2
/
+4
*
Fix white spaces.
jkim
2015-03-02
1
-18
/
+18
*
Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correct
trasz
2015-03-02
3
-1
/
+29
*
nandfs_meta_bread() calls bread() which can set bp to NULL in some
imp
2015-03-01
1
-1
/
+2
*
Do not leak 'copy' buffer if bmap_truncate_indirect fails.
kan
2015-02-28
1
-0
/
+1
*
Some fixes for fdescfs lookup code.
kib
2015-02-28
1
-10
/
+32
*
The VNASSERT in vflush() FORCECLOSE case is trying to panic early to
kib
2015-02-27
1
-2
/
+1
*
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
*
Restore ABI compatibility, broken in r273127. Note that while this fixes
trasz
2015-02-10
2
-1
/
+53
*
Remove duplicated assignment.
kib
2015-02-03
1
-1
/
+0
*
Update directory times immediately after an entry is created or
kib
2015-01-31
1
-0
/
+2
*
Remove single-use boolean.
kib
2015-01-31
1
-3
/
+1
*
POSIX states that write(2) "shall mark for update the last data
kib
2015-01-31
2
-2
/
+3
*
Fix a -Wcast-qual warning in smbfs_subr.c, by using __DECONST. No
dim
2015-01-30
1
-2
/
+2
*
Fix a -Wcast-qual warning in udf_vnops.c, by using __DECONST. No
dim
2015-01-30
1
-2
/
+3
*
Fix a bunch of -Wcast-qual warnings in cd9660_util.c, by using
dim
2015-01-29
1
-2
/
+4
*
Fix a bunch of -Wcast-qual warnings in msdosfs_conv.c, by using
dim
2015-01-29
1
-6
/
+7
*
Add allow.mount.fdescfs jail flag.
jamie
2015-01-28
1
-1
/
+6
*
Update mtime for tmpfs files modified through memory mapping. Similar
kib
2015-01-28
4
-5
/
+67
*
tmpfs does not use UVM on FreeBSD.
kib
2015-01-28
1
-4
/
+4
*
Stop enforcing additional reference on all cdevs, which was introduced
kib
2015-01-19
2
-6
/
+1
*
Ignore devfs directory entries for devices either being destroyed or
kib
2015-01-19
2
-0
/
+13
*
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
*
Make SIGSTOP working for sleeps done while waiting for fifo readers or
kib
2015-01-18
1
-1
/
+7
*
ext2: cosmetical issues
pfg
2015-01-17
1
-2
/
+5
[next]