aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2014-11-19assorted conversions to %p[dD]Al Viro1-3/+3
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-6/+9
2014-08-08fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick1-0/+20
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick1-1/+1
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-2/+2
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-1/+1
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-2/+2
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-2/+2
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-20/+40
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig1-2/+3
2013-08-08reiserfs: locking, push write lock out of xattr codeJeff Mahoney1-29/+17
2013-06-29reiserfs: switch reiserfs_readdir_dentry to inodeAl Viro1-13/+12
2013-06-29[readdir] convert reiserfsAl Viro1-7/+7
2013-05-31reiserfs: fix problems with chowning setuid file w/ xattrsJeff Mahoney1-1/+13
2013-03-29reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara1-2/+2
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