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