summaryrefslogtreecommitdiff
path: root/fs/ntfs3/super.c
AgeCommit message (Expand)Author
2023-03-27fs/ntfs3: Fix root inode checkingKonstantin Komarov
2023-03-27fs/ntfs3: Print details about mount failsKonstantin Komarov
2023-03-27fs/ntfs3: Add missed "nocase" in ntfs_show_optionsKonstantin Komarov
2023-03-27fs/ntfs3: Code formatting and refactoringKonstantin Komarov
2023-03-27fs/ntfs3: Remove field sbi->used.bitmap.set_tailKonstantin Komarov
2023-03-27fs/ntfs3: Remove noacsrulesKonstantin Komarov
2023-03-27fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov
2023-03-27fs/ntfs3: Check for extremely large size of $AttrDefKonstantin Komarov
2022-11-14fs/ntfs3: Improve checking of bad clustersKonstantin Komarov
2022-11-12fs/ntfs3: Rename hidedotfiles mount option to hide_dot_filesDaniel Pinto
2022-11-12fs/ntfs3: Add hidedotfiles to the list of enabled mount optionsDaniel Pinto
2022-11-12fs/ntfs3: Fix hidedotfiles mount option by reversing behaviourDaniel Pinto
2022-11-12fs/ntfs3: Add windows_names mount optionDaniel Pinto
2022-11-12fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()Tetsuo Handa
2022-09-30fs/ntfs3: Add null pointer check for inode operationsEdward Lo
2022-09-30fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida
2022-09-30fs/ntfs3: Fix memory leak on ntfs_fill_super() error pathShigeru Yoshida
2022-09-30fs/ntfs3: Fix [df]mask display in /proc/mountsMarc Aurèle La France
2022-09-30fs/ntfs3: Validate BOOT record_sizeedward lo
2022-09-30fs/ntfs3: Add option "nocase"Konstantin Komarov
2022-09-30fs/ntfs3: Change destroy_inode to free_inodeKonstantin Komarov
2022-09-30fs/ntfs3: Add hidedotfiles optionKonstantin Komarov
2022-09-30fs/ntfs3: Add comments about cluster sizeKonstantin Komarov
2022-08-17Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov
2022-06-06fs/ntfs3: Fix double free on remountKonstantin Komarov
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-12fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17ntfs3: use bdev_logical_block_size instead of open coding itChristoph Hellwig
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2021-10-18ntfs3: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-11fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov
2021-09-30fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov
2021-09-30fs/ntfs3: Reject mount if boot's cluster size < media sector sizeKonstantin Komarov
2021-09-23fs/ntfs3: Remove deprecated mount options nlsKari Argillander
2021-09-20fs/ntfs3: Fix a memory leak on object optsColin Ian King
2021-09-20fs/ntfs3: Initiliaze sb blocksize only in one place + refactorKari Argillander
2021-09-20fs/ntfs3: Initialize pointer before use place in fill_superKari Argillander
2021-09-20fs/ntfs3: Remove tmp pointer upcase in fill_superKari Argillander
2021-09-20fs/ntfs3: Remove tmp pointer bd_inode in fill_superKari Argillander
2021-09-20fs/ntfs3: Remove tmp var is_ro in ntfs_fill_superKari Argillander
2021-09-20fs/ntfs3: Use sb instead of sbi->sb in fill_superKari Argillander
2021-09-20fs/ntfs3: Remove unnecessary variable loading in fill_superKari Argillander
2021-09-20fs/ntfs3: Return straight without goto in fill_superKari Argillander
2021-09-20fs/ntfs3: Remove impossible fault condition in fill_superKari Argillander
2021-09-20fs/ntfs3: Change EINVAL to ENOMEM when d_make_root failsKari Argillander