aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/reparse.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-21ntfs: add non-resident WOF decompressionHyunchul Lee1-31/+28
2026-08-21ntfs: parse REPARSE_TAG_WOFHyunchul Lee1-59/+134
2026-08-21ntfs: return errors from ntfs_attr_readallHyunchul Lee1-0/+4
2026-08-19ntfs: simplify ntfs_reparse_set_native_symlink()Dmitry Antipov1-6/+1
2026-08-19ntfs: reparse: remove redundant NULL checks before kvfree()Mohammad Shahid1-4/+2
2026-06-15ntfs: support creating Windows native symlinksHyunchul Lee1-2/+129
2026-06-15ntfs: clean up target name conversion for WSL symlinksHyunchul Lee1-29/+27
2026-06-15ntfs: support following Windows native symlink with absolute pathsHyunchul Lee1-16/+178
2026-06-15ntfs: support following Windows native symlink with relative pathsHyunchul Lee1-12/+115
2026-04-27ntfs: fix WSL symlink target leak on reparse failureDaeMyung Kang1-2/+3
2026-04-07ntfs: add bound checking to ntfs_attr_findHyunchul Lee1-2/+2
2026-02-19ntfs: add reparse and ea operationsNamjae Jeon1-0/+573