aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-30ntfs: drop nlink once for WIN32/DOS aliasesHyunchul Lee1-2/+11
2026-04-07ntfs: remove redundant out-of-bound checksHyunchul Lee1-8/+0
2026-03-10ntfs: fix pointer/integer casting warningsHyunchul Lee1-2/+2
2026-03-06ntfs: use ->mft_no instead of ->i_ino in printsNamjae Jeon1-5/+5
2026-03-06ntfs: change mft_no type to u64Namjae Jeon1-5/+5
2026-02-26ntfs: Remove impossible conditionEthan Tidmore1-4/+1
2026-02-26ntfs: Replace ERR_PTR(0) with NULLEthan Tidmore1-1/+1
2026-02-19ntfs: update inode operationsNamjae Jeon1-147/+1450
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon1-0/+392
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)1-392/+0
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-02-02ntfs: fix multiple kernel-doc warningsRandy Dunlap1-2/+2
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner1-15/+1
2018-10-12ntfs: don't open-code ERR_CASTAl Viro1-1/+1
2017-05-28ntfs: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2015-05-15get rid of assorted nameidata-related debrisAl Viro1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-20/+2
2008-08-25[PATCH] ntfs: use d_add_ciChristoph Hellwig1-87/+2
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22ntfs: new export opsChristoph Hellwig1-47/+28
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2006-03-23NTFS: Handle the recently introduced -ENAMETOOLONG return value fromAnton Altaparmakov1-3/+4
2006-03-23NTFS: Fix an (innocent) off-by-one error in the runlist code.Anton Altaparmakov1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-3/+3
2005-05-05NTFS: Remove checks for NULL before calling kfree() since kfree() does theJesper Juhl1-2/+1
2005-05-05NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move theAnton Altaparmakov1-2/+29
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+498