aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/xattr.c
AgeCommit message (Expand)Author
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-12jfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-05-12jfs: Clean up xattr name mappingAndreas Gruenbacher
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-02-08jfs: fix generic posix ACL regressionDave Kleikamp
2014-01-31Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig
2014-01-02jfs: fix xattr value size overflow in __jfs_setxattrJie Liu
2013-06-05jfs: Update jfs_errorJoe Perches
2013-06-05jfs: fix sparse warning in fs/jfs/xattr.cDave Kleikamp
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2010-08-10jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2009-06-24helpers for acl caching + switch to thoseAl Viro
2009-06-24switch jfs to inode->i_aclAl Viro
2009-03-26jfs: Use lowercase names of quota functionsJan Kara
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma
2007-06-13JFS: Update print_hex_dump() syntaxDave Kleikamp
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp
2006-11-02JFS: Remove redundant xattr permission checkingDave Kleikamp
2006-10-02JFS: White space cleanupDave Kleikamp
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap
2006-01-10[PATCH] remove jfs xattr permission checksChristoph Hellwig
2006-01-10[PATCH] move xattr permission checks into the VFSakpm@osdl.org
2005-09-01JFS: Implement jfs_init_securityDave Kleikamp
2005-09-01JFS: allow extended attributes to be set within a existing transactionDave Kleikamp
2005-07-13JFS: Need to be root to create files with security contextIan Dall
2005-07-13JFS: Allow security.* xattrs to be set on symlinksDave Kleikamp
2005-06-23[PATCH] remove <linux/xattr_acl.h>Christoph Hellwig
2005-05-09JFS: Remove redundant kfree() NULL pointer checksJesper Juhl
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds