summaryrefslogtreecommitdiff
path: root/fs/udf/namei.c
Commit message (Expand)AuthorAge
* udf: Fix signed/unsigned format specifiersSteve Magnani2017-10-17
* udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-17
* fs-udf: Improve six size determinationsMarkus Elfring2017-08-16
* udf: use octal for permissionsFabian Frederick2017-04-24
* udf: Make stat on symlink report symlink length as st_sizeJan Kara2017-01-05
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
* | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
|/
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-10
* udf: Use separate buffer for copying split namesJan Kara2016-02-09
* udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov2016-02-09
* udf: Parameterize output length in udf_put_filenameAndrew Gabbasov2016-02-09
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
* udf: don't duplicate page_symlink_inode_operationsAl Viro2015-12-06
* UDF: support NFSv2 exportNeilBrown2015-05-18
* udf: Return error from udf_find_entry()Fabian Frederick2015-05-18
* udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick2015-05-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | udf: Update ctime and mtime when directory is modifiedJan Kara2015-04-01
* | udf: remove redundant buffer_head.h includesFabian Frederick2015-03-14
|/
* udf: Reduce repeated dereferencesJan Kara2014-12-21
* udf: Check path length when reading symlinkJan Kara2014-12-19
* udf: saner calling conventions for udf_new_inode()Al Viro2014-09-04
* udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro2014-09-04
* udf: merge the pieces inserting a new non-directory object into directoryAl Viro2014-09-04
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-04
* udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu2014-08-19
* udf: Fix lockdep warning from udf_symlink()Jan Kara2013-12-23
* udf: provide ->tmpfile()Al Viro2013-06-29
* fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-26
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-07-24
|\
| * udf: avoid info leak on exportMathias Krause2012-07-13
* | don't pass nameidata to ->create()Al Viro2012-07-14
* | stop passing nameidata to ->lookup()Al Viro2012-07-14
|/
* ->encode_fh() API changeAl Viro2012-05-29
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-10
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-20
* 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