Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-08-22 | Document meaning of zero telldir() offset. | Nikolaus Rath | -15/+16 | |
2017-08-22 | Allow building without iconv. | Nikolaus Rath | -1/+9 | |
cfg.has('HAVE_ICONV') was always true. | ||||
2017-08-22 | Use 'buildtype' to set debug/optimization options | Nikolaus Rath | -2/+2 | |
Until now, running `mesonconf -D buildtype=debug` didn't have any effect - which was confusing. | ||||
2017-08-14 | directly call fuse_new_31() instead of fuse_new() internally | userwithuid | -3/+6 | |
this fixes building with lto, which failed since commit 503e32d01e4db00e90d7acfd81ab05386559069f | ||||
2017-08-14 | Fixed udev rules directory. | Nikolaus Rath | -2/+4 | |
2017-08-11 | Skip tests that aren't supported under FreeBSD. | Nikolaus Rath | -8/+25 | |
2017-08-11 | fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionally | Nikolaus Rath | -1/+2 | |
FreeBSD kernel does not support this. | ||||
2017-08-11 | Don't attempt to run fusermount3 under BSD. | Nikolaus Rath | -10/+21 | |
2017-08-11 | Call cp with -p instead of --preserve=mode | Nikolaus Rath | -1/+1 | |
Preserving other attributes doesn't hurt, and --preserve is not supported under FreeBSD. | ||||
2017-08-11 | Don't pass --update to cp | Nikolaus Rath | -1/+3 | |
Doesn't work on FreeBSD, and not strictly necessary. | ||||
2017-08-11 | Don't build passthrough_ll under BSD. | Nikolaus Rath | -2/+10 | |
2017-08-11 | fuse_kern_unmount(): fix variable type. | Nikolaus Rath | -1/+2 | |
2017-08-11 | Fix unused variable warnings under FreeBSD. | Nikolaus Rath | -2/+2 | |
2017-08-08 | Fix FreeBSD platform detection. | Nikolaus Rath | -1/+1 | |
2017-08-07 | Fix support for FUSE_POSIX_ACL | Marcin Sulikowski | -0/+9 | |
The kernel may set the FUSE_POSIX_ACL flag in the FUSE_INIT request to notify the userspace daemon that the OS does support POSIX ACLs for FUSE file systems. If the filesystem implementation wants to enable POSIX ACLs, it has to reply with the FUSE_POSIX_ACL flag set. However, the reply to the kernel never includes this flag, even if the implementation expresses the need by setting the FUSE_CAP_POSIX_ACL flag in the fuse_conn_info::want variable passed to its init callback. We modify the library to handle requests for FUSE_CAP_POSIX_ACL correctly, i.e., set the FUSE_POSIX_ACL flag in the FUSE_INIT reply to the kernel. Signed-off-by: Marcin Sulikowski <marcin.sulikowski@editshare.com> | ||||
2017-08-06 | Released 3.1.1 | Nikolaus Rath | -6/+11 | |
2017-08-06 | os_open(): don't attempt to close fd if open failed. | Nikolaus Rath | -1/+1 | |
2017-08-06 | Added writeback cache to passthrough_ll | Nikolaus Rath | -23/+107 | |
This fixes issue #191 (where the test was done by simply adding FUSE_CAP_WRITEBACK_CACHE without adjusting the flags in the open() call). Fixes: #191. | ||||
2017-08-06 | Clarified documentation for fuse_parse_cmdline() | Nikolaus Rath | -0/+3 | |
2017-08-06 | Removed compat stuff in passthrough_ll | Nikolaus Rath | -42/+0 | |
As the comment says, this made it compile but not work. If there is a need, we can add these checks to meson.build to only build this file if the prerequisites are satisfied. | ||||
2017-08-06 | Clarify how the filesystem should handle open/create flags | Nikolaus Rath | -25/+78 | |
2017-08-04 | passthrough_ll: added more debugging output | Nikolaus Rath | -1/+20 | |
2017-08-04 | Added append and seek tests | Nikolaus Rath | -3/+41 | |
2017-08-04 | Include ChangeLog in tarball | Nikolaus Rath | -1/+2 | |
2017-08-03 | Simplify and fix FreeBSD fsname handling | Nikolaus Rath | -33/+10 | |
This should simplify the code a lot. It also corrects a bug in that the (former) add_default_fsname() function actually set the -osubtype option. | ||||
2017-08-03 | Simply #ifdefs | Nikolaus Rath | -53/+0 | |
mount_bsd.c is only used when compiling for *BSD, and FreeBSD is the only BSD that supports FUSE. So there really is no need to check if this file is compiled under FreeBSD. | ||||
2017-08-03 | Fix FreeBSD detection in meson.build | Nikolaus Rath | -2/+2 | |
2017-08-03 | Added ChangeLog entry for FreeBSD commits. | Nikolaus Rath | -0/+3 | |
2017-08-03 | FreeBSD: supprt fsname= option | Baptiste Daroussin | -0/+34 | |
2017-08-03 | FreeBSD: use unmount(2) and add missing FreeBSD mount option | Baptiste Daroussin | -0/+12 | |
2017-08-03 | FreeBSD: do not build utilities | Baptiste Daroussin | -1/+4 | |
2017-08-03 | Produce more helpful message on OS-X and Windows. | Nikolaus Rath | -0/+10 | |
Fixes: #186. | ||||
2017-08-03 | Don't check st_nlink value for mkdir | Nikolaus Rath | -1/+6 | |
Some filesystems don't track this for directories. Fixes: #180. | ||||
2017-08-03 | Added changelog entry for symbol versioning fixes. | Nikolaus Rath | -0/+3 | |
2017-08-03 | Added changelog entry for commit f0ecf. | Nikolaus Rath | -0/+3 | |
2017-08-03 | Fix compilation on 32bit systems | Nikolaus Rath | -6/+12 | |
Fixes: #185. | ||||
2017-08-02 | Ask pkgconfig where we should install udev rules | Heiko Becker | -2/+6 | |
2017-08-01 | Fix compiler warnings of gcc-5.4.x | Banglang | -3/+3 | |
Signed-off-by: Banglang <banglang.huang@foxmail.com> | ||||
2017-07-13 | Only declare fuse_new_30() when FUSE_USE_VERSION == 30 | Nikolaus Rath | -26/+28 | |
This function shouldn't be called when using a newer fuse version, so we should not define it in that case. | ||||
2017-07-13 | fuse_new_30(): call fuse_new_31(), not fuse_new() | Nikolaus Rath | -1/+1 | |
I believe this function call is resolved by the compiler, not the linker, so this seems safer. Thanks to Chris Clayton for spotting this. | ||||
2017-07-08 | Fixup symbol versioning for GCC 4.x | Nikolaus Rath | -4/+7 | |
GCC 4.8 doesn't like to rename fuse_new_30 to fuse_new, if we also define an implementation for fuse_new. | ||||
2017-07-08 | Released 3.1.0 | Nikolaus Rath | -2/+4 | |
2017-07-08 | Added public fuse_lib_help(), bumped minor version | Nikolaus Rath | -70/+151 | |
2017-07-08 | Fixed description of struct fuse_conn_info->time_gran | Nikolaus Rath | -3/+8 | |
At least on Linux kernel 4.9, a value of zero gives more than 1-sec accuracy. | ||||
2017-07-07 | Error out if FUSE_USE_VERSION is not defined | Nikolaus Rath | -1/+1 | |
This is safer than making assumptions. | ||||
2017-07-07 | Don't use emacs' python-mode for meson files | Nikolaus Rath | -15/+0 | |
There is a proper meson-mode now. | ||||
2017-07-07 | Fixed typo in Changelog | Nikolaus Rath | -1/+1 | |
2017-07-06 | Don't redefine FUSE_USE_VERSION | Nikolaus Rath | -4/+0 | |
It's already set in meson.build as compiler flag. | ||||
2017-07-06 | Travis: use sudo-enabled environment. | Nikolaus Rath | -0/+1 | |
2017-07-06 | Added information about professional support. | Nikolaus Rath | -0/+7 | |