aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/xattr_acl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick1-1/+1
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-3/+3
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-1/+1
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-1/+1
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-10/+20
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig1-155/+27
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-25reiserfs: prefix ACL symbols with reiserfs_Christoph Hellwig1-10/+10
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney1-6/+10
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney1-0/+3
2012-09-21userns: Convert reiserfs to use kuid and kgid where appropriateEric W. Biederman1-3/+17
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-2/+2
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro1-1/+1
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-3/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-5/+1
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-23/+7
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-23/+18
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2010-12-02reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker1-2/+4
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger1-2/+2
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-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-0/+2
2010-01-07reiserfs: Don't call reiserfs_get_acl() with the reiserfs lockFrederic Weisbecker1-0/+2
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-50/+19
2009-06-24helpers for acl caching + switch to thoseAl Viro1-39/+10
2009-06-24switch reiserfs to inode->i_aclAl Viro1-6/+4
2009-06-24switch reiserfs to usual conventions for caching ACLsAl Viro1-13/+8
2009-06-24reiserfs: minimal fix for ACL cachingAl Viro1-1/+1
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-30reiserfs: journaled xattrsJeff Mahoney1-24/+81
2009-03-30reiserfs: use generic xattr handlersJeff Mahoney1-48/+31
2009-03-30reiserfs: make per-inode xattr locking more fine grainedJeff Mahoney1-6/+1
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney1-41/+33
2009-03-30reiserfs: remove IS_PRIVATE helpersJeff Mahoney1-3/+3
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-04-22[PATCH] Fix reiserfs deadlockJan Kara1-2/+3
2006-03-25[PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an intAdrian Bunk1-2/+2
2006-02-13[PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_aclJeff Mahoney1-1/+2
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-3/+3
2005-10-30[PATCH] reiserfs: [kv]free() checking cleanupJames Lamanna1-2/+1
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds1-324/+317
2005-06-23[PATCH] remove <linux/xattr_acl.h>Christoph Hellwig1-13/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+571