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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-16
Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2).
helg
1
-1
/
+40
2018-06-08
Minor cleanup in ifuse_ops_setattr.
helg
1
-10
/
+10
2018-05-22
Implement support for libfuse use_ino option. This returns the file
helg
1
-16
/
+22
2018-05-21
Reformat debug output to one line per opcode to make it easier to
helg
1
-25
/
+41
2018-05-20
Implement FBT_FLUSH. This is sent whenever a file descriptor is closed with
helg
1
-1
/
+35
2018-05-16
libfuse should not maintain state for FBT_READDIR. If a directory is
helg
1
-55
/
+34
2018-05-15
Use memset(3) instead of bzero(3) for consistency and as per POSIX
helg
1
-10
/
+10
2017-11-30
vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can't
helg
1
-51
/
+1
2017-11-17
Fixes the following bugs when getcwd(3) is used on a fuse file system
helg
1
-9
/
+22
2016-09-07
Fix fuse node lookups. Currently fusefs nodes in the kernel remember the
natano
1
-13
/
+24
2016-08-30
Use struct stat for storing attributes in fusebufs, because using struct
natano
1
-56
/
+31
2014-02-05
check return values in libfuse.
syl
1
-8
/
+234
2014-01-29
Add fuse support for IO_APPEND.
syl
1
-3
/
+1
2014-01-23
Fix .readdir() code following what is done in .getdir().
syl
1
-16
/
+12
2014-01-20
hook mknod() if create() implementation is not present.
syl
1
-3
/
+9
2014-01-16
Add support for mknod in fuse.
syl
1
-1
/
+32
2014-01-02
Call fuse callbacks on FBT_INIT and FBT_DESTROY.
syl
1
-3
/
+21
2013-12-20
Add support for truncate in fuse.
syl
1
-1
/
+9
2013-12-09
Fix issues with dirent returning junk due to removal of bzero in version 1.14.
beck
1
-4
/
+5
2013-12-03
Does not append a NUL character to buf in readlink(2).
syl
1
-3
/
+14
2013-12-03
Add support for FBT_RECLAIM that allow us to free the representation
syl
1
-1
/
+18
2013-11-21
Fix a big memory leak in libfuse.
syl
1
-11
/
+10
2013-10-08
1) our dirent entries are now 8 byte aligned.
guenther
1
-4
/
+5
2013-10-07
Fix some different signedness error. this commit make clang happier.
syl
1
-7
/
+8
2013-10-07
Remove an unused variable and a useless bzero
syl
1
-3
/
+1
2013-10-07
Refactor fb_len and fb_err handling in libfuse.
syl
1
-73
/
+13
2013-10-07
Remove useless debug code from libfuse
syl
1
-9
/
+2
2013-10-07
Adapt libfuse to FUSE kernel changes
syl
1
-19
/
+31
2013-08-10
Remove some useless DPRINTF.
syl
1
-24
/
+2
2013-08-08
Prep for big ino_t: cast to unsigned long long and format with %ll or %q
guenther
1
-12
/
+13
2013-06-14
hard code default values in the struct stat returned by getattr.
syl
1
-1
/
+8
2013-06-05
rename should be working now, from Sylvestre Gallon
tedu
1
-1
/
+31
2013-06-04
fix readdir, from sylvestre
tedu
1
-3
/
+5
2013-06-03
rcsids
tedu
1
-0
/
+1
2013-06-03
add userland fuse library. ok beck deraadt
tedu
1
-0
/
+884