summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
8 daysntfs: drop stale page-cache when shrinking a non-resident attrNamjae Jeon1-0/+10
8 daysntfs: harden runlist realloc size calculationsNamjae Jeon1-23/+27
8 daysntfs: preserve RECALL_ON_OPEN on WSL special-file reparse pointsNamjae Jeon1-1/+2
2026-07-24iomap: consolidate bio submissionChristoph Hellwig1-4/+2
2026-07-24ntfs: fix hole runlist memory leak in insert range error pathPeiyang He1-0/+1
2026-07-24ntfs: fix WARN_ON for resident attribute in ntfs_map_runlist_nolock()Namjae Jeon1-1/+4
2026-07-24ntfs: make system files immutable to prevent corruptionNamjae Jeon1-0/+9
2026-07-24ntfs: avoid self-deadlock during inode evictionHyunchul Lee1-1/+16
2026-07-24ntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()Namjae Jeon1-4/+11
2026-07-24ntfs: fail attrlist updates when the superblock is inactivePeiyang He1-0/+9
2026-07-24ntfs: fix mrec_lock ABBA deadlock in renamePeiyang He1-31/+31
2026-07-24ntfs: reject non-resident records for resident-only attributesDaeMyung Kang1-1/+17
2026-07-24ntfs: validate resident index root values on lookupDaeMyung Kang1-0/+31
2026-07-24ntfs: validate resident volume name values on lookupDaeMyung Kang1-1/+13
2026-07-24ntfs: do not replace volume name after lookup errorsDaeMyung Kang1-3/+8
2026-07-24ntfs: detect mapping-pairs LCN accumulator overflowSamuel Moelius1-1/+5
2026-07-24ntfs: validate index entries on readingHyunchul Lee4-68/+60
2026-07-24ntfs: avoid heap allocation for free-cluster readahead stateDaeMyung Kang1-16/+6
2026-07-24ntfs: only alias volume $UpCase to default on exact matchDaeMyung Kang1-9/+3
2026-07-24ntfs: reinit search context before volume information lookupDaeMyung Kang1-0/+1
2026-07-24ntfs: skip extent mft records in writeback to prevent deadlockHyunchul Lee1-125/+4
2026-07-24ntfs: centalize $INDEX_ROOT header validationHyunchul Lee3-9/+23
2026-07-24ntfs: update index root allocated size before shrinkDaeMyung Kang1-3/+15
2026-07-24ntfs: free volume-wide resources on fill_super failureDaeMyung Kang1-2/+3
2026-07-24ntfs: validate index block header more strictlyHyunchul Lee3-61/+81
2026-07-24ntfs: not change 0-byte $DATA attribute to non-residentHyunchul Lee1-2/+5
2026-07-24ntfs: add bounds check before accessing EA entriesHyunchul Lee1-8/+8
2026-07-24ntfs: validate attribute values on lookupDaeMyung Kang2-64/+107
2026-07-24ntfs: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2026-07-24ntfs: fix off-by-one in mapping pairs decoding bounds checksRon de Bruijn1-3/+3
2026-07-24ntfs: fix incorrect size of symbolic linkHyunchul Lee1-0/+3
2026-07-24ntfs: grow index root value before reparent header updateDaeMyung Kang1-30/+48
2026-07-24ntfs: avoid stale runlist element dereference in fallocateCen Zhang1-11/+19
2026-07-24ntfs: avoid stale runlist element dereference in MFT writebackCen Zhang1-2/+6
2026-07-24ntfs: fix u16 truncation of restart-area length checkBryam Vargas1-1/+1
2026-07-24ntfs: bound the attribute-list entry in ntfs_read_inode_mount()Bryam Vargas1-4/+1
2026-07-24ntfs: bound the look-ahead attribute-list entry in ntfs_external_attr_find()Bryam Vargas1-3/+2
2026-07-24ntfs: validate resident attribute lists and harden the validatorBryam Vargas3-15/+73
2026-07-24ntfs: free link name from ntfs_name_cacheDaeMyung Kang1-3/+2
2026-07-18ntfs: avoid calling post_write_mst_fixup() for invalid index_blockValeriy Yashnikov1-1/+4
2026-07-04ntfs: serialize volume label accessesHyunchul Lee3-10/+28
2026-05-11ntfs: restore $MFT mirror contents checkDaeMyung Kang1-0/+7
2026-05-10ntfs: fix empty_buf and ra lifetime bugs in ntfs_empty_logfile()DaeMyung Kang1-1/+4
2026-05-09ntfs: validate attribute name bounds before returning itDaeMyung Kang1-8/+17
2026-05-09ntfs: fix MFT bitmap scan 2^32 boundary checkDaeMyung Kang1-1/+1
2026-05-09ntfs: validate MFT attrs_offset against bytes_in_useDaeMyung Kang1-1/+12
2026-05-09ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()Zhan Xusheng1-4/+18
2026-05-08ntfs: avoid leaking uninitialised bytes in new security descriptorsDaeMyung Kang1-2/+2
2026-05-08ntfs: fix out-of-bounds write in ntfs_index_walk_down()DaeMyung Kang1-5/+12
2026-05-08ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge pathDaeMyung Kang1-4/+5