summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
ndreas Gruenbacher 2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher 2016-10-07vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher 2016-10-07vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher 2016-10-07vfs: Move xattr_resolve_name to the front of fs/xattr.cAndreas Gruenbacher 2016-10-06xattr: Remove unnecessary NULL attribute name checkAndreas Gruenbacher 2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman 2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro 2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro 2016-05-25make xattr_resolve_handlers() safe to use with NULL ->s_xattrAl Viro 2016-05-25xattr: Fail with -EINVAL for NULL attribute namesAndreas Gruenbacher 2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro 2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro 2016-02-20xattr handlers: plug a lock leak in simple_xattr_listMateusz Guzik 2016-01-22wrappers for ->i_mutex accessAl Viro 2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2016-01-09fs: xattr: Use kvfree()Richard Weinberger 2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher 2015-12-13nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher 2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher 2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher 2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher 2015-12-06vfs: Remove vfs_xattr_cmpAndreas Gruenbacher 2015-11-139p: xattr simplificationsAndreas Gruenbacher 2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher