summaryrefslogtreecommitdiffstats
path: root/fs/jfs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-8/+6
* jfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-121-100/+70
* jfs: Clean up xattr name mappingAndreas Gruenbacher2016-05-121-55/+25
* ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-4/+4
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-6/+6
* jfs: fix generic posix ACL regressionDave Kleikamp2014-02-081-7/+7
* Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2014-01-311-1/+14
|\
| * jfs: fix xattr value size overflow in __jfs_setxattrJie Liu2014-01-021-1/+14
* | jfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-70/+38
|/
* jfs: Update jfs_errorJoe Perches2013-06-051-2/+2
* jfs: fix sparse warning in fs/jfs/xattr.cDave Kleikamp2013-06-051-2/+2
* userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-2/+2
* Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-091-29/+28
|\
| * security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-29/+28
* | switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-011-3/+1
|/
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-2/+4
* jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp2010-08-101-49/+38
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-8/+9
* helpers for acl caching + switch to thoseAl Viro2009-06-241-8/+2
* switch jfs to inode->i_aclAl Viro2009-06-241-6/+6
* jfs: Use lowercase names of quota functionsJan Kara2009-03-261-6/+6
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-1/+1
* JFS: Update print_hex_dump() syntaxDave Kleikamp2007-06-131-2/+2
* JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp2007-06-061-1/+2
* JFS: Whitespace cleanup and remove some dead codeDave Kleikamp2007-06-061-3/+3
* JFS: Remove redundant xattr permission checkingDave Kleikamp2006-11-021-4/+5
* JFS: White space cleanupDave Kleikamp2006-10-021-19/+19
* [PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson2006-10-011-5/+5
* JFS: semaphore to mutex conversion.Ingo Molnar2006-01-241-4/+4
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] remove jfs xattr permission checksChristoph Hellwig2006-01-101-42/+9
* [PATCH] move xattr permission checks into the VFSakpm@osdl.org2006-01-101-15/+0
* JFS: Implement jfs_init_securityDave Kleikamp2005-09-011-0/+36
* JFS: allow extended attributes to be set within a existing transactionDave Kleikamp2005-09-011-17/+41
* JFS: Need to be root to create files with security contextIan Dall2005-07-131-2/+2
* JFS: Allow security.* xattrs to be set on symlinksDave Kleikamp2005-07-131-1/+1
* [PATCH] remove <linux/xattr_acl.h>Christoph Hellwig2005-06-231-3/+4
* JFS: Remove redundant kfree() NULL pointer checksJesper Juhl2005-05-091-4/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1127