index
:
libfuse
master
reference implementation of the Linux FUSE (Filesystem in Userspace) interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
*
Backed out d92bf83
Nikolaus Rath
2017-11-03
*
Adding pointer dereferencing after calling dlsym()
Sangwoo Moon
2017-09-27
*
fuse_lib_ioctl(): don't call memcpy with NULL argument
Nikolaus Rath
2017-09-25
*
Link with -lrt to support ancient libc
Nikolaus Rath
2017-09-25
*
Correctly define fusermount3 path.
Nikolaus Rath
2017-09-19
*
Make *_loop_mt() available in version 3.0 again
Nikolaus Rath
2017-09-19
*
Fix versioned symbols in version script
Nikolaus Rath
2017-09-19
*
Don't use external symbol names in internal files
Nikolaus Rath
2017-09-19
*
fuse_kern_unmount(): close fd before calling umount
Nikolaus Rath
2017-09-11
*
do_init(): print missing capabilities if there are any.
Nikolaus Rath
2017-08-25
*
Dropped support for building with autotools
Nikolaus Rath
2017-08-24
*
Add idle_threads mount option.
Joseph Dodge
2017-08-24
*
Allow inode cache invalidation in high-level API
SÅ‚awek Rudnicki
2017-08-24
*
fuse_loop_mt(): on error, return errno rather than -1.
Nikolaus Rath
2017-08-23
*
fuse_loop(): don't return non-zero if there was no error
Nikolaus Rath
2017-08-23
*
Document and unify error codes of fuse_lowlevel_notify_*
Nikolaus Rath
2017-08-22
*
Fix two compiler warnings.
Nikolaus Rath
2017-08-22
*
Allow building without iconv.
Nikolaus Rath
2017-08-22
*
directly call fuse_new_31() instead of fuse_new() internally
userwithuid
2017-08-14
*
fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionally
Nikolaus Rath
2017-08-11
*
fuse_kern_unmount(): fix variable type.
Nikolaus Rath
2017-08-11
*
Fix unused variable warnings under FreeBSD.
Nikolaus Rath
2017-08-11
*
Fix support for FUSE_POSIX_ACL
Marcin Sulikowski
2017-08-07
*
Released 3.1.1
Nikolaus Rath
2017-08-06
*
Simplify and fix FreeBSD fsname handling
Nikolaus Rath
2017-08-03
*
Simply #ifdefs
Nikolaus Rath
2017-08-03
*
FreeBSD: supprt fsname= option
Baptiste Daroussin
2017-08-03
*
FreeBSD: use unmount(2) and add missing FreeBSD mount option
Baptiste Daroussin
2017-08-03
*
Fix compiler warnings of gcc-5.4.x
Banglang
2017-08-01
*
Only declare fuse_new_30() when FUSE_USE_VERSION == 30
Nikolaus Rath
2017-07-13
*
fuse_new_30(): call fuse_new_31(), not fuse_new()
Nikolaus Rath
2017-07-13
*
Fixup symbol versioning for GCC 4.x
Nikolaus Rath
2017-07-08
*
Added public fuse_lib_help(), bumped minor version
Nikolaus Rath
2017-07-08
*
Fixed description of struct fuse_conn_info->time_gran
Nikolaus Rath
2017-07-08
*
Don't use emacs' python-mode for meson files
Nikolaus Rath
2017-07-07
*
Don't redefine FUSE_USE_VERSION
Nikolaus Rath
2017-07-06
*
getgroups(): clarify code
Nikolaus Rath
2017-06-05
*
Fix comparison of integers of different signs
Angelo G. Del Regno
2017-06-05
*
Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker script
pablomh
2017-05-25
*
lib/meson.build: don't crash if there's no libdl
Nikolaus Rath
2017-05-24
*
fuse_signals.c: use new do_nothing function instead of SIG_IGN
Nikolaus Rath
2017-05-24
*
Released libfuse 3.0.2
Nikolaus Rath
2017-05-24
*
make buffer size match kernel max transfer size
Carlos Maiolino
2017-04-20
*
Set default options before parsing
Tej Chajed
2017-04-14
*
Released 3.0.1
Nikolaus Rath
2017-04-10
*
Optimize fuse_fs_read. (#145)
amosonn
2017-03-03
*
Added experimental support for building with Meson+Ninja
Nikolaus Rath
2017-01-12
*
Set IGNORE_MTAB when running under NetBSD
Nikolaus Rath
2016-12-23
*
Memory leak fixed in file : mount_bsd.c
itsdeepak
2016-12-23
*
Improve documentation of fuse_session_unmount
Nikolaus Rath
2016-11-29
[next]