aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/namei.c
Commit message (Expand)AuthorAge
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-02
|\
| * filesystems: add set_nlink()Miklos Szeredi2011-11-02
| * filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* | udf: Rename udf_warning to udf_warnJoe Perches2011-10-10
|/
* udf: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-14
* udf: fix i_nlink limitAl Viro2011-03-03
* UDF: Close small mem leak in udf_find_entry()Jesper Juhl2011-01-06
* udf: Fix directory corruption after extent mergingJan Kara2011-01-06
* udf: Remove unnecessary bkl usagesAlessio Igor Bogani2011-01-06
* udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani2011-01-06
* udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara2011-01-06
* new helper: ihold()Al Viro2010-10-25
* udf: Remove dead quota codeJan Kara2010-05-24
* udf: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-21
* udf: add speciffic ->setattr callbackDmitry Monakhov2010-04-08
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-05
|\
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-04
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-04
* | sanitize const/signedness for udfAl Viro2010-03-03
|/
* udf: Avoid IO in udf_clear_inodeJan Kara2009-12-14
* udf: Remove wrong assignment in udf_symlinkJan Kara2009-09-14
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-02
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-02
* CRED: Wrap task credential accesses in the UDF filesystemDavid Howells2008-11-13
* [PATCH] get rid of on-stack dentry in udfAl Viro2008-10-23
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-23
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2008-05-08
|\
| * udf: Fix memory corruption when fs mounted with noadinicb optionJan Kara2008-05-07
| * udf: Make udf exportableRasmus Rohde2008-05-07
* | udf: fix sparse warning in namei.cHarvey Harrison2008-04-28
|/
* udf: use crc_itu_t from lib instead of udf_crcBob Copeland2008-04-17
* udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Jan Kara2008-04-17
* udf: Remove checking of existence of filename in udf_add_entry()Jan Kara2008-04-17
* udf: kill useless file header comments for vfs method implementationsChristoph Hellwig2008-04-17
* udf: fix adding entry to a directoryJan Kara2008-02-08
* udf: cleanup directory offset handlingJan Kara2008-02-08
* udf: fix signedness issueMarcin Slusarz2008-02-08
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-08
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-08
* udf: create common function for tag checksummingMarcin Slusarz2008-02-08
* udf: fix coding styleMarcin Slusarz2008-02-08
* udf: remove some ugly macrosMarcin Slusarz2008-02-08
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-21
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-19