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