summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)Author
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander
2021-08-27fs/ntfs3: Restyle comment block in ni_parse_reparse()Kari Argillander
2021-08-27fs/ntfs3: Remove unused including <linux/version.h>Jiapeng Chong
2021-08-27fs/ntfs3: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-08-27fs/ntfs3: Fix one none utf8 char in source fileKari Argillander
2021-08-27fs/ntfs3: Remove unused variable cnt in ntfs_security_init()Nathan Chancellor
2021-08-27fs/ntfs3: Fix integer overflow in multiplicationColin Ian King
2021-08-27fs/ntfs3: Add ifndef + define to all header filesKari Argillander
2021-08-27fs/ntfs3: Use linux/log2 is_power_of_2 functionKari Argillander
2021-08-27fs/ntfs3: Fix various spelling mistakesColin Ian King
2021-08-13fs/ntfs3: Add Kconfig, Makefile and docKonstantin Komarov
2021-08-13fs/ntfs3: Add NTFS journalKonstantin Komarov
2021-08-13fs/ntfs3: Add compressionKonstantin Komarov
2021-08-13fs/ntfs3: Add attrib operationsKonstantin Komarov
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov
2021-08-13fs/ntfs3: Add bitmapKonstantin Komarov
2021-08-13fs/ntfs3: Add initialization of super blockKonstantin Komarov
2021-08-13fs/ntfs3: Add headers and misc filesKonstantin Komarov