aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14orangefs: Adjust three checks for null pointersMarkus Elfring1-2/+2
2017-09-14orangefs: constify xattr_handler structureJulia Lawall1-1/+1
2017-09-14orangefs: off by ones in xattr size checksDan Carpenter1-3/+3
2017-04-26orangefs: clean up oversize xattr validationMartin Brandenburg1-17/+7
2017-04-26orangefs: fix bounds check for listxattrMartin Brandenburg1-1/+1
2016-10-07xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher1-0/+3
2016-07-05orangefs: fix namespace handlingJann Horn1-2/+2
2016-07-05orangefs: Remove useless xattr prefix argumentsAndreas Gruenbacher1-56/+27
2016-07-05orangefs: Remove redundant "trusted." xattr handlerAndreas Gruenbacher1-37/+0
2016-07-05orangefs: Remove useless definesAndreas Gruenbacher1-11/+6
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-4/+6
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-4/+6
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-4/+6
2016-04-08Orangefs: optimize boilerplate code.Mike Marshall1-1/+1
2016-04-08Orangefs: xattr.c cleanupMike Marshall1-16/+1
2016-03-17orangefs: sanitize listxattr and return EIO on impossible valuesMartin Brandenburg1-0/+10
2016-03-17orangefs: remove unused reference to xattr key lengthMartin Brandenburg1-5/+0
2015-12-17Orangefs: validate resp.listxattr.returned_countMike Marshall1-1/+11
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall1-2/+2
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu1-102/+102
2015-11-16fs: out of bounds on stack in iov_iter_advanceAl Viro1-22/+22
2015-10-03Orangefs: address problems found by static checkerMike Marshall1-4/+2
2015-10-03Orangefs: kernel client part 5Mike Marshall1-0/+532