aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ea.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-21ntfs: add non-resident WOF decompressionHyunchul Lee1-1/+21
2026-08-21ntfs: return errors from ntfs_attr_readallHyunchul Lee1-7/+31
2026-08-20ntfs: fix resource leak in ntfs_new_attr_flagsHongling Zeng1-2/+4
2026-08-19ntfs: do not update ctime when setxattr failsBaolin Liu1-2/+4
2026-08-19ntfs: reject unprivileged writes to reserved $LX* xattrsPisit Preechapramoth1-0/+9
2026-08-19ntfs: respect per-file chmod mode over mount masksNamjae Jeon1-11/+9
2026-08-19ntfs: move attribute payload before shrinking its recordNamjae Jeon1-8/+15
2026-08-19ntfs: fix resident conversion in ntfs_new_attr_flagsHyunchul Lee1-22/+72
2026-08-19ntfs: rewrite EA stream before updating metadataNamjae Jeon1-19/+46
2026-08-19ntfs: remove empty EA attribute pairNamjae Jeon1-0/+9
2026-08-19ntfs: validate final EA attribute sizeNamjae Jeon1-2/+15
2026-06-06ntfs: add bounds check before accessing EA entriesHyunchul Lee1-8/+8
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