aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ntfs/ea.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-18ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode()Namjae Jeon1-1/+4
2026-03-16ntfs: harden ntfs_listxattr against EA entriesHyunchul Lee1-18/+22
2026-03-16ntfs: harden ntfs_ea_lookup against malformed EA entriesHyunchul Lee1-19/+17
2026-03-16ntfs: check $EA query-length in ntfs_ea_getHyunchul Lee1-0/+5
2026-03-16ntfs: validate WSL EA payload sizesHyunchul Lee1-2/+6
2026-03-16ntfs: fix WSL ea restore conditionHyunchul Lee1-1/+1
2026-03-10ntfs: add missing newlines to pr_err() messagesWoody Suwalski1-1/+1
2026-02-26ntfs: Fix null pointer dereferenceEthan Tidmore1-1/+2
2026-02-19ntfs: add reparse and ea operationsNamjae Jeon1-0/+942