aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2018-09-20Don't enable adaptive readdirplus unless fs has readdir() handler.Nikolaus Rath-1/+2
2018-09-17Do not include struct fuse_buf in struct fuse_workerNikolaus Rath-10/+9
2018-08-29return different non-zero error codes (#290)Oded Arbel-6/+6
2018-08-26Fix memory leak of FUSE modulesRostislav-3/+23
2018-08-26Fix invalid free of memory pointer in 'struct fuse_buf'Rostislav-1/+2
2018-08-25Make meson build scripts subprojects friendlyMartin Blanchard-1/+3
2018-07-25Remove unused member of 'struct fuse_dh'Rostislav Skudnov-1/+0
2018-07-21Fix readdir() bug when a non-zero offset is specified in filler (#269)Rostislav-11/+15
2018-05-18rename: perform user mode dir loop check when not done in kernelBill Zissimooulos-10/+12
2018-05-18rename: perform user mode dir loop check when not done in kernelBill Zissimooulos-3/+59
2018-04-13Drop unneeded void cast for actually used local variableTomohiro Kusumi-1/+0
2018-02-09Fix uninitialised read in fuse_new_30() (#231) (#234)Ashley Pittman-0/+3
2017-11-27Spelling (#223)Josh Soref-2/+2
2017-11-03Backed out d92bf83Nikolaus Rath-1/+1
2017-09-27Adding pointer dereferencing after calling dlsym()Sangwoo Moon-1/+1
2017-09-25fuse_lib_ioctl(): don't call memcpy with NULL argumentNikolaus Rath-1/+1
2017-09-25Link with -lrt to support ancient libcNikolaus Rath-1/+4
2017-09-19Correctly define fusermount3 path.Nikolaus Rath-1/+1
2017-09-19Make *_loop_mt() available in version 3.0 againNikolaus Rath-2/+2
2017-09-19Fix versioned symbols in version scriptNikolaus Rath-1/+4
2017-09-19Don't use external symbol names in internal filesNikolaus Rath-7/+6
2017-09-11fuse_kern_unmount(): close fd before calling umountNikolaus Rath-1/+1
2017-08-25do_init(): print missing capabilities if there are any.Nikolaus Rath-1/+2
2017-08-24Dropped support for building with autotoolsNikolaus Rath-43/+0
2017-08-24Add idle_threads mount option.Joseph Dodge-12/+58
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki-0/+41
2017-08-23fuse_loop_mt(): on error, return errno rather than -1.Nikolaus Rath-1/+1
2017-08-23fuse_loop(): don't return non-zero if there was no errorNikolaus Rath-0/+4
2017-08-22Document and unify error codes of fuse_lowlevel_notify_*Nikolaus Rath-3/+9
2017-08-22Fix two compiler warnings.Nikolaus Rath-1/+1
2017-08-22Allow building without iconv.Nikolaus Rath-1/+7
2017-08-14directly call fuse_new_31() instead of fuse_new() internallyuserwithuid-3/+4
2017-08-11fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionallyNikolaus Rath-1/+2
2017-08-11fuse_kern_unmount(): fix variable type.Nikolaus Rath-1/+2
2017-08-11Fix unused variable warnings under FreeBSD.Nikolaus Rath-2/+2
2017-08-07Fix support for FUSE_POSIX_ACLMarcin Sulikowski-0/+2
2017-08-06Released 3.1.1Nikolaus Rath-1/+1
2017-08-03Simplify and fix FreeBSD fsname handlingNikolaus Rath-29/+10
2017-08-03Simply #ifdefsNikolaus Rath-53/+0
2017-08-03FreeBSD: supprt fsname= optionBaptiste Daroussin-0/+30
2017-08-03FreeBSD: use unmount(2) and add missing FreeBSD mount optionBaptiste Daroussin-0/+12
2017-08-01Fix compiler warnings of gcc-5.4.xBanglang-1/+1
2017-07-13Only declare fuse_new_30() when FUSE_USE_VERSION == 30Nikolaus Rath-24/+26
2017-07-13fuse_new_30(): call fuse_new_31(), not fuse_new()Nikolaus Rath-1/+1
2017-07-08Fixup symbol versioning for GCC 4.xNikolaus Rath-4/+7
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-53/+111
2017-07-08Fixed description of struct fuse_conn_info->time_granNikolaus Rath-1/+2
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath-3/+0
2017-07-06Don't redefine FUSE_USE_VERSIONNikolaus Rath-4/+0
2017-06-05getgroups(): clarify codeNikolaus Rath-1/+1