summaryrefslogtreecommitdiff
path: root/fs/reiserfs/namei.c
AgeCommit message (Expand)Author
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
2009-03-26reiserfs: Use lowercase names of quota functionsJan Kara
2008-12-31nfsd race fixes: reiserfsAl Viro
2008-11-14CRED: Wrap task credential accesses in the ReiserFS filesystemDavid Howells
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven
2006-12-08[PATCH] struct path: rename Reiserfs's struct pathJosef "Jeff" Sipek
2006-10-03BUG_ON conversion for fs/reiserfsEric Sesterhenn
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-02[PATCH] reiserfs: fix unaligned bitmap usageJeff Mahoney
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperPekka Enberg
2006-01-14[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookupPekka Enberg
2005-08-13[PATCH] Fix error handling in reiserfsJan Kara
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds
2005-06-24[PATCH] quota: reiserfs: improve quota credit estimatesJan Kara
2005-05-05[PATCH] reiserfs: use NULL instead of 0Randy.Dunlap