aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02ntfs: fix multiple kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsGravatar Denis Efremov 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Gravatar Thomas Gleixner 1-15/+1
2018-10-12ntfs: don't open-code ERR_CASTGravatar Al Viro 1-1/+1
2017-05-28ntfs: Use ERR_CAST() to avoid cross-structure castGravatar Kees Cook 1-1/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2015-05-15get rid of assorted nameidata-related debrisGravatar Al Viro 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-20/+2
2008-08-25[PATCH] ntfs: use d_add_ciGravatar Christoph Hellwig 1-87/+2
2007-10-22exportfs: make struct export_operations constGravatar Christoph Hellwig 1-1/+1
2007-10-22ntfs: new export opsGravatar Christoph Hellwig 1-47/+28
2007-07-17knfsd: exportfs: add exportfs.h headerGravatar Christoph Hellwig 1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-1/+1
2006-03-23NTFS: Handle the recently introduced -ENAMETOOLONG return value fromGravatar Anton Altaparmakov 1-3/+4
2006-03-23NTFS: Fix an (innocent) off-by-one error in the runlist code.Gravatar Anton Altaparmakov 1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-3/+3
2005-05-05NTFS: Remove checks for NULL before calling kfree() since kfree() does theGravatar Jesper Juhl 1-2/+1
2005-05-05NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move theGravatar Anton Altaparmakov 1-2/+29
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+498