aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds1-5/+12
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov1-0/+7
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov1-1/+1
2022-06-06fs/ntfs3: Fix double free on remountKonstantin Komarov1-4/+4
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+7
2022-05-12fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap1-3/+7
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig1-4/+2
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
2022-04-17ntfs3: use bdev_logical_block_size instead of open coding itChristoph Hellwig1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2021-10-18ntfs3: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-10-11fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov1-34/+56
2021-09-30fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov1-10/+9
2021-09-30fs/ntfs3: Reject mount if boot's cluster size < media sector sizeKonstantin Komarov1-1/+12
2021-09-23fs/ntfs3: Remove deprecated mount options nlsKari Argillander1-4/+0
2021-09-20fs/ntfs3: Fix a memory leak on object optsColin Ian King1-2/+2
2021-09-20fs/ntfs3: Initiliaze sb blocksize only in one place + refactorKari Argillander1-10/+3
2021-09-20fs/ntfs3: Initialize pointer before use place in fill_superKari Argillander1-4/+3
2021-09-20fs/ntfs3: Remove tmp pointer upcase in fill_superKari Argillander1-7/+4
2021-09-20fs/ntfs3: Remove tmp pointer bd_inode in fill_superKari Argillander1-2/+1
2021-09-20fs/ntfs3: Remove tmp var is_ro in ntfs_fill_superKari Argillander1-5/+2
2021-09-20fs/ntfs3: Use sb instead of sbi->sb in fill_superKari Argillander1-3/+3
2021-09-20fs/ntfs3: Remove unnecessary variable loading in fill_superKari Argillander1-11/+1
2021-09-20fs/ntfs3: Return straight without goto in fill_superKari Argillander1-40/+16
2021-09-20fs/ntfs3: Remove impossible fault condition in fill_superKari Argillander1-6/+0
2021-09-20fs/ntfs3: Change EINVAL to ENOMEM when d_make_root failsKari Argillander1-1/+1
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