aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/xattr.c
AgeCommit message (Expand)Author
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeAl Viro
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10reiserfs xattr ->d_revalidate() shouldn't care about RCUAl Viro
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2010-10-25new helper: inode_unhashed()Al Viro
2010-10-25fs: kill block_prepare_writeChristoph Hellwig
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger
2010-04-24reiserfs: fix corruption during shrinking of xattrsJeff Mahoney
2010-04-24reiserfs: fix permissions on .reiserfs_privJeff Mahoney
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-01-07reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locksFrederic Weisbecker
2010-01-05reiserfs: Relax lock on xattr removingFrederic Weisbecker
2010-01-03reiserfs: Fix mistake in down_write() conversionFrederic Weisbecker
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-01-02reiserfs: Safely acquire i_mutex from xattr_rmdirFrederic Weisbecker
2010-01-02reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrFrederic Weisbecker
2010-01-02reiserfs: Fix journal mutex <-> inode mutex lock inversionFrederic Weisbecker
2010-01-02reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()Frederic Weisbecker
2010-01-02reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattrFrederic Weisbecker
2010-01-02reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionFrederic Weisbecker
2009-12-16reiserfs: Fix reiserfs lock <-> inode mutex dependency inversionFrederic Weisbecker
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-09-14kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dep...Frederic Weisbecker
2009-09-14kill-the-bkl/reiserfs: acquire the inode mutex safelyFrederic Weisbecker
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney
2009-05-17reiserfs: fixup perms when xattrs are disabledJeff Mahoney
2009-05-17reiserfs: deal with NULL xattr root w/ xattrs disabledJeff Mahoney
2009-05-17reiserfs: clean up ifdefsJeff Mahoney
2009-05-09reiserfs: remove privroot hiding in lookupJeff Mahoney
2009-05-09reiserfs: fixup xattr_root cachingJeff Mahoney
2009-05-09Always lookup priv_root on reiserfs mount and keep itAl Viro
2009-05-09reiserfs: Expand i_mutex to enclose lookup_one_lenJeff Mahoney
2009-03-30reiserfs: xattr_create is unused with xattrs disabledJeff Mahoney
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds
2009-03-30reiserfs: use generic readdir for operations across all xattrsJeff Mahoney