aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-41/+25
* jfs: 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/+4
|\
| * Merge branch 'next' into for-linusJames Morris2011-03-161-4/+4
| |\
| | * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-4/+4
| | |\
| | | * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-4/+4
* | | | fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V2011-03-151-3/+0
|/ / /
* | | jfs: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
|/ /
* | switch jfs to ->s_d_op, close exportfs racesAl Viro2011-01-121-9/+1
|/
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+2
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-1/+2
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-4/+7
* jfs: dont overwrite dentry name in d_revalidateNick Piggin2011-01-071-8/+35
* new helper: ihold()Al Viro2010-10-251-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2010-04-211-2/+2
|\
| * jfs: add jfs specific ->setattr callDmitry Monakhov2010-04-161-2/+2
* | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-12/+12
* | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+15
* | dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-051-1/+1
|/
* jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-271-2/+2
|\
| * constify dentry_operations: JFSAl Viro2009-03-271-2/+2
* | jfs: Use lowercase names of quota functionsJan Kara2009-03-261-3/+3
|/
* nfsd race fixes: jfsDave Kleikamp2008-12-311-8/+16
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-14/+1
* JFS: 0 is not valid errno value so return NULL from jfs_lookupMarcin Slusarz2008-05-121-1/+1
* BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen2008-02-071-0/+3
* BKL-removal: Use unlocked_ioctl for jfsAndi Kleen2008-02-071-1/+1
* iget: stop JFS from using iget() and read_inode()David Howells2008-02-071-20/+14
* JFS: FIx one more plain integer as NULL pointer warningDave Kleikamp2008-01-031-1/+1
* JFS: Remove defconfig ptr comparison to 0Joe Perches2008-01-031-1/+1
* jfs: new export opsChristoph Hellwig2007-10-221-16/+19
* knfsd: exportfs: remove iget abuseChristoph Hellwig2007-07-171-0/+32
* JFS: Whitespace cleanup and remove some dead codeDave Kleikamp2007-06-061-13/+13
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-121-1/+1
* JFS: Add lockdep annotationsDave Kleikamp2007-01-091-20/+28
* JFS: White space cleanupDave Kleikamp2006-10-021-25/+25
* [PATCH] JFS: return correct error when i-node allocation failedAkinobu Mita2006-10-021-9/+8
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-1/+1
* [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-8/+6
* JFS: commit_mutex cleanupsEvgeniy Dushistov2006-06-051-17/+16
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* JFS: ext2 inode attributes for jfsHerbert Poetzl2006-02-091-0/+1
* JFS: semaphore to mutex conversion.Ingo Molnar2006-01-241-49/+49
* JFS: set i_ctime & i_mtime on target directory when creating linksDave Kleikamp2005-10-311-0/+3