summaryrefslogtreecommitdiff
path: root/fs/ntfs/inode.c
AgeCommit message (Expand)Author
2026-06-15ntfs: support creating Windows native symlinksHyunchul Lee
2026-06-15ntfs: add native_symlink mount optionHyunchul Lee
2026-06-15ntfs: support following Windows native symlink with absolute pathsHyunchul Lee
2026-06-15ntfs: support following Windows native symlink with relative pathsHyunchul Lee
2026-06-15ntfs: fix incorrect size of symbolic linkHyunchul Lee
2026-06-08ntfs: bound the attribute-list entry in ntfs_read_inode_mount()Bryam Vargas
2026-06-08ntfs: validate resident attribute lists and harden the validatorBryam Vargas
2026-06-06ntfs: validate index entries on readingHyunchul Lee
2026-06-06ntfs: centalize $INDEX_ROOT header validationHyunchul Lee
2026-05-08ntfs: avoid use-after-free of index inode in ntfs_inode_sync_filename()DaeMyung Kang
2026-04-07ntfs: remove redundant out-of-bound checksHyunchul Lee
2026-03-16ntfs: fix ignoring unreachable code warningsHyunchul Lee
2026-03-16ntfs: fix variable dereferenced before check warningsHyunchul Lee
2026-03-16ntfs: fix WSL ea restore conditionHyunchul Lee
2026-03-06ntfs: use ->mft_no instead of ->i_ino in printsNamjae Jeon
2026-03-06ntfs: change mft_no type to u64Namjae Jeon
2026-02-19ntfs: update inode operationsNamjae Jeon
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)
2023-10-18ntfs: convert to new timestamp accessorsJeff Layton
2023-07-24ntfs: convert to ctime accessor functionsJeff Layton
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-02ntfs: fix multiple kernel-doc warningsRandy Dunlap
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-09-11ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei
2022-05-09ntfs: Convert ntfs to read_folioMatthew Wilcox (Oracle)
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22ntfs: add sanity check on allocation sizeDongliang Mu
2021-06-29ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi
2021-02-24ntfs: check for valid standard information attributeRustam Kovhaev
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-12-15fs/ntfs: remove unused variable attr_lenAlex Shi
2020-10-13ntfs: add check for mft record size in superblockRustam Kovhaev
2020-08-07ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function typeLuca Stefani
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner
2019-05-01ntfs: switch to ->free_inode()Al Viro
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-01-01ntfs: remove i_version handlingJeff Layton
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-06-30Remove last traces of ->sync_pageMatthew Wilcox
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig