aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-4/+5
2011-03-15fs: Remove i_nlink check from file system link callbackGravatar Aneesh Kumar K.V 1-4/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 1-4/+5
2011-03-03fix reiserfs mkdir() breakageGravatar Al Viro 1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationGravatar Eric Paris 1-4/+5
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-05-21reiserfs: replace inode uid,gid,mode initialization with helper functionGravatar Dmitry Monakhov 1-14/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-11/+11
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-0/+17
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-1/+1
2010-01-02reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink()Gravatar Frederic Weisbecker 1-3/+4
2009-09-14kill-the-bkl/reiserfs: fix recursive reiserfs lock in reiserfs_mkdir()Gravatar Frederic Weisbecker 1-3/+4
2009-09-14kill-the-bkl/reiserfs: don't hold the write recursively in reiserfs_lookup()Gravatar Frederic Weisbecker 1-3/+10
2009-05-09reiserfs: remove privroot hiding in lookupGravatar Jeff Mahoney 1-15/+2
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyGravatar Linus Torvalds 1-96/+84
2009-03-30reiserfs: strip trailing whitespaceGravatar Jeff Mahoney 1-15/+15
2009-03-30reiserfs: add atomic addition of selinux attributes during inode creationGravatar Jeff Mahoney 1-4/+33
2009-03-30reiserfs: journaled xattrsGravatar Jeff Mahoney 1-11/+3
2009-03-30reiserfs: eliminate per-super xattr lockGravatar Jeff Mahoney 1-29/+0
2009-03-30reiserfs: remove IS_PRIVATE helpersGravatar Jeff Mahoney 1-3/+4
2009-03-30reiserfs: use reiserfs_error()Gravatar Jeff Mahoney 1-12/+12
2009-03-30reiserfs: rework reiserfs_panicGravatar Jeff Mahoney 1-10/+8
2009-03-30reiserfs: rework reiserfs_warningGravatar Jeff Mahoney 1-24/+21
2009-03-26reiserfs: Use lowercase names of quota functionsGravatar Jan Kara 1-3/+3
2008-12-31nfsd race fixes: reiserfsGravatar Al Viro 1-0/+8
2008-11-14CRED: Wrap task credential accesses in the ReiserFS filesystemGravatar David Howells 1-2/+2
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-10/+1
2008-04-28reiserfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-4/+4
2008-03-30NULL noise: fs/*, mm/*, kernel/*Gravatar Al Viro 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-3/+3
2006-12-08[PATCH] struct path: rename Reiserfs's struct pathGravatar Josef "Jeff" Sipek 1-3/+3
2006-10-03BUG_ON conversion for fs/reiserfsGravatar Eric Sesterhenn 1-6/+3
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkGravatar Dave Hansen 1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-3/+3
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkGravatar Dave Hansen 1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-02[PATCH] reiserfs: fix unaligned bitmap usageGravatar Jeff Mahoney 1-4/+4
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperGravatar Pekka Enberg 1-8/+8
2006-01-14[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookupGravatar Pekka Enberg 1-5/+1
2005-08-13[PATCH] Fix error handling in reiserfsGravatar Jan Kara 1-0/+3
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeGravatar Linus Torvalds 1-1244/+1330
2005-06-24[PATCH] quota: reiserfs: improve quota credit estimatesGravatar Jan Kara 1-11/+14
2005-05-05[PATCH] reiserfs: use NULL instead of 0Gravatar Randy.Dunlap 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1491