summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
14 daysntfs3: fix out-of-bounds read in decompress_lzntTristan Madani1-1/+1
14 daysntfs3: bound to_move in indx_insert_into_root before hdr_insert_headMichael Bommarito1-0/+16
14 daysntfs3: cap RESTART_TABLE free-chain walker at rt->usedMichael Bommarito1-1/+12
14 daysfs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}Michael Bommarito1-0/+18
14 daysfs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflowMichael Bommarito1-3/+12
14 daysfs/ntfs3: validate lcns_follow in log_replay conversionKonstantin Komarov1-3/+16
14 daysfs/ntfs3: bound attr_off in UpdateResidentValue against data_offKonstantin Komarov1-0/+11
14 daysfs/ntfs3: bound DeleteIndexEntryAllocation memmove lengthKonstantin Komarov1-1/+15
14 daysfs/ntfs3: fix syncing wrong inode on DIRSYNC cross-directory renameZhan Xusheng1-1/+1
14 daysfs/ntfs3: validate Dirty Page Table capacity in log_replay copy_lcnsYunpeng Tian1-5/+15
2026-07-04ntfs3: reject direct userspace writes to reserved $LX* xattrsKonstantin Komarov1-0/+12
2026-06-19fs/ntfs3: Return error for inconsistent extended attributesEdward Lo1-0/+1
2026-06-01fs/ntfs3: terminate the cached volume label after UTF-8 conversionPengpeng Hou1-1/+6
2026-06-01ntfs3: fix integer overflow in run_unpack() volume boundary checkTobias Gaertner1-3/+9
2026-06-01ntfs3: add buffer boundary checks to run_unpack()Tobias Gaertner1-0/+6
2026-06-01fs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman1-1/+11
2026-06-01fs/ntfs3: Add more attributes checks in mi_enum_attr()Konstantin Komarov1-13/+50
2026-03-04fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...Konstantin Komarov1-0/+6
2026-03-04fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LISTJaehun Gou1-0/+9
2026-03-04fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadataJaehun Gou1-3/+12
2026-03-04fs: ntfs3: check return value of indx_find to avoid infinite loopJaehun Gou1-1/+6
2026-03-04fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRootJiasheng Jiang1-0/+3
2026-03-04fs/ntfs3: prevent infinite loops caused by the next valid being the sameEdward Adam Davis1-2/+6
2026-02-06fs/ntfs3: Initialize allocated memory before useBartlomiej Kubik1-4/+3
2026-01-19fs/ntfs3: fix mount failure for sparse runs in run_unpack()Konstantin Komarov1-1/+5
2026-01-19fs/ntfs3: Support timestamps prior to epochKonstantin Komarov1-4/+5
2026-01-19fs/ntfs3: Prevent memory leaks in add sub recordEdward Adam Davis1-2/+4
2026-01-19fs/ntfs3: out1 also needs to put miEdward Adam Davis1-1/+1
2026-01-19fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov1-3/+26
2026-01-19fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov4-11/+14
2026-01-19fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov4-25/+2
2026-01-19ntfs3: init run lock for extend inodeEdward Adam Davis1-0/+1
2026-01-19ntfs3: Fix uninit buffer allocated by __getname()Sidharth Seela1-0/+1
2026-01-19ntfs3: fix uninit memory after failed mi_read in mi_format_newRaphael Pinsonneault-Thibeault1-1/+8
2025-12-07ntfs3: pretend $Extend records as regular filesTetsuo Handa1-0/+1
2025-10-19fs/ntfs3: Fix a resource leak bug in wnd_extend()Haoxiang Li1-0/+1
2025-10-19fs: ntfs3: Fix integer overflow in run_unpack()Vitaly Grigoryev1-3/+9
2025-08-28fs/ntfs3: correctly create symlink for relative pathRong Zhang1-13/+18
2025-08-28fs/ntfs3: Add sanity check for file nameLizhi Xu1-0/+3
2025-08-28Revert "fs/ntfs3: Replace inode_trylock with inode_lock"Konstantin Komarov1-1/+4
2025-06-27fs/ntfs3: handle hdr_first_de() return valueAndrey Vatoropin1-0/+8
2025-05-02fs/ntfs3: Fix WARNING in ntfs_extend_initialized_sizeEdward Adam Davis1-0/+1
2025-04-10fs/ntfs3: Fix a couple integer overflows on 32bit systemsDan Carpenter1-2/+2
2025-02-01fs/ntfs3: Additional check in ntfs_file_releaseKonstantin Komarov1-2/+10
2024-11-08fs/ntfs3: Additional check in ni_clear()Konstantin Komarov1-1/+3
2024-11-08fs/ntfs3: Fix possible deadlock in mi_readKonstantin Komarov1-1/+1
2024-11-08fs/ntfs3: Fix warning possible deadlock in ntfs_set_stateKonstantin Komarov1-1/+1
2024-11-08fs/ntfs3: Check if more than chunk-size bytes are writtenAndrew Ballance1-0/+3
2024-10-17fs/ntfs3: Refactor enum_rstbl to suppress static checkerKonstantin Komarov1-2/+17
2024-10-17fs/ntfs3: Use kvfree to free memory allocated by kvmallocKonstantin Komarov4-7/+7