aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/namei.c
Commit message (Expand)AuthorAgeFilesLines
* udf: Remove dead quota codeJan Kara2010-05-241-20/+0
* udf: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-211-8/+2
* udf: add speciffic ->setattr callbackDmitry Monakhov2010-04-081-1/+8
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-0/+17
|\
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-9/+9
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+17
* | sanitize const/signedness for udfAl Viro2010-03-031-10/+10
|/
* udf: Avoid IO in udf_clear_inodeJan Kara2009-12-141-10/+28
* udf: Remove wrong assignment in udf_symlinkJan Kara2009-09-141-1/+0
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-021-14/+18
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-021-27/+27
* CRED: Wrap task credential accesses in the UDF filesystemDavid Howells2008-11-141-1/+1
* [PATCH] get rid of on-stack dentry in udfAl Viro2008-10-231-15/+11
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-15/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2008-05-081-4/+141
|\
| * udf: Fix memory corruption when fs mounted with noadinicb optionJan Kara2008-05-071-2/+3
| * udf: Make udf exportableRasmus Rohde2008-05-071-2/+138
* | udf: fix sparse warning in namei.cHarvey Harrison2008-04-281-4/+4
|/
* udf: use crc_itu_t from lib instead of udf_crcBob Copeland2008-04-171-11/+10
* udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Jan Kara2008-04-171-62/+66
* udf: Remove checking of existence of filename in udf_add_entry()Jan Kara2008-04-171-37/+1
* udf: kill useless file header comments for vfs method implementationsChristoph Hellwig2008-04-171-33/+0
* udf: fix adding entry to a directoryJan Kara2008-02-081-9/+10
* udf: cleanup directory offset handlingJan Kara2008-02-081-22/+17
* udf: fix signedness issueMarcin Slusarz2008-02-081-1/+1
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-081-51/+61
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-081-53/+57
* udf: create common function for tag checksummingMarcin Slusarz2008-02-081-8/+1
* udf: fix coding styleMarcin Slusarz2008-02-081-119/+179
* udf: remove some ugly macrosMarcin Slusarz2008-02-081-10/+14
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-229/+181
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-375/+345
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* udf: use get_bh()Jan Kara2007-05-081-68/+68
* UDF: introduce struct extent_positionJan Kara2007-05-081-61/+61
* udf: use sector_t and loff_t for file offsetsJan Kara2007-05-081-6/+6
* udf: decrement correct link count in udf_rmdirStephen Mollett2007-05-081-1/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-1/+1
* [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-12/+6
* [PATCH] UDF: Fix issues reported by Coverity in namei.cJayachandran C2006-02-031-2/+2
* remove pointers to the defunct UDF mailing listAdrian Bunk2006-01-031-5/+0
* [PATCH] udf_find_entry() cleanupChristoph Hellwig2005-06-301-4/+0
* [PATCH] coverity: fs/udf/namei.c null checkKAMBAROV, ZAUR2005-06-281-1/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1334