aboutsummaryrefslogtreecommitdiff
path: root/fs/hfsplus/xattr_security.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port xattr to mnt_idmapGravatar Christian Brauner 1-1/+1
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-0/+1
2018-08-22hfsplus: drop ACL supportGravatar Ernesto A. Fernández 1-13/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-3/+4
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 1-3/+3
2015-11-13xattr handlers: Pass handler to operations instead of flagsGravatar Andreas Gruenbacher 1-4/+6
2015-11-13hfsplus: Remove unused xattr handler list operationsGravatar Andreas Gruenbacher 1-11/+0
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Gravatar Fabian Frederick 1-16/+3
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Gravatar Fabian Frederick 1-16/+3
2014-06-06hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributesGravatar Hin-Tak Leung 1-21/+28
2013-09-11hfsplus: integrate POSIX ACLs support into driverGravatar Vyacheslav Dubeyko 1-0/+13
2013-02-27hfsplus: rework functionality of getting, setting and deleting of extended at...Gravatar Vyacheslav Dubeyko 1-0/+104