index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libfuse
/
fuse_ops.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix fuse node lookups. Currently fusefs nodes in the kernel remember the
natano
2016-09-07
1
-13
/
+24
*
Use struct stat for storing attributes in fusebufs, because using struct
natano
2016-08-30
1
-56
/
+31
*
check return values in libfuse.
syl
2014-02-05
1
-8
/
+234
*
Add fuse support for IO_APPEND.
syl
2014-01-29
1
-3
/
+1
*
Fix .readdir() code following what is done in .getdir().
syl
2014-01-23
1
-16
/
+12
*
hook mknod() if create() implementation is not present.
syl
2014-01-20
1
-3
/
+9
*
Add support for mknod in fuse.
syl
2014-01-16
1
-1
/
+32
*
Call fuse callbacks on FBT_INIT and FBT_DESTROY.
syl
2014-01-02
1
-3
/
+21
*
Add support for truncate in fuse.
syl
2013-12-20
1
-1
/
+9
*
Fix issues with dirent returning junk due to removal of bzero in version 1.14.
beck
2013-12-09
1
-4
/
+5
*
Does not append a NUL character to buf in readlink(2).
syl
2013-12-03
1
-3
/
+14
*
Add support for FBT_RECLAIM that allow us to free the representation
syl
2013-12-03
1
-1
/
+18
*
Fix a big memory leak in libfuse.
syl
2013-11-21
1
-11
/
+10
*
1) our dirent entries are now 8 byte aligned.
guenther
2013-10-08
1
-4
/
+5
*
Fix some different signedness error. this commit make clang happier.
syl
2013-10-07
1
-7
/
+8
*
Remove an unused variable and a useless bzero
syl
2013-10-07
1
-3
/
+1
*
Refactor fb_len and fb_err handling in libfuse.
syl
2013-10-07
1
-73
/
+13
*
Remove useless debug code from libfuse
syl
2013-10-07
1
-9
/
+2
*
Adapt libfuse to FUSE kernel changes
syl
2013-10-07
1
-19
/
+31
*
Remove some useless DPRINTF.
syl
2013-08-10
1
-24
/
+2
*
Prep for big ino_t: cast to unsigned long long and format with %ll or %q
guenther
2013-08-08
1
-12
/
+13
*
hard code default values in the struct stat returned by getattr.
syl
2013-06-14
1
-1
/
+8
*
rename should be working now, from Sylvestre Gallon
tedu
2013-06-05
1
-1
/
+31
*
fix readdir, from sylvestre
tedu
2013-06-04
1
-3
/
+5
*
rcsids
tedu
2013-06-03
1
-0
/
+1
*
add userland fuse library. ok beck deraadt
tedu
2013-06-03
1
-0
/
+884