aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse.c
AgeCommit message (Expand)AuthorLines
2023-05-11Fix issue #746. (#782)Peri-0/+14
2023-04-14Fix memory leak in high level API (#781)Matthias Görgens-2/+1
2023-03-03Enable parallel direct writes on the same file.Dharmendra singh-1/+8
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-1/+1
2023-01-13Fix loading of FUSE modulesGoswin von Brederlow-3/+3
2023-01-04Remove partial locking of paths when using high-level APIKyle Lippincott-54/+10
2023-01-04Move try_get_path2 earlier in the fileKyle Lippincott-21/+21
2022-09-04API update for fuse_loop_config additionsBernd Schubert-7/+33
2022-07-02Remove member m from fuse_fs (#684)Nozomi Miyamori-6/+0
2022-03-14Merge branch 'master' into fopen_noflushNikolaus Rath-2/+4
2022-02-09Fixed returning an error condition to ioctl(2) (#641)Jean-Pierre André-0/+2
2022-01-11Avoid ENOENT response when recently invalidated fuse_ino_t is received from t...Ken Schalk-2/+2
2022-01-03Add no_rofd_flush mount optionAmir Goldstein-0/+6
2021-08-25remove executable file mode bit from source filesa1346054-0/+0
2021-03-18Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André-0/+5
2021-02-03Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel-1/+1
2020-11-17fix errno comparisonhuman-1/+1
2020-10-29remove fuse_mutex_initRosen Penev-2/+2
2020-09-11Implement GCC 10 style symbol versioning (#545)Tom Callaway-4/+4
2019-11-03Implement lseek operation (#457)Yuri Per-0/+43
2019-09-04Introduce callback for loggingStefan Hajnoczi-74/+75
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