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