aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06hfsplus: fix compiler warning on PowerPCChristian Kujau1-1/+1
2014-06-06fs/hfsplus: fix pr_foo() and hfs_dbg formatsFabian Frederick1-1/+1
2014-06-06hfsplus: fix "unused node is not erased" errorSergei Antonov1-1/+1
2014-06-06hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributesHin-Tak Leung1-14/+22
2014-06-06hfsplus: fix worst-case unicode to char conversion of file names and attributesHin-Tak Leung1-3/+12
2014-01-31hfsplus: use xattr handlers for removexattrChristoph Hellwig1-43/+17
2014-01-26hfsplus: remove can_set_xattrChristoph Hellwig1-84/+3
2014-01-25hfsplus: use generic posix ACL infrastructureChristoph Hellwig1-2/+3
2013-11-15hfsplus: Fix undefined __divdi3 in hfsplus_init_header_node()Geert Uytterhoeven1-3/+6
2013-11-13hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko1-2/+140
2013-11-13hfsplus: implement attributes file's header node initialization codeVyacheslav Dubeyko1-0/+65
2013-09-11hfsplus: integrate POSIX ACLs support into driverVyacheslav Dubeyko1-6/+56
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches1-21/+20
2013-02-27hfsplus: rework functionality of getting, setting and deleting of extended attributesVyacheslav Dubeyko1-0/+709