aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/xattr.c
Commit message (Expand)AuthorAge
* reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney2013-05-31
* reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara2013-03-29
* reiserfs: Make reiserfs_xattr_handlers staticSachin Kamat2012-09-03
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-20
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-20
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-20
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-25
* reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2011-07-25
* fs: kill i_alloc_semChristoph Hellwig2011-07-20
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-20
* ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-20
* kill check_acl callback of generic_permission()Al Viro2011-07-20
* reiserfs_permission() doesn't need to bail out in RCU modeAl Viro2011-06-20
* reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-28
* vfs: remove dget() from dentry_unhash()Sage Weil2011-05-26
* Fix common misspellingsLucas De Marchi2011-03-31
* reiserfs xattr ->d_revalidate() shouldn't care about RCUAl Viro2011-03-10
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* new helper: inode_unhashed()Al Viro2010-10-25
* fs: kill block_prepare_writeChristoph Hellwig2010-10-25
* reiserfs: constify xattr_handlerStephen Hemminger2010-05-21
* reiserfs: fix corruption during shrinking of xattrsJeff Mahoney2010-04-24
* reiserfs: fix permissions on .reiserfs_privJeff Mahoney2010-04-24
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-04
* Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-01-08
|\
| * reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locksFrederic Weisbecker2010-01-07
| * reiserfs: Relax lock on xattr removingFrederic Weisbecker2010-01-05
| * reiserfs: Fix mistake in down_write() conversionFrederic Weisbecker2010-01-02
* | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-01-02
|\|
| * reiserfs: Safely acquire i_mutex from xattr_rmdirFrederic Weisbecker2010-01-01
| * reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrFrederic Weisbecker2010-01-01
| * reiserfs: Fix journal mutex <-> inode mutex lock inversionFrederic Weisbecker2010-01-01
| * reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()Frederic Weisbecker2010-01-01
| * reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattrFrederic Weisbecker2010-01-01
| * reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionFrederic Weisbecker2010-01-01
| * reiserfs: Fix reiserfs lock <-> inode mutex dependency inversionFrederic Weisbecker2009-12-16
* | sanitize xattr handler prototypesChristoph Hellwig2009-12-16
|/
* kill-the-bkl/reiserfs: fix "reiserfs lock" / "inode mutex" lock inversion dep...Frederic Weisbecker2009-09-14
* kill-the-bkl/reiserfs: acquire the inode mutex safelyFrederic Weisbecker2009-09-14
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney2009-06-11
* reiserfs: fixup perms when xattrs are disabledJeff Mahoney2009-05-17