aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse.c
Commit message (Expand)AuthorAge
* Remove unused member of 'struct fuse_dh'Gravatar Rostislav Skudnov2018-07-25
* Fix readdir() bug when a non-zero offset is specified in filler (#269)Gravatar Rostislav2018-07-21
* rename: perform user mode dir loop check when not done in kernelGravatar Bill Zissimooulos2018-05-18
* rename: perform user mode dir loop check when not done in kernelGravatar Bill Zissimooulos2018-05-18
* Fix uninitialised read in fuse_new_30() (#231) (#234)Gravatar Ashley Pittman2018-02-09
* Backed out d92bf83Gravatar Nikolaus Rath2017-11-03
* Adding pointer dereferencing after calling dlsym()Gravatar Sangwoo Moon2017-09-27
* fuse_lib_ioctl(): don't call memcpy with NULL argumentGravatar Nikolaus Rath2017-09-25
* Make *_loop_mt() available in version 3.0 againGravatar Nikolaus Rath2017-09-19
* Don't use external symbol names in internal filesGravatar Nikolaus Rath2017-09-19
* Add idle_threads mount option.Gravatar Joseph Dodge2017-08-24
* Allow inode cache invalidation in high-level APIGravatar SÅ‚awek Rudnicki2017-08-24
* Allow building without iconv.Gravatar Nikolaus Rath2017-08-22
* directly call fuse_new_31() instead of fuse_new() internallyGravatar userwithuid2017-08-14
* fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionallyGravatar Nikolaus Rath2017-08-11
* Only declare fuse_new_30() when FUSE_USE_VERSION == 30Gravatar Nikolaus Rath2017-07-13
* fuse_new_30(): call fuse_new_31(), not fuse_new()Gravatar Nikolaus Rath2017-07-13
* Fixup symbol versioning for GCC 4.xGravatar Nikolaus Rath2017-07-08
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
* Fix comparison of integers of different signsGravatar Angelo G. Del Regno2017-06-05
* Set default options before parsingGravatar Tej Chajed2017-04-14
* Optimize fuse_fs_read. (#145)Gravatar amosonn2017-03-03
* Added debug logging to chmodGravatar Nikolaus Rath2016-10-24
* Fix segfault in debug logging codeGravatar Nikolaus Rath2016-10-24
* Turn fuse_operations.nopath_flag into fuse_config.nullpath_okGravatar Nikolaus Rath2016-10-20
* fuse_new(): don't accept options that don't make sense for end-usersGravatar Nikolaus Rath2016-10-20
* Pass struct fuse_config to high-level init() handler.Gravatar Nikolaus Rath2016-10-20
* Make --help output more suitable for end-userGravatar Nikolaus Rath2016-10-15
* Removed -o nopath - it never did anythingGravatar Nikolaus Rath2016-10-15
* Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersGravatar Nikolaus Rath2016-10-15
* Unify handling of fuse_conn_info optionsGravatar Nikolaus Rath2016-10-15
* Make -o clone_fd into a parameter of session_loop_mt().Gravatar Nikolaus Rath2016-10-13
* Clarified purpose of helper.c, moved *version() to fuse.cGravatar Nikolaus Rath2016-10-04
* Merge master fuse_chan into fuse_session.Gravatar Nikolaus Rath2016-10-03
* Merged fuse_mt.c into fuse.cGravatar Nikolaus Rath2016-10-02
* Extended per-file comments.Gravatar Nikolaus Rath2016-10-02
* Don't handle --help and --version in fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Add section headings for --help outputGravatar Nikolaus Rath2016-10-02
* Turn struct fuse_chan into an implementation detailGravatar Nikolaus Rath2016-10-02
* Renamed fuse_lowlevel_new() to fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Introduce separate mount/umount functions for low-level API.Gravatar Nikolaus Rath2016-10-02
* Turned fuse_session_{process,receive}_buf into wrapper functions.Gravatar Nikolaus Rath2016-10-02
* Improve documentation of argument parsing.Gravatar Nikolaus Rath2016-10-01
* Whitespace cleanup.Gravatar Nikolaus Rath2016-03-29
* Inlined fuse_chan_fdGravatar Nikolaus Rath2016-03-29
* libfuse: fix handling of '.' and '..' in highlevel readdirplusGravatar Miklos Szeredi2015-02-26
* libfuse: highlevel API: fix directory file handle passed to ioctl() methodGravatar Miklos Szeredi2014-07-21
* libfuse: add flags to ->rename()Gravatar Miklos Szeredi2014-07-15
* Initilaize stat buffer passed to ->getattr() and ->fgetattr()Gravatar Miklos Szeredi2014-03-26
* libfuse: implement readdirplus for high-level APIGravatar Eric Wong2014-03-05