aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney1-10/+11
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-7/+7
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney1-3/+3
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney1-19/+19
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney1-19/+19
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-159/+261
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney1-7/+7
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig1-2/+2
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney1-16/+8
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-4/+4
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()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-03reiserfs: propagate umode_tAl Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-6/+6
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-3/+3
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+3
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-4/+5
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-4/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-4/+5
2011-03-03fix reiserfs mkdir() breakageAl Viro1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-4/+5
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-05-21reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-14/+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: cleanup dquot initialize routineChristoph Hellwig1-11/+11
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+17
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-1/+1
2010-01-02reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink()Frederic Weisbecker1-3/+4
2009-09-14kill-the-bkl/reiserfs: fix recursive reiserfs lock in reiserfs_mkdir()Frederic Weisbecker1-3/+4
2009-09-14kill-the-bkl/reiserfs: don't hold the write recursively in reiserfs_lookup()Frederic Weisbecker1-3/+10
2009-05-09reiserfs: remove privroot hiding in lookupJeff Mahoney1-15/+2
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds1-96/+84
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney1-15/+15
2009-03-30reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney1-4/+33
2009-03-30reiserfs: journaled xattrsJeff Mahoney1-11/+3
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney1-29/+0
2009-03-30reiserfs: remove IS_PRIVATE helpersJeff Mahoney1-3/+4
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney1-12/+12
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney1-10/+8
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney1-24/+21