summaryrefslogtreecommitdiff
path: root/internal/fusefrontend/xattr_linux.go
AgeCommit message (Expand)Author
2020-07-26v2api: delete (most) fusefrontend v1 filesJakob Unterwurzacher
2020-07-14v2api: implement Getxattr, Setxattr, Removexattr, ListxattrJakob Unterwurzacher
2020-05-17Update go-fuse import path to github.com/hanwen/go-fuse/v2Jakob Unterwurzacher
2020-02-29fusefrontend: drop xattr user namespace restrictionJakob Unterwurzacher
2019-01-05fusefrontend: Allow to set/remove xattr on directory without read permission.Sebastian Lackner
2019-01-02fusefrontend: use Fsetxattr/Fgetxattr/etc on all platformsJakob Unterwurzacher
2019-01-01fusefrontend: xattr: fix hang on FIFOsJakob Unterwurzacher
2019-01-01fusefrontend: make ListXAttr symlink-safe on LinuxJakob Unterwurzacher
2019-01-01fusefrontend: make RemoveXAttr() symlink-safeJakob Unterwurzacher
2019-01-01fusefrontend: make SetXAttr() symlink-safe on LinuxJakob Unterwurzacher
2019-01-01fusefrontend: make GetXAttr() symlink-safe on LinuxJakob Unterwurzacher
2018-05-07xattr: added passing of a "flags" parameterBolshevik
2018-04-17Improved xattr handling on non-linux systems (#227)bolshevik