summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
2026-07-24ntfs3: fix out-of-bounds read in decompress_lzntTristan Madani1-1/+1
2026-07-24ntfs3: validate split-point offset in indx_insert_into_bufferMichael Bommarito1-0/+14
2026-07-24ntfs3: bound to_move in indx_insert_into_root before hdr_insert_headMichael Bommarito1-0/+16
2026-07-24ntfs3: cap RESTART_TABLE free-chain walker at rt->usedMichael Bommarito1-1/+12
2026-07-24fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}Michael Bommarito1-0/+18
2026-07-24fs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflowMichael Bommarito1-3/+12
2026-07-24fs/ntfs3: validate lcns_follow in log_replay conversionKonstantin Komarov1-3/+16
2026-07-24fs/ntfs3: bound attr_off in UpdateResidentValue against data_offKonstantin Komarov1-0/+11
2026-07-24fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis passMichael Bommarito1-17/+29
2026-07-24fs/ntfs3: bound DeleteIndexEntryAllocation memmove lengthKonstantin Komarov1-1/+15
2026-07-24fs/ntfs3: fix syncing wrong inode on DIRSYNC cross-directory renameZhan Xusheng1-1/+1
2026-07-24fs/ntfs3: resize log->one_page_buf when adopting on-disk page sizeJamie Nguyen1-0/+19
2026-07-24fs/ntfs3: fix mount failure on 64K page-size kernelsJamie Nguyen1-5/+1
2026-07-24fs/ntfs3: add bounds check to run_get_highest_vcn()Konstantin Komarov3-4/+13
2026-07-18fs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked()Deepanshu Kartikey1-0/+14
2026-07-18fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()Konstantin Komarov1-0/+8
2026-07-18fs/ntfs3: fsync files by syncing parent inodesKonstantin Komarov4-4/+81
2026-07-18fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmprKonstantin Komarov3-6/+6
2026-07-18fs/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-01fs/ntfs3: handle attr_set_size() errors when truncating filesKonstantin Komarov1-8/+4
2026-05-23ntfs: ->d_compare() must not blockAl Viro5-24/+20
2026-05-23fs/ntfs3: terminate the cached volume label after UTF-8 conversionPengpeng Hou1-1/+6
2026-05-07ntfs3: fix integer overflow in run_unpack() volume boundary checkTobias Gaertner1-3/+9
2026-05-07ntfs3: add buffer boundary checks to run_unpack()Tobias Gaertner1-0/+6
2026-04-27fs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman1-1/+11
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: drop preallocated clusters for sparse and compressed filesKonstantin Komarov1-1/+3
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-03-04fs/ntfs3: Initialize new folios before useBartlomiej Kubik1-1/+1
2026-01-30fs/ntfs3: Initialize allocated memory before useBartlomiej Kubik1-4/+3
2026-01-08ntfs: Do not overwrite uptodate pagesMatthew Wilcox (Oracle)1-6/+29
2026-01-08fs/ntfs3: fix mount failure for sparse runs in run_unpack()Konstantin Komarov1-1/+5
2026-01-08fs/ntfs3: check for shutdown in fsyncKonstantin Komarov1-1/+13
2026-01-08ntfs: set dummy blocksize to read boot_block when mountingPedro Demarchi Gomes1-0/+5
2026-01-08fs/ntfs3: Support timestamps prior to epochKonstantin Komarov1-4/+5
2025-12-18fs/ntfs3: Prevent memory leaks in add sub recordEdward Adam Davis1-2/+4
2025-12-18fs/ntfs3: out1 also needs to put miEdward Adam Davis1-1/+1
2025-12-18ntfs3: init run lock for extend inodeEdward Adam Davis1-0/+1
2025-12-18ntfs3: Fix uninit buffer allocated by __getname()Sidharth Seela1-0/+1
2025-12-18ntfs3: fix uninit memory after failed mi_read in mi_format_newRaphael Pinsonneault-Thibeault1-1/+8
2025-11-13ntfs3: 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-15fs/ntfs3: reject index allocation if $BITMAP is empty but blocks existMoon Hee Lee1-0/+10
2025-10-15fs: ntfs3: Fix integer overflow in run_unpack()Vitaly Grigoryev1-3/+9
2025-08-20fs/ntfs3: correctly create symlink for relative pathRong Zhang1-13/+18