aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-14CRED: Wrap task credential accesses in the UDF filesystemDavid Howells1-1/+1
2008-10-23[PATCH] get rid of on-stack dentry in udfAl Viro1-15/+11
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-15/+2
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds1-4/+141
2008-05-07udf: Fix memory corruption when fs mounted with noadinicb optionJan Kara1-2/+3
2008-05-07udf: Make udf exportableRasmus Rohde1-2/+138
2008-04-28udf: fix sparse warning in namei.cHarvey Harrison1-4/+4
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland1-11/+10
2008-04-17udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Jan Kara1-62/+66
2008-04-17udf: Remove checking of existence of filename in udf_add_entry()Jan Kara1-37/+1
2008-04-17udf: kill useless file header comments for vfs method implementationsChristoph Hellwig1-33/+0
2008-02-08udf: fix adding entry to a directoryJan Kara1-9/+10
2008-02-08udf: cleanup directory offset handlingJan Kara1-22/+17
2008-02-08udf: fix signedness issueMarcin Slusarz1-1/+1
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz1-51/+61
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz1-53/+57
2008-02-08udf: create common function for tag checksummingMarcin Slusarz1-8/+1
2008-02-08udf: fix coding styleMarcin Slusarz1-119/+179
2008-02-08udf: remove some ugly macrosMarcin Slusarz1-10/+14
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-229/+181
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-375/+345
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-08udf: use get_bh()Jan Kara1-68/+68
2007-05-08UDF: introduce struct extent_positionJan Kara1-61/+61
2007-05-08udf: use sector_t and loff_t for file offsetsJan Kara1-6/+6
2007-05-08udf: decrement correct link count in udf_rmdirStephen Mollett1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-1/+1
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-3/+3
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-12/+6
2006-02-03[PATCH] UDF: Fix issues reported by Coverity in namei.cJayachandran C1-2/+2
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk1-5/+0
2005-06-30[PATCH] udf_find_entry() cleanupChristoph Hellwig1-4/+0
2005-06-28[PATCH] coverity: fs/udf/namei.c null checkKAMBAROV, ZAUR1-1/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1334