aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-04reiserfs: Make reiserfs_xattr_handlers staticSachin Kamat1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-1/+1
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
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-18/+0
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig1-9/+0
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-10/+8
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeAl Viro1-2/+0
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-1/+0
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10reiserfs xattr ->d_revalidate() shouldn't care about RCUAl Viro1-2/+0
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-4/+10
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2010-10-25new helper: inode_unhashed()Al Viro1-1/+1
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-4/+1
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger1-8/+8
2010-04-24reiserfs: fix corruption during shrinking of xattrsJeff Mahoney1-1/+1
2010-04-24reiserfs: fix permissions on .reiserfs_privJeff Mahoney1-13/+4
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-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-4/+0
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-4/+14
2010-01-07reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locksFrederic Weisbecker1-0/+4
2010-01-05reiserfs: Relax lock on xattr removingFrederic Weisbecker1-3/+9
2010-01-03reiserfs: Fix mistake in down_write() conversionFrederic Weisbecker1-1/+1
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-6/+20
2010-01-02reiserfs: Safely acquire i_mutex from xattr_rmdirFrederic Weisbecker1-1/+2
2010-01-02reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrFrederic Weisbecker1-2/+3
2010-01-02reiserfs: Fix journal mutex <-> inode mutex lock inversionFrederic Weisbecker1-1/+2
2010-01-02reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()Frederic Weisbecker1-2/+7
2010-01-02reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattrFrederic Weisbecker1-2/+7
2010-01-02reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionFrederic Weisbecker1-1/+1
2009-12-16reiserfs: Fix reiserfs lock <-> inode mutex dependency inversionFrederic Weisbecker1-1/+2
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-18/+18
2009-09-14kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dependencyFrederic Weisbecker1-1/+1
2009-09-14kill-the-bkl/reiserfs: acquire the inode mutex safelyFrederic Weisbecker1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-11reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney1-1/+2
2009-05-17reiserfs: fixup perms when xattrs are disabledJeff Mahoney1-17/+19
2009-05-17reiserfs: deal with NULL xattr root w/ xattrs disabledJeff Mahoney1-1/+3
2009-05-17reiserfs: clean up ifdefsJeff Mahoney1-23/+22