aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_versionscript
AgeCommit message (Expand)AuthorLines
2025-07-16Add statx supportJoanne Koong-0/+3
2025-06-18fuse: add support to FUSE_NOTIFY_INC_EPOCHLuis Henriques-0/+1
2025-05-20conn->want conversion: Fix fuse_apply_conn_info_opts()Bernd Schubert-0/+6
2025-04-28Add fuse_req_is_uring() to check if a req comes through io-uringBernd Schubert-0/+5
2025-02-10fuse_new version fixes: Change to fuse_new_versionedBernd Schubert-3/+2
2025-02-09Rename to fuse_session_new_versionedBernd Schubert-1/+1
2025-02-09Make fuse_main a macro again and wrap that to fuse_main_fnBernd Schubert-1/+1
2025-01-06Make fuse_main_real() not symboledBernd Schubert-1/+1
2025-01-06Avoid global declarion of internal functions that are new in 3.17Bernd Schubert-2/+2
2024-07-14Add syslog and fatal signal handler featureBernd Schubert-0/+3
2024-06-01Fix compatibility issue around fuse_custom_io->clone_fd (#953)legezywzh-0/+2
2024-05-13Enable passthrough mode for read/write operations (#919)Amir Goldstein-0/+2
2024-05-13Add in the libfuse version a program was compiled with (#942)Bernd Schubert-0/+9
2023-07-07Allow linking with mold / fix the version script (#814)Bernd Schubert-2/+0
2023-01-10Support application-defined I/O functions for FUSE fdTofik Sonono-0/+1
2023-01-06Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>HereThereBeDragons-0/+1
2023-01-04Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not definedBernd Schubert-0/+1
2023-01-02Revert "libfuse custom communication interface"Nikolaus Rath-1/+0
2022-11-15libfuse custom communication interfacey-0/+1
2022-09-04fuse-loop/fuse_do_work: Avoid lots of thread creations/destructionsBernd Schubert-0/+4
2022-09-04API update for fuse_loop_config additionsBernd Schubert-0/+14
2020-08-09Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)asafkahlon-0/+1
2020-01-02Fixed an issue with the linker version script. (#483)Bill Zissimopoulos-1/+1
2019-11-03Implement lseek operation (#457)Yuri Per-0/+2
2019-09-10log: move fuse_log() to the public header fileStefan Hajnoczi-0/+6
2018-11-19libfuse: add copy_file_range() supportNiels de Vos-0/+6
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler-0/+5
2017-09-19Fix versioned symbols in version scriptNikolaus Rath-1/+4
2017-08-24Add idle_threads mount option.Joseph Dodge-0/+6
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki-0/+1
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-0/+6
2017-05-25Remove fuse_fs_fgetattr and fuse_fs_ftruncate from linker scriptpablomh-2/+0
2016-10-17Update linker scriptNikolaus Rath-2/+2
2016-10-09fuse_parse_cmdline(): do not print help/version textNikolaus Rath-0/+1
2016-10-09Added missing export of fuse_pkgversion.Nikolaus Rath-0/+1
2016-10-02Added fuse_session_fd()Nikolaus Rath-0/+1
2016-10-02Don't handle --help and --version in fuse_session_new().Nikolaus Rath-0/+4
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath-5/+0
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/+2
2016-10-02Tell emacs to use tabs for linkerscript.Nikolaus Rath-0/+4
2013-06-21libfuse: remove fuse_chan_bufsize()Miklos Szeredi-1/+0
2013-06-21libfuse: clean up fuse_chanMiklos Szeredi-4/+0
2013-06-21libfuse: clean up fuse_sessionMiklos Szeredi-3/+0
2013-06-21libfuse: replace fuse_session_next_chanMiklos Szeredi-1/+1
2013-06-20libfuse: remove channel user dataMiklos Szeredi-1/+0
2013-02-22remove real fuse_main() symbolMiklos Szeredi-1/+0
2013-02-22clean fuse_chan_receive from versionscriptMiklos Szeredi-1/+0
2013-02-08libfuse: remove deprecated fuse_lowlevel_is_lib_option()Miklos Szeredi-1/+0
2013-02-08libfuse: remove deprecated fuse_exited()Miklos Szeredi-1/+0