summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
2024-03-06fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode'Ye Bin1-0/+1
2024-03-06fs/ntfs3: Fix NULL dereference in ni_write_inodeAbdun Nihaal1-0/+3
2024-03-06fs/ntfs3: Add length check in indx_get_rootEdward Lo1-1/+10
2024-03-06fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()Jia-Ju Bai1-1/+1
2024-03-01fs/ntfs3: Enhance the attribute size checkEdward Lo1-7/+2
2024-03-01fs/ntfs3: Fix oob in ntfs_listxattrEdward Adam Davis1-0/+3
2024-03-01fs/ntfs3: Update inode->i_size after success write into compressed fileKonstantin Komarov1-0/+2
2024-03-01fs/ntfs3: Correct function is_rst_area_validKonstantin Komarov1-6/+8
2024-03-01fs/ntfs3: Prevent generic message "attempt to access beyond end of device"Konstantin Komarov2-13/+25
2024-03-01fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cacheIsm Hong1-1/+1
2024-03-01fs/ntfs3: Disable ATTR_LIST_ENTRY size checkKonstantin Komarov2-6/+4
2024-03-01fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()Konstantin Komarov1-8/+12
2024-03-01fs/ntfs3: Fix detected field-spanning write (size 8) of single field "le->name"Konstantin Komarov1-1/+1
2024-03-01fs/ntfs3: Print warning while fixing hard links countKonstantin Komarov1-1/+1
2024-03-01fs/ntfs3: Correct hard links updating when dealing with DOS namesKonstantin Komarov1-2/+14
2024-03-01fs/ntfs3: Improve ntfs_dir_countKonstantin Komarov1-7/+3
2024-03-01fs/ntfs3: Modified fix directory element type detectionKonstantin Komarov1-5/+25
2024-02-23fs/ntfs3: Add null pointer checksKonstantin Komarov2-7/+12
2024-02-16fs/ntfs3: Fix an NULL dereference bugDan Carpenter1-1/+1
2023-11-08fs/ntfs3: Avoid possible memory leakSu Hui1-2/+4
2023-11-08fs/ntfs3: Fix directory element type detectionGabriel Marcano1-1/+5
2023-11-08fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()Konstantin Komarov1-4/+2
2023-11-08fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()Konstantin Komarov1-1/+1
2023-11-08fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)Konstantin Komarov3-4/+16
2023-11-08fs/ntfs3: Write immediately updated ntfs stateKonstantin Komarov1-10/+3
2023-11-08fs/ntfs3: Add ckeck in ni_update_parent()Konstantin Komarov1-0/+6
2023-10-25fs/ntfs3: fix deadlock in mark_as_free_exKonstantin Komarov1-1/+5
2023-10-25fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()Zeng Heng1-1/+6
2023-10-25fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao1-0/+3
2023-08-23fs/ntfs3: Mark ntfs dirty when on-disk struct is corruptedKonstantin Komarov4-1/+15
2023-08-23fs: ntfs3: Fix possible null-pointer dereferences in mi_read()Jia-Ju Bai1-2/+2
2023-08-23fs/ntfs3: Enhance sanity check while generating attr_listEdward Lo1-5/+11
2023-08-11fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()Tetsuo Handa1-2/+2
2023-07-23fs/ntfs3: Check fields while readingKonstantin Komarov5-58/+164
2023-07-19ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()Zeng Heng1-0/+3
2023-06-09fs/ntfs3: Validate MFT flags before replaying logsEdward Lo1-0/+6
2023-05-17fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov3-5/+3
2023-05-17fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng1-0/+10
2023-05-11fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()Zeng Heng3-1/+6
2023-05-11fs/ntfs3: Fix OOB read in indx_insert_into_bufferZhangPeng1-0/+4
2023-05-11fs/ntfs3: Add check for kmemdupJiasheng Jiang1-0/+4
2023-05-11fs/ntfs3: Fix memory leak if ntfs_read_mft failedChen Zhongjin1-1/+1
2023-02-09fs/ntfs3: Validate attribute data and valid sizesAbdun Nihaal1-0/+7
2023-01-24fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi1-1/+1
2023-01-12fs/ntfs3: don't hold ni_lock when calling truncate_setsize()Tetsuo Handa1-2/+2
2023-01-04fs/ntfs3: Fix slab-out-of-bounds in r_pageYin Xiujiang1-24/+2
2023-01-04fs/ntfs3: Delete duplicate condition in ntfs_read_mft()Dan Carpenter1-6/+0
2023-01-04fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_fill_super()Tetsuo Handa1-1/+1
2023-01-04fs/ntfs3: Use __GFP_NOWARN allocation at wnd_init()Tetsuo Handa1-1/+1
2023-01-04fs/ntfs3: Validate index root when initialize NTFS securityEdward Lo1-4/+6