aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-02fs/ntfs3: Change how module init/info messages are displayedKari Argillander1-19/+8
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov1-1/+1
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander1-71/+89
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander1-10/+10
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander1-5/+5
2021-08-27fs/ntfs3: Use linux/log2 is_power_of_2 functionKari Argillander1-4/+5
2021-08-27fs/ntfs3: Fix various spelling mistakesColin Ian King1-2/+2
2021-08-13fs/ntfs3: Add initialization of super blockKonstantin Komarov1-0/+1504