aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner1-14/+1
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-2/+4
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher1-27/+8
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-3/+0
2015-11-13squashfs: xattr simplificationsAndreas Gruenbacher1-59/+31
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-14/+22
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2011-05-26Squashfs: update email addressPhillip Lougher1-1/+1
2010-10-28Squashfs: fix use of __le64 annotated variablePhillip Lougher1-4/+5
2010-05-31squashfs: fix filename in header commentPhillip Lougher1-1/+1
2010-05-31squashfs: fix compiler inline warningPhillip Lougher1-1/+1
2010-05-23squashfs: fix name reading in squashfs_xattr_getPhillip Lougher1-2/+6
2010-05-23squashfs: constify xattr handlersPhillip Lougher1-7/+7
2010-05-17squashfs: xattr fix sparse warningsStephen Hemminger1-4/+4
2010-05-17squashfs: add support for xattr readingPhillip Lougher1-0/+319