aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-13/+0
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-9/+6
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-7/+4
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches1-3/+2
2011-05-28udf: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+6
2011-03-03udf: fix i_nlink limitAl Viro1-6/+5
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