summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/super.c
Commit message (Expand)AuthorAgeFilesLines
* ntfs3: put resources during ntfs_fill_super()Christian Brauner2023-09-251-0/+1
* ntfs3: drop inode references in ntfs_put_super()Christian Brauner2023-09-071-6/+12
* ntfs3: free the sbi in ->kill_sbChristoph Hellwig2023-08-101-13/+12
* ntfs3: don't call sync_blockdev in ntfs_put_superChristoph Hellwig2023-08-101-2/+0
* ntfs3: rename put_ntfs ntfs3_free_sbiChristoph Hellwig2023-08-101-5/+5
* fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/Konstantin Komarov2023-07-031-3/+4
* fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...Konstantin Komarov2023-07-031-0/+134
* fs/ntfs3: Add ability to format new mft records with bigger/smaller headerKonstantin Komarov2023-07-031-3/+3
* fs/ntfs3: Code formattingKonstantin Komarov2023-07-031-5/+12
* fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()Konstantin Komarov2023-07-031-19/+39
* fs/ntfs3: Alternative boot if primary boot is corruptedKonstantin Komarov2023-07-031-27/+71
* fs/ntfs3: Fix root inode checkingKonstantin Komarov2023-03-271-1/+10
* fs/ntfs3: Print details about mount failsKonstantin Komarov2023-03-271-70/+102
* fs/ntfs3: Add missed "nocase" in ntfs_show_optionsKonstantin Komarov2023-03-271-19/+21
* fs/ntfs3: Code formatting and refactoringKonstantin Komarov2023-03-271-31/+39
* fs/ntfs3: Remove field sbi->used.bitmap.set_tailKonstantin Komarov2023-03-271-2/+0
* fs/ntfs3: Remove noacsrulesKonstantin Komarov2023-03-271-8/+1
* fs/ntfs3: Restore overflow checking for attr size in mi_enum_attrKonstantin Komarov2023-03-271-1/+1
* fs/ntfs3: Check for extremely large size of $AttrDefKonstantin Komarov2023-03-271-1/+9
* 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