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
/
fuse
Commit message (
Expand
)
Author
Age
Files
Lines
*
If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attempted
rmacklem
2016-05-18
1
-3
/
+4
*
Fix fuse for "cp" of a mode 0444 file to the file system.
rmacklem
2016-05-15
3
-1
/
+24
*
Fix fuse so that stale buffer cache data isn't read.
rmacklem
2016-05-15
1
-0
/
+2
*
Fix fuse to use DIRECT_IO when required.
rmacklem
2016-05-14
2
-2
/
+23
*
sys/fs: spelling fixes in comments.
pfg
2016-04-29
2
-6
/
+6
*
Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.
glebius
2015-12-16
1
-14
/
+10
*
A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().
glebius
2015-12-16
1
-30
/
+16
*
File systems that do not use the buffer cache (such as ZFS) must
rmacklem
2015-04-15
1
-0
/
+1
*
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
*
The VOP_LOOKUP() implementations for CREATE op do not put the name
kib
2014-12-18
1
-1
/
+1
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
2
-4
/
+4
*
Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().
glebius
2014-09-10
1
-1
/
+0
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-1
/
+2
*
The soft and hard busy mechanism rely on the vm object lock to work.
attilio
2013-08-09
1
-30
/
+2
*
fuse: revert kernel_header update.
pfg
2013-07-24
1
-86
/
+10
*
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
*
MFC
attilio
2013-02-26
1
-1
/
+0
*
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
2
-11
/
+11
*
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
2
-3
/
+2
*
Add support for IO_APPEND flag in fuse
bapt
2013-01-08
1
-3
/
+5
*
- Protect mnt_data and mnt_flags under the mount interlock
attilio
2012-11-10
1
-7
/
+7
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-1
/
+0
*
- Current caching mode is completely broken because it simply relies
attilio
2012-11-08
7
-150
/
+16
*
fuse_io* must be able to crunch also VDIR vnodes.
attilio
2012-11-05
1
-2
/
+2
*
Fix a bug where operations was carried on even if not implemented,
attilio
2012-11-03
1
-6
/
+4
*
Remove unneeded D_NEEDMINOR.
ed
2012-10-18
1
-1
/
+0
*
Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order to
attilio
2012-10-14
8
-84
/
+84
*
Import a FreeBSD port of the FUSE Linux module.
attilio
2012-10-13
18
-0
/
+8167