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
*
Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT.
markj
2015-07-05
3
-5
/
+12
*
fd: make 'rights' a manadatory argument to fget* functions
mjg
2015-07-05
1
-1
/
+2
*
If a "principal" argument isn't provided for a Kerberized NFS mount,
rmacklem
2015-07-03
1
-2
/
+6
*
Alex Burlyga reported a POLA violation for the new NFS client as
rmacklem
2015-07-03
1
-3
/
+20
*
Huge cleanup of random(4) code.
markm
2015-06-30
1
-0
/
+3
*
Restore the td_cookie value for the tmpfs directory entry which was a
kib
2015-06-19
1
-0
/
+1
*
o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().
glebius
2015-06-17
1
-6
/
+0
*
Replace struct filedesc argument in getvnode with struct thread
mjg
2015-06-16
1
-1
/
+1
*
Make KPI of vm_pager_get_pages() more strict: if a pager changes a page
glebius
2015-06-12
1
-6
/
+4
*
Implement lockless resource limits.
mjg
2015-06-10
1
-3
/
+1
*
unionfs: fix suspendability check bugs
markj
2015-06-06
1
-8
/
+1
*
Add a new file operations hook for mmap operations. File type-specific
jhb
2015-06-04
1
-0
/
+65
*
Provide vnode in memory map info for files on tmpfs
vangyzen
2015-06-02
1
-4
/
+10
*
Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889.
delphij
2015-06-01
1
-0
/
+1
*
Make the NFS server use shared vnode locks for a few cases
rmacklem
2015-05-29
1
-5
/
+12
*
Provide VOP_GETPAGES_ASYNC() for extfs.
pfg
2015-05-28
1
-0
/
+1
*
Make the size of the hash tables used by the NFSv4 server tunable.
rmacklem
2015-05-27
8
-56
/
+105
*
Currently, softupdate code detects overstepping on the workitems
kib
2015-05-27
1
-0
/
+10
*
Hide vfs.pfs.trace variable if it is not used.
dchagin
2015-05-24
1
-0
/
+2
*
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
[next]