summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Change new sparse cluster processingKonstantin Komarov2022-11-146-181/+166
* fs/ntfs3: Fixing work with sparse clustersKonstantin Komarov2022-11-142-34/+18
* fs/ntfs3: Simplify ntfs_update_mftmirr functionKonstantin Komarov2022-11-141-3/+1
* fs/ntfs3: Remove unused functionsKonstantin Komarov2022-11-143-58/+0
* fs/ntfs3: Fix sparse problemsKonstantin Komarov2022-11-144-14/+13
* fs/ntfs3: Add ntfs_bitmap_weight_le function and refactoringKonstantin Komarov2022-11-143-52/+63
* fs/ntfs3: Use _le variants of bitops functionsThomas Kühnel2022-11-143-16/+16
* fs/ntfs3: Add functions to modify LE bitmapsThomas Kühnel2022-11-143-5/+48
* fs/ntfs3: Fix endian conversion in ni_fname_nameThomas Kühnel2022-11-141-1/+3
* fs/ntfs3: Fix slab-out-of-bounds in r_pageYin Xiujiang2022-11-141-24/+2
* fs/ntfs3: Delete duplicate condition in ntfs_read_mft()Dan Carpenter2022-11-121-6/+0
* fs/ntfs3: Add system.ntfs_attrib_be extended attributeDaniel Pinto2022-11-121-6/+14
* fs/ntfs3: Rename hidedotfiles mount option to hide_dot_filesDaniel Pinto2022-11-123-4/+4
* fs/ntfs3: Add hidedotfiles to the list of enabled mount optionsDaniel Pinto2022-11-121-0/+2
* fs/ntfs3: Make hidedotfiles mount option work when renaming filesDaniel Pinto2022-11-121-0/+9
* fs/ntfs3: Fix hidedotfiles mount option by reversing behaviourDaniel Pinto2022-11-121-1/+1
* fs/ntfs3: Add windows_names mount optionDaniel Pinto2022-11-125-1/+126
* fs/ntfs3: Eliminate unnecessary ternary operator in ntfs_d_compare()Nathan Chancellor2022-11-121-1/+1
* fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal2022-11-121-0/+7
* fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()Tetsuo Handa2022-11-121-1/+1
* fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa2022-11-121-1/+1
* fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal2022-11-121-1/+1
* fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo2022-11-121-4/+6
* fs/ntfs3: Don't use uni1 uninitialized in ntfs_d_compare()Nathan Chancellor2022-10-261-8/+4
* fs/ntfs3: Use strcmp to determine attribute typeYuan Can2022-09-301-30/+14
* fs/ntfs3: Fix slab-out-of-bounds read in run_unpackHawkins Jiawei2022-09-301-0/+7
* fs/ntfs3: Validate resident attribute nameEdward Lo2022-09-301-0/+5
* fs/ntfs3: Validate buffer length while parsing indexEdward Lo2022-09-301-0/+6
* fs/ntfs3: Harden against integer overflowsDan Carpenter2022-09-301-1/+1
* fs/ntfs3: Validate attribute name offsetEdward Lo2022-09-301-0/+3
* fs/ntfs3: Add null pointer check for inode operationsEdward Lo2022-09-301-2/+2
* fs/ntfs3: Fix junction point resolutionDaniel Pinto2022-09-301-2/+101
* 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: Use kmalloc_array for allocating multiple elementsKenneth Lee2022-09-301-1/+1
* fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi2022-09-301-1/+1
* fs/ntfs3: Fix [df]mask display in /proc/mountsMarc Aurèle La France2022-09-301-2/+2
* fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo2022-09-301-0/+5
* fs/ntfs3: Validate data run offsetEdward Lo2022-09-305-0/+46
* fs/ntfs3: Add overflow check for attribute sizeedward lo2022-09-301-0/+5
* fs/ntfs3: Validate BOOT record_sizeedward lo2022-09-301-1/+1
* fs/ntfs3: Rename variables and add commentKonstantin Komarov2022-09-302-13/+12
* fs/ntfs3: Add option "nocase"Konstantin Komarov2022-09-305-1/+162
* fs/ntfs3: Change destroy_inode to free_inodeKonstantin Komarov2022-09-301-16/+4
* fs/ntfs3: Add hidedotfiles optionKonstantin Komarov2022-09-303-0/+10
* fs/ntfs3: Add comments about cluster sizeKonstantin Komarov2022-09-303-1/+29
* Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-221-9/+7
|\
| * ntfs: fix acl handlingChristian Brauner2022-08-221-9/+7
* | Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-1714-329/+835
|\ \ | |/ |/|
| * fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter2022-08-101-1/+1