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