summaryrefslogtreecommitdiffstats
path: root/fs/udf/namei.c
Commit message (Expand)AuthorAgeFilesLines
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* 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-101-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-271-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-081-0/+1
* udf: don't duplicate page_symlink_inode_operationsAl Viro2015-12-061-6/+1
* 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-261-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/+0
|/
* 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/+16
* 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/+29
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-041-13/+9
* 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-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
OpenPOWER on IntegriCloud