aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-8/+6
2016-05-12jfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-100/+70
2016-05-12jfs: Clean up xattr name mappingGravatar Andreas Gruenbacher 1-55/+25
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-4/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-6/+6
2014-02-08jfs: fix generic posix ACL regressionGravatar Dave Kleikamp 1-7/+7
2014-01-31Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+14
2014-01-25jfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-70/+38
2014-01-02jfs: fix xattr value size overflow in __jfs_setxattrGravatar Jie Liu 1-1/+14
2013-06-05jfs: Update jfs_errorGravatar Joe Perches 1-2/+2
2013-06-05jfs: fix sparse warning in fs/jfs/xattr.cGravatar Dave Kleikamp 1-2/+2
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrGravatar Eric W. Biederman 1-2/+2
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...Gravatar James Morris 1-29/+28
2011-08-01switch posix_acl_equiv_mode() to umode_t *Gravatar Al Viro 1-3/+1
2011-07-18security: new security_inode_init_security API adds function callbackGravatar Mimi Zohar 1-29/+28
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationGravatar Eric Paris 1-2/+4
2010-08-10jfs: don't allow os2 xattr namespace overlap with othersGravatar Dave Kleikamp 1-49/+38
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-8/+9
2009-06-24helpers for acl caching + switch to thoseGravatar Al Viro 1-8/+2
2009-06-24switch jfs to inode->i_aclGravatar Al Viro 1-6/+6
2009-03-26jfs: Use lowercase names of quota functionsGravatar Jan Kara 1-6/+6
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkGravatar Satyam Sharma 1-1/+1
2007-06-13JFS: Update print_hex_dump() syntaxGravatar Dave Kleikamp 1-2/+2
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionGravatar Dave Kleikamp 1-1/+2
2007-06-06JFS: Whitespace cleanup and remove some dead codeGravatar Dave Kleikamp 1-3/+3
2006-11-02JFS: Remove redundant xattr permission checkingGravatar Dave Kleikamp 1-4/+5
2006-10-02JFS: White space cleanupGravatar Dave Kleikamp 1-19/+19
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanGravatar Richard Knutsson 1-5/+5
2006-01-24JFS: semaphore to mutex conversion.Gravatar Ingo Molnar 1-4/+4
2006-01-11[PATCH] capable/capability.h (fs/)Gravatar Randy Dunlap 1-0/+1
2006-01-10[PATCH] remove jfs xattr permission checksGravatar Christoph Hellwig 1-42/+9
2006-01-10[PATCH] move xattr permission checks into the VFSGravatar akpm@osdl.org 1-15/+0
2005-09-01JFS: Implement jfs_init_securityGravatar Dave Kleikamp 1-0/+36
2005-09-01JFS: allow extended attributes to be set within a existing transactionGravatar Dave Kleikamp 1-17/+41
2005-07-13JFS: Need to be root to create files with security contextGravatar Ian Dall 1-2/+2
2005-07-13JFS: Allow security.* xattrs to be set on symlinksGravatar Dave Kleikamp 1-1/+1
2005-06-23[PATCH] remove <linux/xattr_acl.h>Gravatar Christoph Hellwig 1-3/+4
2005-05-09JFS: Remove redundant kfree() NULL pointer checksGravatar Jesper Juhl 1-4/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1127