summaryrefslogtreecommitdiff
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
...
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-5/+7
* | fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa2023-01-021-2/+2
|/
* Merge tag 'ntfs3_for_6.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-12-2119-626/+1411
|\
| * fs/ntfs3: Make if more readableKonstantin Komarov2022-11-141-3/+2
| * fs/ntfs3: Improve checking of bad clustersKonstantin Komarov2022-11-144-44/+81
| * fs/ntfs3: Fix wrong if in hdr_first_deKonstantin Komarov2022-11-141-2/+3
| * fs/ntfs3: Use ALIGN kernel macroKonstantin Komarov2022-11-143-2/+3
| * fs/ntfs3: Fix incorrect if in ntfs_set_acl_exKonstantin Komarov2022-11-141-4/+3
| * fs/ntfs3: Check fields while readingKonstantin Komarov2022-11-145-58/+164
| * fs/ntfs3: Correct ntfs_check_for_free_spaceKonstantin Komarov2022-11-141-1/+1
| * fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_blockKonstantin Komarov2022-11-143-50/+125
| * fs/ntfs3: Changing locking in ntfs_renameKonstantin Komarov2022-11-142-0/+10
| * fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocateKonstantin Komarov2022-11-144-38/+43
| * fs/ntfs3: atomic_open implementationKonstantin Komarov2022-11-142-4/+120
| * fs/ntfs3: Fix wrong indentationsKonstantin Komarov2022-11-143-9/+10
| * 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