Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libfuse
/
20b24a16e10c8b5bb0535e9f06c40cf74ed8aabe
20b24a1
passthrough: implemented create()
by Nikolaus Rath
· 8 years ago
0986255
example/passthrough: use fi->fh for read, write, fallocate
by Nikolaus Rath
· 8 years ago
76218eb
passthrough:truncate(): work on file descriptor when possible
by Nikolaus Rath
· 8 years ago
db1c6ad
example/passthrough: close open files in release()
by Nikolaus Rath
· 8 years ago
f7c5d10
passthrough, passthrough_fh: disable attribute caching
by Nikolaus Rath
· 8 years ago
d3c3521
test_examples(): test without debug messages first
by Nikolaus Rath
· 8 years ago
3f656ef
test_examples(): avoid false positives from fuse debug output
by Nikolaus Rath
· 8 years ago
c24cc19
passthrough_ll: only test functions that are actually provided
by Nikolaus Rath
· 8 years ago
a0b814a
Fix rst markup.
by Nikolaus Rath
· 8 years ago
0a096eb
Document true meaning of the 'use_ino' option.
by Nikolaus Rath
· 8 years ago
c1ebb9b
Remove checked_unlink()
by Nikolaus Rath
· 8 years ago
4cfc274
Turn tst_mknod() into tst_create()
by Nikolaus Rath
· 8 years ago
deb2fa3
Renamed tst_write() to tst_open_write()
by Nikolaus Rath
· 8 years ago
d4092d7
Added tst_unlink()
by Nikolaus Rath
· 8 years ago
68d9584
tst_mkdir(): factor out tst_rmdir()
by Nikolaus Rath
· 8 years ago
aaa7a7c
Rename tst_unlink() to tst_open_unlink()
by Nikolaus Rath
· 8 years ago
3b04359
tst_readdir(): don't require create/mkdir support
by Nikolaus Rath
· 8 years ago
abae573
passthrough_ll: document that functionality is restricted
by Nikolaus Rath
· 8 years ago
aa1460f
hello.c: don't use constant instead of magic number
by guraga
· 8 years ago
77dee67
Document that -o auto_unmount implies -o nodev,nosuid
by Nikolaus Rath
· 8 years ago
4b58635
meson.build(): don't use absolute path for include_dir()
by Nikolaus Rath
· 8 years ago
c3d30f9
passthrough_fh: declare support for . and .. lookups.
by Nikolaus Rath
· 8 years ago
ee0b295
open(): fix documentation of O_TRUNC flag
by Nikolaus Rath
· 8 years ago
13df952
Document minimum required Meson version.
by Nikolaus Rath
· 8 years ago
e572050
Optimize fuse_fs_read. (#145)
by amosonn
· 8 years ago
578c8e0
Put -Werror in mesonconf, not CFLAGS
by Nikolaus Rath
· 8 years ago
61c419d
Pass _GNU_SOURCE as compiler argument
by Nikolaus Rath
· 8 years ago
4f1a929
Only use valgrind if requested explicitly + enable address sanitizer
by Nikolaus Rath
· 8 years ago
bcb8f75
Switch Travis build to Meson+Ninja
by Nikolaus Rath
· 8 years ago
9f96db7
Added experimental support for building with Meson+Ninja
by Nikolaus Rath
· 8 years ago
3006686
Replaced evil pointer magic with offsetof()
by Nikolaus Rath
· 8 years ago
9e3147f
Rephrased security information
by Nikolaus Rath
· 8 years ago
8d2b94a
Return with exitcode 0 if there are no errors.
by Nikolaus Rath
· 8 years ago
5c76353
Skip tests if not root and no setuid fusermount3.
by Nikolaus Rath
· 8 years ago
09d3885
Don't run whitespace cleanup
by Nikolaus Rath
· 8 years ago
ac25c15
Set IGNORE_MTAB when running under NetBSD
by Nikolaus Rath
· 8 years ago
0fa25d0
Use tabs in configure.ac
by Nikolaus Rath
· 8 years ago
845ecf0
Memory leak fixed in file : mount_bsd.c
by itsdeepak
· 8 years ago
8e69b19
Added documentation and test case for null example
by Nikolaus Rath
· 8 years ago
d6e86a7
Fixed use of uninitialized memory.
by Nikolaus Rath
· 8 years ago
c005ff3
Revert "Dropped example/null.c"
by Csaba Henk
· 8 years ago
0d3a165
Adding the markdown for travis CI build.
by Arunav Sanyal
· 8 years ago
085cbab
Released 3.0.0
by Nikolaus Rath
· 8 years ago
d6d3e50
Fix a grammatical error.
by Jay Hankins
· 8 years ago
0ff1e00
Released 3.0.0rc3
by Nikolaus Rath
· 8 years ago
56fde4b
Improve documentation of fuse_session_unmount
by Nikolaus Rath
· 8 years ago
8e9cf9e
Return signal value if session loop is terminated by signal and improve documentation
by Nikolaus Rath
· 8 years ago
940a1f9
Improve documentation of `fuse_file_info.keep_cache`
by Nikolaus Rath
· 8 years ago
cac5660
examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro).
by Przemyslaw Pawelczyk
· 8 years ago
237c5c1
examples/passthrough_ll.c: Close root fd before application ends.
by Przemyslaw Pawelczyk
· 8 years ago
a3fda25
examples/passthrough_ll.c: Fix segfault when showing help or version.
by Przemyslaw Pawelczyk
· 8 years ago
dfbfee0
Rename more things from fuse to fuse3
by Przemysław Pawełczyk
· 8 years ago
4fdf83f
Document that FUSE_CAP_POSIX_ACL turns on -o default_permissions
by Nikolaus Rath
· 8 years ago
4175f96
Make handling of -oallow_root easier to understand
by Nikolaus Rath
· 8 years ago
05de3c9
Add support for FUSE_HANDLE_KILLPRIV
by Nikolaus Rath
· 8 years ago
e16fdc0
Add support for FUSE_POSIX_ACL
by Nikolaus Rath
· 8 years ago
3296ad9
Added support for FUSE_PARALLEL_DIROPS
by Nikolaus Rath
· 8 years ago
5e35dfb
Updated kernel API headers.
by Nikolaus Rath
· 8 years ago
d4df7f1
Document fuse_conn_info.max_background
by Nikolaus Rath
· 8 years ago
cb2111c
Distinguish between mount options and libfuse options
by Nikolaus Rath
· 8 years ago
4172f78
Fixed manpage formatting.
by Nikolaus Rath
· 8 years ago
08ce854
Enable more capabilities by default, and document defaults.
by Nikolaus Rath
· 8 years ago
007c9a2
Update ChangeLog to include recent documentation improvements
by Nikolaus Rath
· 8 years ago
c4c4819
Abort if fs requests capabilities not supported by kernel.
by Nikolaus Rath
· 8 years ago
dddd819
Fail more nicely on max_read mismatch
by Nikolaus Rath
· 8 years ago
e3958ae
Fix typo in comment
by Nikolaus Rath
· 8 years ago
c22da7f
Add support for more detailed error codes from main loop
by Nikolaus Rath
· 8 years ago
2e6cd2d
Fix typo in comment
by Nikolaus Rath
· 8 years ago
c205bc9
Document special semantics of ENOSYS error code.
by Nikolaus Rath
· 8 years ago
77eae11
Document "congestion_threshold" parameter.
by Nikolaus Rath
· 8 years ago
73bfe76
Make max_background and congestion_threshold "officially undocumented"
by Nikolaus Rath
· 8 years ago
387cfef
Improve documentation of FUSE_CAP_AUTO_INVAL_DATA
by Nikolaus Rath
· 8 years ago
ad46348
Improve getattr() description
by Nikolaus Rath
· 8 years ago
a23607b
Improve description of FUSE_CAP_NO_OPEN_SUPPORT flag.
by Nikolaus Rath
· 8 years ago
47426d4
Added documentation for FUSE_CAP_FLOCK_LOCKS
by Nikolaus Rath
· 8 years ago
c95846b
Improve documentation of fuse_conn_info.time_gran.
by Nikolaus Rath
· 8 years ago
0e08174
Make test for util-linux version more robust
by Nikolaus Rath
· 8 years ago
eb9f126
Don't expect EACCESS errors as root
by Nikolaus Rath
· 8 years ago
d0b377c
Released 3.0.0-rc2
by Nikolaus Rath
· 8 years ago
16a24c0
Removed reference to developer-notes.rst (was removed earlier)
by Nikolaus Rath
· 8 years ago
d85279d
Fixed section names in documentation index
by Nikolaus Rath
· 8 years ago
108c826
Fix documentation: fuse_file_info may be NULL for open files
by Nikolaus Rath
· 8 years ago
079b3f6
Removed reference to fgetattr and ftruncate (don't exist anymore)
by Nikolaus Rath
· 8 years ago
7a9e037
Fixed typo in comment.
by Nikolaus Rath
· 8 years ago
1fe4258
Don't hardcode test file name.
by Nikolaus Rath
· 8 years ago
a50b2ab
Added test for fchmod
by Nikolaus Rath
· 8 years ago
aaee3f9
Merge pull request #109 from divinity76/patch-1
by Nikolaus Rath
· 8 years ago
776ef9f
silence bogus eclipse linter warning
by divinity76
· 8 years ago
7983414
Clean-up doxygen documentation
by Nikolaus Rath
· 8 years ago
b27033b
Fix memory leak in fusermount.
by Nikolaus Rath
· 8 years ago
695e45a
Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3
by Nikolaus Rath
· 8 years ago
3475bc3
Released 3.0.0rc1
by Nikolaus Rath
· 8 years ago
d8d894e
man: Document suid requirement
by Mihail Konev
· 8 years ago
e885e84
Add max_read to fuse_conn_info
by Nikolaus Rath
· 8 years ago
4fade0c
Removed obsolete FUSE_DEV_OLD
by Nikolaus Rath
· 8 years ago
9768595
Removed some more "Changed in version x.py" comments.
by Nikolaus Rath
· 8 years ago
131955f
Recommend when to use -o default_permissions automatically
by Nikolaus Rath
· 8 years ago
11f07d1
Describe all mount options in mount.fuse(8).
by Nikolaus Rath
· 8 years ago
ba653b1
Improve documentation of -o default_permissions
by Nikolaus Rath
· 8 years ago
d73b198
Improve documentation of capability flags.
by Nikolaus Rath
· 8 years ago
Next »