aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/namei.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-13/+10
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+1
* udf: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+6
* udf: fix i_nlink limitAl Viro2011-03-031-6/+5
* UDF: Close small mem leak in udf_find_entry()Jesper Juhl2011-01-061-4/+2
* udf: Fix directory corruption after extent mergingJan Kara2011-01-061-6/+10
* udf: Remove unnecessary bkl usagesAlessio Igor Bogani2011-01-061-27/+0
* udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani2011-01-061-3/+4
* udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara2011-01-061-38/+13
* new helper: ihold()Al Viro2010-10-251-1/+1
* 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