summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/xattr_acl.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández2017-07-181-3/+6
* reiserfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-171-5/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-6/+2
|/
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-5/+1
* reiserfs_cache_default_acl(): use get_acl()Al Viro2016-03-281-1/+1
* posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-4/+4
* fs/reiserfs: use linux/uaccess.hFabian Frederick2014-08-081-1/+1
* reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney2014-05-061-3/+3
* reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney2014-05-061-1/+1
* reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney2014-05-061-1/+1
* reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney2014-05-061-10/+20
* reiserfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-155/+27
* fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
* fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
* reiserfs: prefix ACL symbols with reiserfs_Christoph Hellwig2014-01-251-10/+10
* reiserfs: locking, push write lock out of xattr codeJeff Mahoney2013-08-081-6/+10
* reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney2013-05-311-0/+3
* userns: Convert reiserfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-3/+17
* userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-2/+2
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-201-1/+1
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-201-1/+1
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-201-1/+1
* switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-011-3/+1
* switch posix_acl_create() to umode_t *Al Viro2011-08-011-5/+1
* kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-23/+7
* kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-23/+18
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker2010-12-021-2/+4
* reiserfs: constify xattr_handlerStephen Hemminger2010-05-211-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-01-081-0/+2
|\
| * reiserfs: Don't call reiserfs_get_acl() with the reiserfs lockFrederic Weisbecker2010-01-071-0/+2
* | sanitize xattr handler prototypesChristoph Hellwig2009-12-161-50/+19
|/
* helpers for acl caching + switch to thoseAl Viro2009-06-241-39/+10
* switch reiserfs to inode->i_aclAl Viro2009-06-241-6/+4
* switch reiserfs to usual conventions for caching ACLsAl Viro2009-06-241-13/+8
* reiserfs: minimal fix for ACL cachingAl Viro2009-06-241-1/+1
* New helper - current_umask()Al Viro2009-03-311-1/+1
* reiserfs: journaled xattrsJeff Mahoney2009-03-301-24/+81
* reiserfs: use generic xattr handlersJeff Mahoney2009-03-301-48/+31
* reiserfs: make per-inode xattr locking more fine grainedJeff Mahoney2009-03-301-6/+1
* reiserfs: eliminate per-super xattr lockJeff Mahoney2009-03-301-41/+33
* reiserfs: remove IS_PRIVATE helpersJeff Mahoney2009-03-301-3/+3
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-1/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] Fix reiserfs deadlockJan Kara2006-04-221-2/+3
* [PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an intAdrian Bunk2006-03-251-2/+2
OpenPOWER on IntegriCloud