Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fuse3: upgrade 3.11.0 -> 3.12.0 | wangmy | 2022-09-13 | 1 | -80/+0 |
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | fuse3: support ptest | Changqing Li | 2022-08-12 | 1 | -4/+21 |
| | | | | | | | | | | | | | | fuse3 test is designed to run under source dir, there are many places like "progname = pjoin(basename, 'example', 'ioctl')" in the testcases, which will try to find compiled program. As our S != B, and the don't run test under source dir. Test will fail with following errors: No such file or directory: '/usr/lib64/fuse3/ptest/test/../example/printcap' Fix by install needed programs for the test Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | fuse3: upgrade 3.10.5 -> 3.11.0 | wangmy | 2022-05-09 | 1 | -0/+63 |
Changelog: ========= Add support for flag FOPEN_NOFLUSH for avoiding flush on close. Fixed returning an error condition to ioctl(2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |