summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong2022-08-101-5/+0
| * fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov2022-08-031-3/+26
| * fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov2022-08-031-8/+3
| * fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov2022-08-031-31/+86
| * fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov2022-08-033-38/+105
| * fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov2022-08-031-54/+126
| * fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov2022-08-036-17/+25
| * fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov2022-08-033-14/+33
| * fs/ntfs3: Check possible errors in run_pack in advanceKonstantin Komarov2022-08-031-17/+22
| * fs/ntfs3: Added comments to frecord functionsKonstantin Komarov2022-08-034-8/+6
| * fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov2022-08-032-16/+14
| * fs/ntfs3: Make static function attr_load_runsKonstantin Komarov2022-08-032-4/+2
| * fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov2022-08-034-11/+14
| * fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov2022-08-034-25/+2
| * fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov2022-08-031-1/+12
| * fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov2022-08-031-1/+6
| * fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov2022-08-031-0/+13
| * fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov2022-08-034-18/+25
| * fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov2022-08-032-3/+9
| * fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov2022-08-031-10/+10
| * fs/ntfs3: Remove unnecessary 'NULL' values from pointersLi kunyu2022-07-061-2/+2
| * fs/ntfs3: Remove duplicated assignment to variable rColin Ian King2022-07-051-1/+0