summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Improve checking of bad clustersKonstantin Komarov2022-11-141-25/+39
* fs/ntfs3: Rename hidedotfiles mount option to hide_dot_filesDaniel Pinto2022-11-121-2/+2
* fs/ntfs3: Add hidedotfiles to the list of enabled mount optionsDaniel Pinto2022-11-121-0/+2
* fs/ntfs3: Fix hidedotfiles mount option by reversing behaviourDaniel Pinto2022-11-121-1/+1
* fs/ntfs3: Add windows_names mount optionDaniel Pinto2022-11-121-0/+7
* fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()Tetsuo Handa2022-11-121-1/+1
* fs/ntfs3: Add null pointer check for inode operationsEdward Lo2022-09-301-2/+2
* fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida2022-09-301-1/+1
* fs/ntfs3: Fix memory leak on ntfs_fill_super() error pathShigeru Yoshida2022-09-301-0/+1
* fs/ntfs3: Fix [df]mask display in /proc/mountsMarc Aurèle La France2022-09-301-2/+2
* fs/ntfs3: Validate BOOT record_sizeedward lo2022-09-301-1/+1
* fs/ntfs3: Add option "nocase"Konstantin Komarov2022-09-301-0/+6
* fs/ntfs3: Change destroy_inode to free_inodeKonstantin Komarov2022-09-301-16/+4
* fs/ntfs3: Add hidedotfiles optionKonstantin Komarov2022-09-301-0/+5
* fs/ntfs3: Add comments about cluster sizeKonstantin Komarov2022-09-301-0/+24
* Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-171-5/+12
|\
| * fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov2022-08-031-0/+7
| * fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov2022-08-031-1/+1
| * fs/ntfs3: Fix double free on remountKonstantin Komarov2022-06-061-4/+4
* | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-3/+7
|\ \
| * | fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap2022-05-121-3/+7
| |/
* | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-4/+2
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
* | ntfs3: use bdev_logical_block_size instead of open coding itChristoph Hellwig2022-04-171-1/+1
|/
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* ntfs3: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-1/+1
* fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov2021-10-111-34/+56
* fs/ntfs3: Refactoring of ntfs_init_from_bootKonstantin Komarov2021-09-301-10/+9
* fs/ntfs3: Reject mount if boot's cluster size < media sector sizeKonstantin Komarov2021-09-301-1/+12
* fs/ntfs3: Remove deprecated mount options nlsKari Argillander2021-09-231-4/+0
* fs/ntfs3: Fix a memory leak on object optsColin Ian King2021-09-201-2/+2
* fs/ntfs3: Initiliaze sb blocksize only in one place + refactorKari Argillander2021-09-201-10/+3
* fs/ntfs3: Initialize pointer before use place in fill_superKari Argillander2021-09-201-4/+3
* fs/ntfs3: Remove tmp pointer upcase in fill_superKari Argillander2021-09-201-7/+4
* fs/ntfs3: Remove tmp pointer bd_inode in fill_superKari Argillander2021-09-201-2/+1
* fs/ntfs3: Remove tmp var is_ro in ntfs_fill_superKari Argillander2021-09-201-5/+2
* fs/ntfs3: Use sb instead of sbi->sb in fill_superKari Argillander2021-09-201-3/+3
* fs/ntfs3: Remove unnecessary variable loading in fill_superKari Argillander2021-09-201-11/+1
* fs/ntfs3: Return straight without goto in fill_superKari Argillander2021-09-201-40/+16
* fs/ntfs3: Remove impossible fault condition in fill_superKari Argillander2021-09-201-6/+0
* fs/ntfs3: Change EINVAL to ENOMEM when d_make_root failsKari Argillander2021-09-201-1/+1
* fs/ntfs3: Fix wrong error message $Logfile -> $UpCaseKari Argillander2021-09-201-1/+1
* fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-131-2/+0
* fs/ntfs3: Show uid/gid always in show_options()Kari Argillander2021-09-091-8/+4
* fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander2021-09-091-6/+6
* fs/ntfs3: Add iocharset= mount option as alias for nls=Kari Argillander2021-09-091-7/+11
* fs/ntfs3: Make mount option nohidden more universalKari Argillander2021-09-091-2/+2
* fs/ntfs3: Init spi more in init_fs_context than fill_superKari Argillander2021-09-091-19/+22
* fs/ntfs3: Use new api for mountingKari Argillander2021-09-091-205/+228