aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-06UDF: Close small mem leak in udf_find_entry()Jesper Juhl1-4/+2
2011-01-06udf: Fix directory corruption after extent mergingJan Kara1-6/+10
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani1-27/+0
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info structAlessio Igor Bogani1-3/+4
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutexJan Kara1-38/+13
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-05-24udf: Remove dead quota codeJan Kara1-20/+0
2010-05-21udf: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+2
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov1-1/+8
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-0/+17
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-9/+9
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+17
2010-03-03sanitize const/signedness for udfAl Viro1-10/+10
2009-12-14udf: Avoid IO in udf_clear_inodeJan Kara1-10/+28
2009-09-14udf: Remove wrong assignment in udf_symlinkJan Kara1-1/+0
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg1-14/+18
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg1-27/+27
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