aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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