summaryrefslogtreecommitdiff
path: root/fs/reiserfs/namei.c
AgeCommit message (Expand)Author
2014-05-06reiserfs: cleanup, remove unnecessary parensJeff Mahoney
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney
2014-05-06reiserfs: cleanup, remove sb argument from journal_mark_dirtyJeff Mahoney
2014-05-06reiserfs: cleanup, remove sb argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, remove nblocks argument from journal_endJeff Mahoney
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney
2014-05-06reiserfs: cleanup, rename key and item accessors to more friendly namesJeff Mahoney
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro
2012-01-03reiserfs: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-03-03fix reiserfs mkdir() breakageAl Viro
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2010-10-25new helper: ihold()Al Viro
2010-05-21reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-01-02reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink()Frederic Weisbecker
2009-09-14kill-the-bkl/reiserfs: fix recursive reiserfs lock in reiserfs_mkdir()Frederic Weisbecker
2009-09-14kill-the-bkl/reiserfs: don't hold the write recursively in reiserfs_lookup()Frederic Weisbecker
2009-05-09reiserfs: remove privroot hiding in lookupJeff Mahoney
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney
2009-03-30reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney
2009-03-30reiserfs: journaled xattrsJeff Mahoney
2009-03-30reiserfs: eliminate per-super xattr lockJeff Mahoney
2009-03-30reiserfs: remove IS_PRIVATE helpersJeff Mahoney
2009-03-30reiserfs: use reiserfs_error()Jeff Mahoney
2009-03-30reiserfs: rework reiserfs_panicJeff Mahoney
2009-03-30reiserfs: rework reiserfs_warningJeff Mahoney