aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse.c
AgeCommit message (Expand)Author
2021-08-25remove executable file mode bit from source filesa1346054
2021-03-18Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André
2021-02-03Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel
2020-11-17fix errno comparisonhuman
2020-10-29remove fuse_mutex_initRosen Penev
2020-09-11Implement GCC 10 style symbol versioning (#545)Tom Callaway
2019-11-03Implement lseek operation (#457)Yuri Per
2019-09-04Introduce callback for loggingStefan Hajnoczi
2019-08-29Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi
2019-06-06Don't return expression in function returning voidMichael Forney
2019-06-06Don't omit second operand to `?` operatorMichael Forney
2019-03-11Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André
2019-02-13fuse_free_buf(): to check flags of each buffer, rather than only 0thAlbert Chen
2018-12-22fix memory leak in print_module_help methodalex
2018-11-19libfuse: add copy_file_range() supportNiels de Vos
2018-08-26Fix memory leak of FUSE modulesRostislav
2018-08-26Fix invalid free of memory pointer in 'struct fuse_buf'Rostislav
2018-07-25Remove unused member of 'struct fuse_dh'Rostislav Skudnov
2018-07-21Fix readdir() bug when a non-zero offset is specified in filler (#269)Rostislav
2018-05-18rename: perform user mode dir loop check when not done in kernelBill Zissimooulos
2018-05-18rename: perform user mode dir loop check when not done in kernelBill Zissimooulos
2018-02-09Fix uninitialised read in fuse_new_30() (#231) (#234)Ashley Pittman
2017-11-03Backed out d92bf83Nikolaus Rath
2017-09-27Adding pointer dereferencing after calling dlsym()Sangwoo Moon
2017-09-25fuse_lib_ioctl(): don't call memcpy with NULL argumentNikolaus Rath
2017-09-19Make *_loop_mt() available in version 3.0 againNikolaus Rath
2017-09-19Don't use external symbol names in internal filesNikolaus Rath
2017-08-24Add idle_threads mount option.Joseph Dodge
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki
2017-08-22Allow building without iconv.Nikolaus Rath
2017-08-14directly call fuse_new_31() instead of fuse_new() internallyuserwithuid
2017-08-11fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionallyNikolaus Rath
2017-07-13Only declare fuse_new_30() when FUSE_USE_VERSION == 30Nikolaus Rath
2017-07-13fuse_new_30(): call fuse_new_31(), not fuse_new()Nikolaus Rath
2017-07-08Fixup symbol versioning for GCC 4.xNikolaus Rath
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath
2017-06-05Fix comparison of integers of different signsAngelo G. Del Regno
2017-04-14Set default options before parsingTej Chajed
2017-03-03Optimize fuse_fs_read. (#145)amosonn
2016-10-24Added debug logging to chmodNikolaus Rath
2016-10-24Fix segfault in debug logging codeNikolaus Rath
2016-10-20Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath
2016-10-20Pass struct fuse_config to high-level init() handler.Nikolaus Rath
2016-10-15Make --help output more suitable for end-userNikolaus Rath
2016-10-15Removed -o nopath - it never did anythingNikolaus Rath
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath
2016-10-04Clarified purpose of helper.c, moved *version() to fuse.cNikolaus Rath