aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/namei.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+6
2011-03-03udf: fix i_nlink limitGravatar Al Viro 1-6/+5
2011-01-06UDF: Close small mem leak in udf_find_entry()Gravatar Jesper Juhl 1-4/+2
2011-01-06udf: Fix directory corruption after extent mergingGravatar Jan Kara 1-6/+10
2011-01-06udf: Remove unnecessary bkl usagesGravatar Alessio Igor Bogani 1-27/+0
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Gravatar Alessio Igor Bogani 1-3/+4
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_a...Gravatar Jan Kara 1-38/+13
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-05-24udf: Remove dead quota codeGravatar Jan Kara 1-20/+0
2010-05-21udf: replace inode uid,gid,mode init with helperGravatar Dmitry Monakhov 1-8/+2
2010-04-08udf: add speciffic ->setattr callbackGravatar Dmitry Monakhov 1-1/+8
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-0/+17
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-9/+9
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-0/+17
2010-03-03sanitize const/signedness for udfGravatar Al Viro 1-10/+10
2009-12-14udf: Avoid IO in udf_clear_inodeGravatar Jan Kara 1-10/+28
2009-09-14udf: Remove wrong assignment in udf_symlinkGravatar Jan Kara 1-1/+0
2009-04-02Fix the udf code not to pass structs on stack where possible.Gravatar Pekka Enberg 1-14/+18
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Gravatar Pekka Enberg 1-27/+27
2008-11-14CRED: Wrap task credential accesses in the UDF filesystemGravatar David Howells 1-1/+1
2008-10-23[PATCH] get rid of on-stack dentry in udfGravatar Al Viro 1-15/+11
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-15/+2
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-4/+141
2008-05-07udf: Fix memory corruption when fs mounted with noadinicb optionGravatar Jan Kara 1-2/+3
2008-05-07udf: Make udf exportableGravatar Rasmus Rohde 1-2/+138
2008-04-28udf: fix sparse warning in namei.cGravatar Harvey Harrison 1-4/+4
2008-04-17udf: use crc_itu_t from lib instead of udf_crcGravatar Bob Copeland 1-11/+10
2008-04-17udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Gravatar Jan Kara 1-62/+66
2008-04-17udf: Remove checking of existence of filename in udf_add_entry()Gravatar Jan Kara 1-37/+1
2008-04-17udf: kill useless file header comments for vfs method implementationsGravatar Christoph Hellwig 1-33/+0
2008-02-08udf: fix adding entry to a directoryGravatar Jan Kara 1-9/+10
2008-02-08udf: cleanup directory offset handlingGravatar Jan Kara 1-22/+17
2008-02-08udf: fix signedness issueGravatar Marcin Slusarz 1-1/+1
2008-02-08udf: cache struct udf_inode_infoGravatar Marcin Slusarz 1-51/+61
2008-02-08udf: remove UDF_I_* macros and open code themGravatar Marcin Slusarz 1-53/+57
2008-02-08udf: create common function for tag checksummingGravatar Marcin Slusarz 1-8/+1
2008-02-08udf: fix coding styleGravatar Marcin Slusarz 1-119/+179
2008-02-08udf: remove some ugly macrosGravatar Marcin Slusarz 1-10/+14
2007-07-21UDF: coding style conversion - lindent fixupsGravatar Cyrill Gorcunov 1-229/+181
2007-07-19UDF: coding style conversion - lindentGravatar Cyrill Gorcunov 1-375/+345
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-08udf: use get_bh()Gravatar Jan Kara 1-68/+68
2007-05-08UDF: introduce struct extent_positionGravatar Jan Kara 1-61/+61
2007-05-08udf: use sector_t and loff_t for file offsetsGravatar Jan Kara 1-6/+6
2007-05-08udf: decrement correct link count in udf_rmdirGravatar Stephen Mollett 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-1/+1
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkGravatar Dave Hansen 1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-3/+3
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkGravatar Dave Hansen 1-12/+6
2006-02-03[PATCH] UDF: Fix issues reported by Coverity in namei.cGravatar Jayachandran C 1-2/+2