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
*
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