summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
2021-08-27fs/ntfs3: Restyle comment block in ni_parse_reparse()Kari Argillander1-6/+10
2021-08-27fs/ntfs3: Remove unused including <linux/version.h>Jiapeng Chong1-1/+0
2021-08-27fs/ntfs3: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-08-27fs/ntfs3: Fix one none utf8 char in source fileKari Argillander1-1/+1
2021-08-27fs/ntfs3: Remove unused variable cnt in ntfs_security_init()Nathan Chancellor1-4/+1
2021-08-27fs/ntfs3: Fix integer overflow in multiplicationColin Ian King1-1/+1
2021-08-27fs/ntfs3: Add ifndef + define to all header filesKari Argillander3-0/+13
2021-08-27fs/ntfs3: Use linux/log2 is_power_of_2 functionKari Argillander3-10/+7
2021-08-27fs/ntfs3: Fix various spelling mistakesColin Ian King5-6/+6
2021-08-13fs/ntfs3: Add Kconfig, Makefile and docKonstantin Komarov2-0/+82
2021-08-13fs/ntfs3: Add NTFS journalKonstantin Komarov1-0/+5182
2021-08-13fs/ntfs3: Add compressionKonstantin Komarov6-0/+2000
2021-08-13fs/ntfs3: Add attrib operationsKonstantin Komarov3-0/+3680
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov6-0/+7178
2021-08-13fs/ntfs3: Add bitmapKonstantin Komarov2-0/+1654
2021-08-13fs/ntfs3: Add initialization of super blockKonstantin Komarov4-0/+8731
2021-08-13fs/ntfs3: Add headers and misc filesKonstantin Komarov4-0/+2499