aboutsummaryrefslogtreecommitdiffstats
path: root/test/stracedecode.c
AgeCommit message (Collapse)AuthorLines
2024-11-27support FUSE_TMPFILE in the low level APIHorst Birthelmer-0/+1
Note that name hashes and using paths as parameters makes it very hard to support anonymous files in the high level API. Known Issues: - tests have to bail out when O_TMPFILE is not supported. This will always be the case with high level passthrough implementations. - test_create_and_link_tmpfile has to be skipped due to unidentified problems with github runner
2013-02-07libfuse: add readdirplus support in fuse_lowlevel_opsFeng Shuo-0/+1
This patch implements readdirplus support in FUSE usersapce. It adds a new fuse lowlevel operations fuse_lowleve_ops::readdir_plus, corespoding mount options and helper functions to maintain buffer. [From: Eric Wong <normalperson@yhbt.net>] This makes our terminology consistent with NFS and our kernel module, as well as reducing user/developer confusion in the command-line. Note: I'm keeping "fuse_add_direntry_plus" since that is less standardized in its use than "readdirplus" for now. Signed-off-by: Feng Shuo <steve.shuo.feng@gmail.com>
2007-12-12change indentingMiklos Szeredi-174/+174
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi-0/+197