summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
AgeCommit message (Expand)AuthorLines
2026-04-17Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+36140
2026-04-07ntfs: remove redundant out-of-bound checksHyunchul Lee-42/+0
2026-04-07ntfs: add bound checking to ntfs_external_attr_findHyunchul Lee-14/+69
2026-04-07ntfs: add bound checking to ntfs_attr_findHyunchul Lee-12/+72
2026-03-16ntfs: fix ignoring unreachable code warningsHyunchul Lee-7/+2
2026-03-16ntfs: fix inconsistent indenting warningsHyunchul Lee-35/+35
2026-03-16ntfs: fix variable dereferenced before check warningsHyunchul Lee-13/+16
2026-03-16ntfs: prefer IS_ERR_OR_NULL() over manual NULL checkHyunchul Lee-2/+2
2026-03-16ntfs: harden ntfs_listxattr against EA entriesHyunchul Lee-18/+22
2026-03-16ntfs: harden ntfs_ea_lookup against malformed EA entriesHyunchul Lee-19/+17
2026-03-16ntfs: check $EA query-length in ntfs_ea_getHyunchul Lee-0/+5
2026-03-16ntfs: validate WSL EA payload sizesHyunchul Lee-2/+6
2026-03-16ntfs: fix WSL ea restore conditionHyunchul Lee-4/+4
2026-03-10ntfs: add missing newlines to pr_err() messagesWoody Suwalski-15/+15
2026-03-10ntfs: fix pointer/integer casting warningsHyunchul Lee-2/+2
2026-03-06ntfs: use ->mft_no instead of ->i_ino in printsNamjae Jeon-41/+40
2026-03-06ntfs: change mft_no type to u64Namjae Jeon-128/+119
2026-03-05ntfs: select FS_IOMAP in KconfigNamjae Jeon-0/+1
2026-03-05ntfs: add MODULE_ALIAS_FSWoody Suwalski-0/+1
2026-03-04ntfs: reduce stack usage in ntfs_write_mft_block()Arnd Bergmann-2/+7
2026-03-01ntfs: fix sysctl table registration and pathNamjae Jeon-2/+1
2026-02-28ntfs: Fix spelling mistake "initiailized" -> "initialized"Colin Ian King-1/+1
2026-02-27ntfs: Fix possible deadlockEthan Tidmore-1/+3
2026-02-27ntfs: Add missing error codeEthan Tidmore-0/+1
2026-02-27ntfs: Place check before dereferenceEthan Tidmore-6/+6
2026-02-26ntfs: Remove impossible conditionEthan Tidmore-4/+1
2026-02-26ntfs: Replace ERR_PTR(0) with NULLEthan Tidmore-1/+1
2026-02-26ntfs: Remove unneeded semicolonChen Ni-1/+1
2026-02-26ntfs: Fix null pointer dereferenceEthan Tidmore-1/+2
2026-02-19ntfs: add Kconfig and MakefileNamjae Jeon-0/+57
2026-02-19ntfs: update misc operationsNamjae Jeon-705/+775
2026-02-19ntfs: add reparse and ea operationsNamjae Jeon-0/+1515
2026-02-19ntfs: update runlist handling and cluster allocatorNamjae Jeon-982/+1310
2026-02-19ntfs: update attrib operationsNamjae Jeon-1493/+5210
2026-02-19ntfs: update iomap and address space operationsNamjae Jeon-1596/+985
2026-02-19ntfs: update file operationsNamjae Jeon-1855/+1019
2026-02-19ntfs: update directory operationsNamjae Jeon-1275/+2648
2026-02-19ntfs: update mft operationsNamjae Jeon-1272/+1292
2026-02-19ntfs: update inode operationsNamjae Jeon-1607/+3628
2026-02-19ntfs: update super block operationsNamjae Jeon-1496/+1064
2026-02-19ntfs: update in-memory, on-disk structures and headersNamjae Jeon-2705/+2816
2026-02-19Revert "fs: Remove NTFS classic"Namjae Jeon-0/+28728
2024-01-24fs: Remove NTFS classicMatthew Wilcox (Oracle)-28824/+0
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+0
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+5
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)-2/+2
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2023-12-21ntfs: dir.c: fix kernel-doc function parameter warningsRandy Dunlap-1/+2
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)-3/+3
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)-5/+5