aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-9/+11
* reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-4/+5
|\
| * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-4/+5
| |\
| | * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-4/+5
* | | fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V2011-03-151-4/+0
|/ /
* | fix reiserfs mkdir() breakageAl Viro2011-03-031-1/+1
|/
* new helper: ihold()Al Viro2010-10-251-1/+1
* reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-14/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-11/+11
* dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+17
* dquot: cleanup dquot drop routineChristoph Hellwig2010-03-051-1/+1
* reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink()Frederic Weisbecker2010-01-021-3/+4
* kill-the-bkl/reiserfs: fix recursive reiserfs lock in reiserfs_mkdir()Frederic Weisbecker2009-09-141-3/+4
* kill-the-bkl/reiserfs: don't hold the write recursively in reiserfs_lookup()Frederic Weisbecker2009-09-141-3/+10
* reiserfs: remove privroot hiding in lookupJeff Mahoney2009-05-091-15/+2
* Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds2009-03-301-96/+84
|\
| * reiserfs: strip trailing whitespaceJeff Mahoney2009-03-301-15/+15
| * reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney2009-03-301-4/+33
| * reiserfs: journaled xattrsJeff Mahoney2009-03-301-11/+3
| * reiserfs: eliminate per-super xattr lockJeff Mahoney2009-03-301-29/+0
| * reiserfs: remove IS_PRIVATE helpersJeff Mahoney2009-03-301-3/+4
| * reiserfs: use reiserfs_error()Jeff Mahoney2009-03-301-12/+12
| * reiserfs: rework reiserfs_panicJeff Mahoney2009-03-301-10/+8
| * reiserfs: rework reiserfs_warningJeff Mahoney2009-03-301-24/+21
* | reiserfs: Use lowercase names of quota functionsJan Kara2009-03-261-3/+3
|/
* nfsd race fixes: reiserfsAl Viro2008-12-311-0/+8
* CRED: Wrap task credential accesses in the ReiserFS filesystemDavid Howells2008-11-141-2/+2
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-10/+1
* reiserfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-4/+4
* NULL noise: fs/*, mm/*, kernel/*Al Viro2008-03-301-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-3/+3
* [PATCH] struct path: rename Reiserfs's struct pathJosef "Jeff" Sipek2006-12-081-3/+3
* BUG_ON conversion for fs/reiserfsEric Sesterhenn2006-10-031-6/+3
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-2/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-3/+3
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-3/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] reiserfs: fix unaligned bitmap usageJeff Mahoney2006-03-021-4/+4
* [PATCH] reiserfs: remove kmalloc wrapperPekka Enberg2006-02-011-8/+8
* [PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookupPekka Enberg2006-01-141-5/+1
* [PATCH] Fix error handling in reiserfsJan Kara2005-08-131-0/+3
* reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds2005-07-121-1244/+1330
* [PATCH] quota: reiserfs: improve quota credit estimatesJan Kara2005-06-241-11/+14
* [PATCH] reiserfs: use NULL instead of 0Randy.Dunlap2005-05-051-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1491