summaryrefslogtreecommitdiffstats
path: root/fs/udf/namei.c
Commit message (Expand)AuthorAgeFilesLines
* udf: fix an uninitialized read bug and remove dead codeWenwen Wang2019-04-171-15/+0Star
* Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-141-8/+4Star
|\
| * udf: switch to discard_new_inode()Al Viro2018-08-031-8/+4Star
* | udf: Provide function for calculating dir entry lengthJan Kara2018-06-201-11/+3Star
|/
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2Star
* udf: Fix signed/unsigned format specifiersSteve Magnani2017-10-171-2/+2
* udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-171-4/+5
* fs-udf: Improve six size determinationsMarkus Elfring2017-08-161-1/+1
* udf: use octal for permissionsFabian Frederick2017-04-241-1/+1
* udf: Make stat on symlink report symlink length as st_sizeJan Kara2017-01-051-1/+1
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
* | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-281-10/+10
|/
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* udf: Use separate buffer for copying split namesJan Kara2016-02-091-2/+11
* udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov2016-02-091-5/+5
* udf: Parameterize output length in udf_put_filenameAndrew Gabbasov2016-02-091-4/+6
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+1
* udf: don't duplicate page_symlink_inode_operationsAl Viro2015-12-071-6/+1Star
* UDF: support NFSv2 exportNeilBrown2015-05-181-2/+2
* udf: Return error from udf_find_entry()Fabian Frederick2015-05-181-20/+71
* udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick2015-05-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-8/+8
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-8/+8
* | udf: Update ctime and mtime when directory is modifiedJan Kara2015-04-011-2/+7
* | udf: remove redundant buffer_head.h includesFabian Frederick2015-03-141-1/+0Star
|/
* udf: Reduce repeated dereferencesJan Kara2014-12-211-9/+9
* udf: Check path length when reading symlinkJan Kara2014-12-191-1/+2
* udf: saner calling conventions for udf_new_inode()Al Viro2014-09-041-28/+16Star
* udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro2014-09-041-0/+7
* udf: merge the pieces inserting a new non-directory object into directoryAl Viro2014-09-041-69/+29Star
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-041-13/+9Star
* udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu2014-08-191-1/+2
* udf: Fix lockdep warning from udf_symlink()Jan Kara2013-12-231-1/+1
* 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-251-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-301-9/+5Star
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-111-1/+1
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-211-13/+0Star
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-021-9/+6Star
|\
| * filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
| * filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-7/+4Star