summaryrefslogtreecommitdiff
path: root/fs/reiserfs/xattr_acl.c
AgeCommit message (Expand)Author
2019-12-17reiserfs: fix extended attributes on the root directoryJeff Mahoney
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández
2017-07-17reiserfs: Don't clear SGID when inheriting ACLsJan Kara
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher
2016-03-28reiserfs_cache_default_acl(): use get_acl()Al Viro
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig
2014-01-25reiserfs: prefix ACL symbols with reiserfs_Christoph Hellwig
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney
2012-09-21userns: Convert reiserfs to use kuid and kgid where appropriateEric W. Biederman
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro
2011-08-01switch posix_acl_create() to umode_t *Al Viro
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2010-12-02reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-01-07reiserfs: Don't call reiserfs_get_acl() with the reiserfs lockFrederic Weisbecker
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-06-24helpers for acl caching + switch to thoseAl Viro
2009-06-24switch reiserfs to inode->i_aclAl Viro
2009-06-24switch reiserfs to usual conventions for caching ACLsAl Viro
2009-06-24reiserfs: minimal fix for ACL cachingAl Viro
2009-03-31New helper - current_umask()Al Viro
2009-03-30reiserfs: journaled xattrsJeff Mahoney
2009-03-30reiserfs: use generic xattr handlersJeff Mahoney
2009-03-30reiserfs: make per-inode xattr locking more fine grainedJeff Mahoney
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney
2009-03-30reiserfs: remove IS_PRIVATE helpersJeff Mahoney
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-04-22[PATCH] Fix reiserfs deadlockJan Kara