summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* reiserfs: locking, handle nested locks properlyJeff Mahoney2013-08-081-16/+8Star
* don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-221-4/+4
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro2012-03-211-1/+1
* move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro2012-03-211-1/+1
* take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro2012-03-211-1/+1
* reiserfs: propagate umode_tAl Viro2012-01-041-1/+1
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-6/+6
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-3/+3
* kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+3
* reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0Star
* 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/+0Star
|/ /
* / fix reiserfs mkdir() breakageAl Viro2011-03-031-1/+1
|/
* new helper: ihold()Al Viro2010-10-261-1/+1
* reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-14/+4Star
* 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/+2Star
* Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds2009-03-301-96/+84Star
|\
| * 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/+3Star
| * reiserfs: eliminate per-super xattr lockJeff Mahoney2009-03-301-29/+0Star
| * 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/+8Star
| * reiserfs: rework reiserfs_warningJeff Mahoney2009-03-301-24/+21Star
* | reiserfs: Use lowercase names of quota functionsJan Kara2009-03-261-3/+3
|/
* nfsd race fixes: reiserfsAl Viro2009-01-011-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/+1Star
* 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/+0Star
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-3/+3