summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* orangefs: implement xattr cacheMartin Brandenburg2019-05-031-1/+105
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* orangefs: Adjust three checks for null pointersMarkus Elfring2017-09-141-2/+2
* orangefs: constify xattr_handler structureJulia Lawall2017-09-141-1/+1
* orangefs: off by ones in xattr size checksDan Carpenter2017-09-141-3/+3
* orangefs: clean up oversize xattr validationMartin Brandenburg2017-04-261-17/+7Star
* orangefs: fix bounds check for listxattrMartin Brandenburg2017-04-261-1/+1
* xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-0/+3
* orangefs: fix namespace handlingJann Horn2016-07-051-2/+2
* orangefs: Remove useless xattr prefix argumentsAndreas Gruenbacher2016-07-051-56/+27Star
* orangefs: Remove redundant "trusted." xattr handlerAndreas Gruenbacher2016-07-051-37/+0Star
* orangefs: Remove useless definesAndreas Gruenbacher2016-07-051-11/+6Star
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-4/+6
* Merge getxattr prototype change into work.lookupsAl Viro2016-05-031-4/+6
|\
| * xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-111-4/+6
* | Orangefs: optimize boilerplate code.Mike Marshall2016-04-081-1/+1
* | Orangefs: xattr.c cleanupMike Marshall2016-04-081-16/+1Star
|/
* orangefs: sanitize listxattr and return EIO on impossible valuesMartin Brandenburg2016-03-171-0/+10
* orangefs: remove unused reference to xattr key lengthMartin Brandenburg2016-03-171-5/+0Star
* Orangefs: validate resp.listxattr.returned_countMike Marshall2015-12-171-1/+11
* Orangefs: change pvfs2 filenames to orangefsMike Marshall2015-12-041-2/+2
* OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu2015-12-031-102/+102
* fs: out of bounds on stack in iov_iter_advanceAl Viro2015-11-161-22/+22
* Orangefs: address problems found by static checkerMike Marshall2015-10-031-4/+2Star
* Orangefs: kernel client part 5Mike Marshall2015-10-031-0/+532