aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-25reiserfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-2/+3
2013-08-08reiserfs: locking, push write lock out of xattr codeGravatar Jeff Mahoney 1-29/+17
2013-06-29reiserfs: switch reiserfs_readdir_dentry to inodeGravatar Al Viro 1-13/+12
2013-06-29[readdir] convert reiserfsGravatar Al Viro 1-7/+7
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsGravatar Jeff Mahoney 1-1/+13
2013-03-29reiserfs: Fix warning and inode leak when deleting inode with xattrsGravatar Jan Kara 1-2/+2
2012-09-04reiserfs: Make reiserfs_xattr_handlers staticGravatar Sachin Kamat 1-1/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-1/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 1-1/+1
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hGravatar Al Viro 1-1/+1
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-18/+0
2011-07-25reiserfs: cache negative ACLs for v1 stat formatGravatar Christoph Hellwig 1-9/+0
2011-07-20fs: kill i_alloc_semGravatar Christoph Hellwig 1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Gravatar Al Viro 1-1/+1
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-10/+8
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeGravatar Al Viro 1-2/+0
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameGravatar Sage Weil 1-1/+0
2011-05-26vfs: remove dget() from dentry_unhash()Gravatar Sage Weil 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-10reiserfs xattr ->d_revalidate() shouldn't care about RCUGravatar Al Viro 1-2/+0
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-4/+10
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2010-10-25new helper: inode_unhashed()Gravatar Al Viro 1-1/+1
2010-10-25fs: kill block_prepare_writeGravatar Christoph Hellwig 1-4/+1
2010-05-21reiserfs: constify xattr_handlerGravatar Stephen Hemminger 1-8/+8
2010-04-24reiserfs: fix corruption during shrinking of xattrsGravatar Jeff Mahoney 1-1/+1
2010-04-24reiserfs: fix permissions on .reiserfs_privGravatar Jeff Mahoney 1-13/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-4/+0
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+14
2010-01-07reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locksGravatar Frederic Weisbecker 1-0/+4
2010-01-05reiserfs: Relax lock on xattr removingGravatar Frederic Weisbecker 1-3/+9
2010-01-03reiserfs: Fix mistake in down_write() conversionGravatar Frederic Weisbecker 1-1/+1
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+20
2010-01-02reiserfs: Safely acquire i_mutex from xattr_rmdirGravatar Frederic Weisbecker 1-1/+2
2010-01-02reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrGravatar Frederic Weisbecker 1-2/+3
2010-01-02reiserfs: Fix journal mutex <-> inode mutex lock inversionGravatar Frederic Weisbecker 1-1/+2
2010-01-02reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()Gravatar Frederic Weisbecker 1-2/+7
2010-01-02reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattrGravatar Frederic Weisbecker 1-2/+7
2010-01-02reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionGravatar Frederic Weisbecker 1-1/+1
2009-12-16reiserfs: Fix reiserfs lock <-> inode mutex dependency inversionGravatar Frederic Weisbecker 1-1/+2
2009-12-16sanitize xattr handler prototypesGravatar Christoph Hellwig 1-18/+18
2009-09-14kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dep...Gravatar Frederic Weisbecker 1-1/+1