summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libfuse: add "clone_fd" optionclone_fdMiklos Szeredi2015-05-185-2/+63
* libfuse: get ref for reqMiklos Szeredi2015-05-181-1/+3
* libfuse: refcount fuse_chan objectsMiklos Szeredi2015-05-186-10/+47
* libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()Miklos Szeredi2015-04-234-0/+11
* libfuse: fix handling of '.' and '..' in highlevel readdirplusMiklos Szeredi2015-02-262-4/+14
* libfuse: fix fuse_remove_signal_handlers()Miklos Szeredi2015-02-262-11/+16
* Fix docs of lowlevel readdirplus()Miklos Szeredi2014-11-251-3/+3
* libfuse: highlevel API: fix directory file handle passed to ioctl() methodMiklos Szeredi2014-07-213-2/+16
* ChangeLog fixMiklos Szeredi2014-07-151-1/+1
* libfuse: add flags to ->rename()Miklos Szeredi2014-07-1510-20/+97
* libfuse: allow setting ctime in ->setattr()Miklos Szeredi2014-07-155-3/+15
* libfuse: add "time_gran" optionMiklos Szeredi2014-07-154-3/+33
* fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Miklos Szeredi2014-07-153-3/+8
* libfuse: document deadlock avoidance for fuse_notify_inval_entry()Miklos Szeredi2014-07-152-0/+13
* Initilaize stat buffer passed to ->getattr() and ->fgetattr()Miklos Szeredi2014-03-262-0/+7
* compile fix for fuse_lo-plusMiklos Szeredi2014-03-182-1/+43
* compile fixMiklos Szeredi2014-03-172-1/+5
* libfuse: implement readdirplus for high-level APIEric Wong2014-03-0511-79/+349
* Allocate buffer when splicing from the fuse deviceMiklos Szeredi2014-02-271-6/+21
* libfuse: added fuse_lo-plus.c to the examplesMiklos Szeredi2014-02-214-1/+453
* fuse: use dlsym() instead of relying on ld.so constructor functionsFabrice Bauzac2014-02-044-93/+118
* libfuse: Add "async_dio" and "writeback_cache" optionsMiklos Szeredi2014-01-295-6/+56
* "pkg-config fuse3 --libs" gives the wrong library nameMiklos Szeredi2013-12-111-1/+1
* Fix fuse_add_direntry_plus()Miklos Szeredi2013-11-291-15/+10
* Advertize the existence of some "configure" env vars.Fabrice Bauzac2013-09-231-0/+3
* test: add a realdir optionMiklos Szeredi2013-09-201-13/+38
* libfuse: add the "subdir-objects" automake optionFabrice Bauzac2013-09-041-1/+1
* Merge remote-tracking branch 'origin/fuse_2_9_bugfix'Miklos Szeredi2013-08-265-0/+9
|\
| * Add missing includesDaniel Thau2013-08-265-0/+9
| * Released 2.9.3fuse_2_9_3Miklos Szeredi2013-07-013-2/+6
| * libfuse: don't close fd if it's -1Miklos Szeredi2013-07-011-1/+4
| * libfuse: fix multiple close of device fdMiklos Szeredi2013-07-016-11/+34
* | Don't close -1 fd in fuse_chan_destroy()Miklos Szeredi2013-08-261-1/+3
* | Change generation and nlookup from 'unsigned long' to 'uint64_t'Miklos Szeredi2013-08-262-4/+3
* | Print help on stdout instead of stderrMiklos Szeredi2013-07-269-38/+35
* | ulockmgr: strip ulockmgr support from this source packageMiklos Szeredi2013-07-2513-937/+22
* | libfuse: fuse -> fuse3Miklos Szeredi2013-07-2516-20/+27
* | Use AC_PROG_CC_STDC instead of AC_PROG_CCMiklos Szeredi2013-07-251-1/+1
* | libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi2013-07-2429-6/+41
* | libfuse: clean up struct fuse_file_infoMiklos Szeredi2013-07-183-21/+3
* | Documentation fixesMiklos Szeredi2013-07-179-51/+49
* | Merge https://github.com/qknight/fuse-fuseMiklos Szeredi2013-07-1721-24/+327
|\ \
| * | rewrote c++ style comments to c style coments mentioned by Miklos SzerediJoachim Schiele2013-07-024-6/+6
| * | - added a doxygen main pageJoachim Schiele2013-06-2020-24/+327
* | | libfuse: remove session and chan abstractionsMiklos Szeredi2013-06-217-128/+49
* | | libfuse: remove fuse_chan_bufsize()Miklos Szeredi2013-06-2110-93/+46
* | | libfuse: remove fuse_chan_(send|receive)Miklos Szeredi2013-06-218-156/+71
* | | libfuse: set FD_CLOEXEC also when receiving device fd from fusermountMiklos Szeredi2013-06-212-0/+8
* | | libfuse: clean up fuse_chanMiklos Szeredi2013-06-213-89/+83
* | | libfuse: clean up fuse_sessionMiklos Szeredi2013-06-215-116/+26