summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/super.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20fs/ntfs3: Fix wrong error message $Logfile -> $UpCaseKari Argillander1-1/+1
2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander1-2/+0
2021-09-09fs/ntfs3: Show uid/gid always in show_options()Kari Argillander1-8/+4
2021-09-09fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander1-6/+6
2021-09-09fs/ntfs3: Add iocharset= mount option as alias for nls=Kari Argillander1-7/+11
2021-09-09fs/ntfs3: Make mount option nohidden more universalKari Argillander1-2/+2
2021-09-09fs/ntfs3: Init spi more in init_fs_context than fill_superKari Argillander1-19/+22
2021-09-09fs/ntfs3: Use new api for mountingKari Argillander1-205/+228
2021-09-09fs/ntfs3: Convert mount options to pointer in sbiKari Argillander1-12/+19
2021-09-09fs/ntfs3: Remove unnecesarry remount flag handlingKari Argillander1-2/+0
2021-09-09fs/ntfs3: Remove unnecesarry mount option noatimeKari Argillander1-7/+0
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