index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs
/
ea.c
Age
Commit message (
Expand
)
Author
5 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
14 days
ntfs: leave HasEA flag untouched on setxattr failure
Baolin Liu
14 days
ntfs: fix memmove overlap in ntfs_new_attr_flags
Hongling Zeng
2026-08-26
ntfs: fix incorrect MFT record pointer passed to ntfs_attr_record_resize
Hongling Zeng
2026-08-26
ntfs: return -ERANGE for undersized xattr buffer
Baolin Liu
2026-08-21
ntfs: add non-resident WOF decompression
Hyunchul Lee
2026-08-21
ntfs: return errors from ntfs_attr_readall
Hyunchul Lee
2026-08-20
ntfs: fix resource leak in ntfs_new_attr_flags
Hongling Zeng
2026-08-19
ntfs: do not update ctime when setxattr fails
Baolin Liu
2026-08-19
ntfs: reject unprivileged writes to reserved $LX* xattrs
Pisit Preechapramoth
2026-08-19
ntfs: respect per-file chmod mode over mount masks
Namjae Jeon
2026-08-19
ntfs: move attribute payload before shrinking its record
Namjae Jeon
2026-08-19
ntfs: fix resident conversion in ntfs_new_attr_flags
Hyunchul Lee
2026-08-19
ntfs: rewrite EA stream before updating metadata
Namjae Jeon
2026-08-19
ntfs: remove empty EA attribute pair
Namjae Jeon
2026-08-19
ntfs: validate final EA attribute size
Namjae Jeon
2026-06-06
ntfs: add bounds check before accessing EA entries
Hyunchul Lee
2026-04-18
ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode()
Namjae Jeon
2026-03-16
ntfs: harden ntfs_listxattr against EA entries
Hyunchul Lee
2026-03-16
ntfs: harden ntfs_ea_lookup against malformed EA entries
Hyunchul Lee
2026-03-16
ntfs: check $EA query-length in ntfs_ea_get
Hyunchul Lee
2026-03-16
ntfs: validate WSL EA payload sizes
Hyunchul Lee
2026-03-16
ntfs: fix WSL ea restore condition
Hyunchul Lee
2026-03-10
ntfs: add missing newlines to pr_err() messages
Woody Suwalski
2026-02-26
ntfs: Fix null pointer dereference
Ethan Tidmore
2026-02-19
ntfs: add reparse and ea operations
Namjae Jeon