summaryrefslogtreecommitdiff
path: root/fs/ntfs3
AgeCommit message (Expand)Author
9 daysMerge tag 'ntfs3_for_7.3' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
11 daysfs/ntfs3: validate ef->size covers the record's name and valueWeiming Shi
11 daysfs/ntfs3: fix out-of-bounds read in read_log_rec_buf()Konstantin Komarov
12 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-14fs/ntfs3: reject out-of-range evcn in mi_enum_attr()Zhan Xusheng
2026-08-14fs/ntfs3: fix integer overflow in MFT cluster validationZhan Xusheng
2026-07-31ntfs3: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-30fs/ntfs3: Add basic support for alternative data streamsKonstantin Komarov
2026-07-30fs/ntfs3: Rename 'err' to 'ret' in read pathsKonstantin Komarov
2026-07-30fs/ntfs3: Fix memory leak in indx_find_sort()Konstantin Komarov
2026-07-29fs/ntfs3: bound page_lcns[] index by the log recordKonstantin Komarov
2026-07-29fs/ntfs3: validate dirty page table on log replayXiang Mei
2026-07-28fs/ntfs3: reject restart table growth beyond U16_MAX entriesWeiming Shi
2026-07-28fs/ntfs3: fix info-leak on partial LZNT decompress in ni_read_frame()Samuel Page
2026-07-24fs/ntfs3: reserve NUL byte when converting UTF-16 namesKyle Zeng
2026-07-24ntfs3: initialize err in attr_wof_frame_infoRuoyu Wang
2026-07-24fs/ntfs3: fix lseek EINVAL on sparse/compressed files with 64-bit clustersSenjin
2026-07-24fs/ntfs3: load ATTR_BITMAP run extents from $MFT extension recordsKonstantin Komarov
2026-07-24ntfs3: fix info-leak in ntfs_rename()Konstantin Komarov
2026-07-24ntfs3: fix boundary check in ntfs_dir_count()Konstantin Komarov
2026-07-24fs/ntfs3: fix out-of-bounds read of INDEX_ROOT in reparse/objid initWeiming Wu
2026-07-14fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list()HE WEI(ギカク)
2026-07-14fs/ntfs3: cosmetic fixes and improvementsKonstantin Komarov
2026-07-14fs/ntfs3: widen inode/record number storage to u64Konstantin Komarov
2026-07-01iomap: consolidate bio submissionChristoph Hellwig
2026-07-01ntfs3: drop redundant S_IFDIR from mkdirJori Koolstra
2026-06-24Merge tag 'ntfs3_for_7.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-10ntfs3: reject direct userspace writes to reserved $LX* xattrsKonstantin Komarov
2026-06-10fs/ntfs3: resize log->one_page_buf when adopting on-disk page sizeJamie Nguyen
2026-06-10fs/ntfs3: prevent potential lcn remains uninitializedEdward Adam Davis
2026-06-09ntfs3: cap RESTART_TABLE free-chain walker at rt->usedMichael Bommarito
2026-06-09fs/ntfs3: bound NTFS_DE view.data_off in UpdateRecordData{Root,Allocation}Michael Bommarito
2026-06-03fs/ntfs3: validate lcns_follow in log_replay conversionKonstantin Komarov
2026-06-03fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis passMichael Bommarito
2026-06-03fs/ntfs3: bound DeleteIndexEntryAllocation memmove lengthKonstantin Komarov
2026-06-03fs/ntfs3: bound attr_off in UpdateResidentValue against data_offKonstantin Komarov
2026-06-02ntfs3: fix out-of-bounds read in ntfs_dir_emit() and hdr_find_e()Alessandro Schino
2026-06-02fs/ntfs3: fix mount failure on 64K page-size kernelsJamie Nguyen
2026-06-02ntfs3: avoid another -Wmaybe-uninitialized warningArnd Bergmann
2026-06-02ntfs3: Allocate iomap inline_data using alloc_pageMihai Brodschi
2026-06-02fs/ntfs3: format code, deal with commentsKonstantin Komarov
2026-06-02fs/ntfs3: reject SEEK_DATA and SEEK_HOLE past EOF earlyKonstantin Komarov
2026-06-02fs/ntfs3: fold file size handling into ntfs_set_size()Konstantin Komarov
2026-06-02fs/ntfs3: force waiting for direct I/O completionKonstantin Komarov
2026-06-02fs/ntfs3: fold resident writeback into writepages loopKonstantin Komarov
2026-06-02fs/ntfs3: handle delayed allocation overlap in run lookupKonstantin Komarov