summaryrefslogtreecommitdiffstats
path: root/fs/udf/namei.c
Commit message (Expand)AuthorAgeFilesLines
* udf: provide ->tmpfile()Al Viro2013-06-291-0/+24
* fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-261-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-07-241-0/+1
|\
| * udf: avoid info leak on exportMathias Krause2012-07-131-0/+1
* | don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
|/
* ->encode_fh() API changeAl Viro2012-05-291-9/+5
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-1/+1
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-13/+0
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-021-9/+6
|\
| * filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
| * filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-7/+4
* | udf: Rename udf_warning to udf_warnJoe Perches2011-10-101-3/+2
|/
* 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