summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'ntfs3_for_7.3' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds17-282/+922
2026-08-18fs/ntfs3: validate ef->size covers the record's name and valueWeiming Shi1-9/+12
2026-08-18fs/ntfs3: fix out-of-bounds read in read_log_rec_buf()Konstantin Komarov1-1/+9
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2026-08-14fs/ntfs3: reject out-of-range evcn in mi_enum_attr()Zhan Xusheng1-3/+31
2026-08-14fs/ntfs3: fix integer overflow in MFT cluster validationZhan Xusheng1-2/+11
2026-07-31ntfs3: convert iomap ops to ->iomap_next()Joanne Koong1-2/+4
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-30fs/ntfs3: Add basic support for alternative data streamsKonstantin Komarov11-184/+684
2026-07-30fs/ntfs3: Rename 'err' to 'ret' in read pathsKonstantin Komarov1-20/+21
2026-07-30fs/ntfs3: Fix memory leak in indx_find_sort()Konstantin Komarov1-0/+1
2026-07-29fs/ntfs3: bound page_lcns[] index by the log recordKonstantin Komarov1-0/+15
2026-07-29fs/ntfs3: validate dirty page table on log replayXiang Mei1-0/+19
2026-07-28fs/ntfs3: reject restart table growth beyond U16_MAX entriesWeiming Shi1-0/+3
2026-07-28fs/ntfs3: fix info-leak on partial LZNT decompress in ni_read_frame()Samuel Page1-0/+9
2026-07-24fs/ntfs3: reserve NUL byte when converting UTF-16 namesKyle Zeng1-0/+5
2026-07-24ntfs3: initialize err in attr_wof_frame_infoRuoyu Wang1-1/+1
2026-07-24fs/ntfs3: fix lseek EINVAL on sparse/compressed files with 64-bit clustersSenjin1-1/+1
2026-07-24fs/ntfs3: load ATTR_BITMAP run extents from $MFT extension recordsKonstantin Komarov1-2/+8
2026-07-24ntfs3: fix info-leak in ntfs_rename()Konstantin Komarov1-2/+7
2026-07-24ntfs3: fix boundary check in ntfs_dir_count()Konstantin Komarov1-7/+25
2026-07-24fs/ntfs3: fix out-of-bounds read of INDEX_ROOT in reparse/objid initWeiming Wu1-4/+4
2026-07-14fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list()HE WEI(ギカク)1-4/+16
2026-07-14fs/ntfs3: cosmetic fixes and improvementsKonstantin Komarov11-36/+34
2026-07-14fs/ntfs3: widen inode/record number storage to u64Konstantin Komarov3-9/+9
2026-07-01iomap: consolidate bio submissionChristoph Hellwig1-4/+1
2026-07-01ntfs3: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-24Merge tag 'ntfs3_for_7.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds13-302/+590
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+6
2026-06-10ntfs3: reject direct userspace writes to reserved $LX* xattrsKonstantin Komarov1-0/+12
2026-06-10fs/ntfs3: resize log->one_page_buf when adopting on-disk page sizeJamie Nguyen1-0/+19
2026-06-10fs/ntfs3: prevent potential lcn remains uninitializedEdward Adam Davis1-4/+5
2026-06-09ntfs3: cap RESTART_TABLE free-chain walker at rt->usedMichael Bommarito1-1/+12
2026-06-09fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}Michael Bommarito1-0/+18
2026-06-03fs/ntfs3: validate lcns_follow in log_replay conversionKonstantin Komarov1-3/+16
2026-06-03fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis passMichael Bommarito1-16/+28
2026-06-03fs/ntfs3: bound DeleteIndexEntryAllocation memmove lengthKonstantin Komarov1-1/+15
2026-06-03fs/ntfs3: bound attr_off in UpdateResidentValue against data_offKonstantin Komarov1-0/+11
2026-06-02ntfs3: fix out-of-bounds read in ntfs_dir_emit() and hdr_find_e()Alessandro Schino2-1/+7
2026-06-02fs/ntfs3: fix mount failure on 64K page-size kernelsJamie Nguyen1-5/+1
2026-06-02ntfs3: avoid another -Wmaybe-uninitialized warningArnd Bergmann1-2/+2
2026-06-02ntfs3: Allocate iomap inline_data using alloc_pageMihai Brodschi2-5/+9
2026-06-02fs/ntfs3: format code, deal with commentsKonstantin Komarov5-25/+23
2026-06-02fs/ntfs3: reject SEEK_DATA and SEEK_HOLE past EOF earlyKonstantin Komarov2-10/+21
2026-06-02fs/ntfs3: fold file size handling into ntfs_set_size()Konstantin Komarov2-148/+51
2026-06-02fs/ntfs3: force waiting for direct I/O completionKonstantin Komarov1-1/+2
2026-06-02fs/ntfs3: fold resident writeback into writepages loopKonstantin Komarov1-27/+15
2026-06-02fs/ntfs3: handle delayed allocation overlap in run lookupKonstantin Komarov3-12/+69