aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse.c
AgeCommit message (Expand)AuthorLines
2019-08-29Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi-1/+1
2019-06-06Don't return expression in function returning voidMichael Forney-1/+1
2019-06-06Don't omit second operand to `?` operatorMichael Forney-1/+1
2019-03-11Defined the (*ioctl)() commands as unsigned int (#381)Jean-Pierre André-6/+7
2019-02-13fuse_free_buf(): to check flags of each buffer, rather than only 0thAlbert Chen-1/+1
2018-12-22fix memory leak in print_module_help methodalex-0/+1
2018-11-19libfuse: add copy_file_range() supportNiels de Vos-0/+63
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-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-02-09Fix uninitialised read in fuse_new_30() (#231) (#234)Ashley Pittman-0/+3
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-19Make *_loop_mt() available in version 3.0 againNikolaus Rath-1/+1
2017-09-19Don't use external symbol names in internal filesNikolaus Rath-4/+1
2017-08-24Add idle_threads mount option.Joseph Dodge-2/+14
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki-0/+40
2017-08-22Allow building without iconv.Nikolaus Rath-0/+6
2017-08-14directly call fuse_new_31() instead of fuse_new() internallyuserwithuid-2/+0
2017-08-11fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionallyNikolaus Rath-1/+2
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-40/+85
2017-06-05Fix comparison of integers of different signsAngelo G. Del Regno-1/+1
2017-04-14Set default options before parsingTej Chajed-5/+5
2017-03-03Optimize fuse_fs_read. (#145)amosonn-10/+34
2016-10-24Added debug logging to chmodNikolaus Rath-1/+8
2016-10-24Fix segfault in debug logging codeNikolaus Rath-17/+32
2016-10-20Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath-5/+3
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath-6/+0
2016-10-20Pass struct fuse_config to high-level init() handler.Nikolaus Rath-30/+4
2016-10-15Make --help output more suitable for end-userNikolaus Rath-10/+4
2016-10-15Removed -o nopath - it never did anythingNikolaus Rath-2/+0
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath-83/+34
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-1/+0
2016-10-13Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath-2/+2
2016-10-04Clarified purpose of helper.c, moved *version() to fuse.cNikolaus Rath-0/+10
2016-10-03Merge master fuse_chan into fuse_session.Nikolaus Rath-4/+3
2016-10-02Merged fuse_mt.c into fuse.cNikolaus Rath-0/+14
2016-10-02Extended per-file comments.Nikolaus Rath-0/+3
2016-10-02Don't handle --help and --version in fuse_session_new().Nikolaus Rath-40/+34
2016-10-02Add section headings for --help outputNikolaus Rath-2/+3
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath-9/+8
2016-10-02Renamed fuse_lowlevel_new() to fuse_session_new().Nikolaus Rath-1/+1
2016-10-02Introduce separate mount/umount functions for low-level API.Nikolaus Rath-0/+10