summaryrefslogtreecommitdiff
path: root/fs/hfsplus/xattr.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-11-13hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb
2015-04-17fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick
2015-04-17fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-06-06hfsplus: fix compiler warning on PowerPCChristian Kujau
2014-06-06fs/hfsplus: fix pr_foo() and hfs_dbg formatsFabian Frederick
2014-06-06hfsplus: fix "unused node is not erased" errorSergei Antonov
2014-06-06hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributesHin-Tak Leung
2014-06-06hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig
2014-01-26hfsplus: remove can_set_xattrChristoph Hellwig
2014-01-25hfsplus: use generic posix ACL infrastructureChristoph Hellwig
2013-11-15hfsplus: Fix undefined __divdi3 in hfsplus_init_header_node()Geert Uytterhoeven
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko
2013-11-13hfsplus: implement attributes file's header node initialization codeVyacheslav Dubeyko
2013-09-11hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-02-27hfsplus: rework functionality of getting, setting and deleting of extended at...Vyacheslav Dubeyko