summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2024-05-251-2/+0
|\
| * fs/ntfs3: Remove max link count info display during driver initKonstantin Komarov2024-04-231-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-3/+62
|\ \
| * | ntfs3: enforce read-only when used as legacy ntfs driverChristian Brauner2024-04-231-4/+32
| * | ntfs3: serve as alias for the legacy ntfs driverChristian Brauner2024-04-161-0/+31
| |/
* / fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin2024-04-011-1/+1
|/
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* fs/ntfs3: Slightly simplify ntfs_inode_printk()Christophe JAILLET2024-01-291-3/+2
* fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov2024-01-161-1/+1
* fs/ntfs3: ntfs3_forced_shutdown use int instead of boolKonstantin Komarov2023-12-061-1/+1
* fs/ntfs3: Implement super_operations::shutdownKonstantin Komarov2023-12-061-0/+12
* fs/ntfs3: Improve alternative boot processingKonstantin Komarov2023-12-061-18/+17
* exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* Merge tag 'ntfs3_for_6.6' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-10-191-30/+74
|\
| * fs/ntfs3: Fix OOB read in ntfs_init_from_bootPavel Skripkin2023-09-281-0/+5
| * fs/ntfs3: Do not allow to change label if volume is read-onlyKonstantin Komarov2023-09-281-1/+6
| * fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfoKonstantin Komarov2023-09-281-3/+11
| * fs/ntfs3: Refactoring and commentsKonstantin Komarov2023-09-281-11/+8
| * fs/ntfs3: Fix alternative boot searchingKonstantin Komarov2023-09-281-3/+7
| * fs/ntfs3: Allow repeated call to ntfs3_put_sbiKonstantin Komarov2023-09-281-5/+16
| * fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_superKonstantin Komarov2023-09-281-6/+20
| * fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)Konstantin Komarov2023-09-281-1/+1
* | 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