aboutsummaryrefslogtreecommitdiff
path: root/fs/isofs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2014-10-31isofs: don't bother with ->d_op for normal caseGravatar Al Viro 1-0/+2
2014-10-28isofs_cmp(): we'll never see a dentry for . or ..Gravatar Al Viro 1-18/+2
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-2/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2011-07-22isofs: Remove global fs lockGravatar Jan Kara 1-4/+0
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Gravatar Al Viro 1-8/+3
2011-01-12fix isofs d_op handlingGravatar Al Viro 1-2/+0
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 1-1/+2
2010-10-04BKL: Remove BKL from isofsGravatar Arnd Bergmann 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-18isofs: cleanup mount option processingGravatar Jan Kara 1-2/+2
2008-04-30isofs: fix access to unallocated memory when reading corrupted filesystemGravatar Jan Kara 1-0/+7
2008-02-07iget: stop ISOFS from using read_inode()Gravatar David Howells 1-2/+2
2007-10-17fs/isofs/namei.c: Remove uninitialized local vars warningGravatar Borislav Petkov 1-1/+2
2007-07-16isofs: fix up CodingStyleGravatar Dave Jones 1-13/+13
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-1/+0
2006-01-14[PATCH] isofs: remove d_splice_alias NULL check from isofs_lookupGravatar Pekka Enberg 1-4/+1
2005-06-21[PATCH] isofs: show hidden files, add granularity for assoc/hidden files flagsGravatar Jeremy White 1-7/+9
2005-04-25[PATCH] isofs includes sanitizedGravatar Al Viro 1-12/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+201