summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal2023-02-091-0/+7
* fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi2023-01-241-1/+1
* fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa2023-01-121-2/+2
* fs/ntfs3: Fix slab-out-of-bounds in r_pageYin Xiujiang2023-01-121-24/+2
* fs/ntfs3: Delete duplicate condition in ntfs_read_mft()Dan Carpenter2023-01-121-6/+0
* fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()Tetsuo Handa2023-01-121-1/+1
* fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa2023-01-121-1/+1
* fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo2023-01-121-4/+6
* fs/ntfs3: Fix slab-out-of-bounds read in run_unpackHawkins Jiawei2023-01-121-0/+7
* fs/ntfs3: Validate resident attribute nameEdward Lo2023-01-121-0/+5
* fs/ntfs3: Validate buffer length while parsing indexEdward Lo2023-01-121-0/+6
* fs/ntfs3: Validate attribute name offsetEdward Lo2023-01-121-0/+3
* fs/ntfs3: Add null pointer check for inode operationsEdward Lo2023-01-121-2/+2
* fs/ntfs3: Fix memory leak on ntfs_fill_super() error pathShigeru Yoshida2023-01-121-0/+1
* fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo2023-01-121-0/+5
* fs/ntfs3: Validate data run offsetEdward Lo2023-01-125-0/+46
* fs/ntfs3: Add overflow check for attribute sizeedward lo2023-01-121-0/+5
* fs/ntfs3: Validate BOOT record_sizeedward lo2023-01-121-1/+1
* fs/ntfs3: Fix slab-out-of-bounds read in ntfs_trim_fsAbdun Nihaal2022-12-311-1/+1
* fs/ntfs3: Harden against integer overflowsDan Carpenter2022-12-311-1/+1
* fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida2022-12-311-1/+1
* ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpersChristian Brauner2022-10-262-98/+6
* fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov2022-09-051-1/+6
* ntfs: fix acl handlingChristian Brauner2022-08-311-9/+7
* fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter2022-08-251-1/+1
* fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov2022-08-251-0/+1
* fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov2022-08-251-10/+10
* fs/ntfs3: Fix double free on remountKonstantin Komarov2022-08-251-4/+4
* fs/ntfs3: Don't clear upper bits accidentally in log_replay()Dan Carpenter2022-08-251-1/+1
* fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin2022-08-251-1/+6
* fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei2022-08-251-1/+1
* fs/ntfs3: Fix invalid free in log_replayNamjae Jeon2022-06-091-3/+3
* fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functionsKonstantin Komarov2022-06-091-1/+95
* fs/ntfs3: Update i_ctime when xattr is addedKonstantin Komarov2022-06-091-0/+3
* fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'Christophe JAILLET2022-06-091-2/+4
* fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called f...Konstantin Komarov2022-06-091-6/+7
* fs/ntfs3: Check new size for limitsKonstantin Komarov2022-06-091-1/+7
* fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov2022-06-091-1/+1
* fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov2022-06-092-4/+8
* fs/ntfs3: Update valid size if -EIOCBQUEUEDKonstantin Komarov2022-06-091-2/+6
* fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap2022-06-061-3/+7
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2022-05-011-1/+1
* Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds2021-10-1523-896/+712
|\
| * fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listKonstantin Komarov2021-10-121-1/+22
| * fs/ntfs3: Refactor ntfs_read_mftKonstantin Komarov2021-10-111-14/+8
| * fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov2021-10-112-5/+6
| * fs/ntfs3: Refactor ntfs_create_inodeKonstantin Komarov2021-10-111-3/+8
| * fs/ntfs3: Refactor ntfs_readlink_hlpKonstantin Komarov2021-10-111-48/+43
| * fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov2021-10-112-12/+9
| * fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov2021-10-111-34/+56