aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-8/+6
2016-05-12jfs: Switch to generic xattr handlersAndreas Gruenbacher1-100/+70
2016-05-12jfs: Clean up xattr name mappingAndreas Gruenbacher1-55/+25
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-6/+6
2014-02-08jfs: fix generic posix ACL regressionDave Kleikamp1-7/+7
2014-01-31Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+14
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig1-70/+38
2014-01-02jfs: fix xattr value size overflow in __jfs_setxattrJie Liu1-1/+14
2013-06-05jfs: Update jfs_errorJoe Perches1-2/+2
2013-06-05jfs: fix sparse warning in fs/jfs/xattr.cDave Kleikamp1-2/+2
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-2/+2
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into nextJames Morris1-29/+28
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-3/+1
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-29/+28
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-2/+4
2010-08-10jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp1-49/+38
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-8/+9
2009-06-24helpers for acl caching + switch to thoseAl Viro1-8/+2
2009-06-24switch jfs to inode->i_aclAl Viro1-6/+6
2009-03-26jfs: Use lowercase names of quota functionsJan Kara1-6/+6
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-1/+1
2007-06-13JFS: Update print_hex_dump() syntaxDave Kleikamp1-2/+2
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp1-1/+2
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp1-3/+3
2006-11-02JFS: Remove redundant xattr permission checkingDave Kleikamp1-4/+5
2006-10-02JFS: White space cleanupDave Kleikamp1-19/+19
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson1-5/+5
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar1-4/+4
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-10[PATCH] remove jfs xattr permission checksChristoph Hellwig1-42/+9
2006-01-10[PATCH] move xattr permission checks into the VFSakpm@osdl.org1-15/+0
2005-09-01JFS: Implement jfs_init_securityDave Kleikamp1-0/+36
2005-09-01JFS: allow extended attributes to be set within a existing transactionDave Kleikamp1-17/+41
2005-07-13JFS: Need to be root to create files with security contextIan Dall1-2/+2
2005-07-13JFS: Allow security.* xattrs to be set on symlinksDave Kleikamp1-1/+1
2005-06-23[PATCH] remove <linux/xattr_acl.h>Christoph Hellwig1-3/+4
2005-05-09JFS: Remove redundant kfree() NULL pointer checksJesper Juhl1-4/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1127