summaryrefslogtreecommitdiffstats
path: root/fs/ntfs
AgeCommit message (Expand)AuthorLines
2026-04-30ntfs: Use return instead of goto in ntfs_mapping_pairs_decompress()Nathan Chancellor-1/+1
2026-04-30ntfs: drop nlink once for WIN32/DOS aliasesHyunchul Lee-2/+11
2026-04-28ntfs: fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run()Namjae Jeon-8/+11
2026-04-27ntfs: fix error handling in ntfs_write_iomap_end_resident()Namjae Jeon-3/+3
2026-04-27ntfs: fix VCN overflow in ntfs_mapping_pairs_decompress()Zhan Xusheng-3/+21
2026-04-27ntfs: fix WSL symlink target leak on reparse failureDaeMyung Kang-2/+3
2026-04-27ntfs: fix NULL dereference in ntfs_index_walk_down()DaeMyung Kang-7/+23
2026-04-22ntfs: use page allocation for resident attribute inline dataNamjae Jeon-7/+19
2026-04-22ntfs: fix mmap_prepare writable check for shared mappingsNamjae Jeon-1/+1
2026-04-18ntfs: fix potential 32-bit truncation in ntfs_write_cb()Dan Carpenter-1/+2
2026-04-18ntfs: fix uninitialized variable in ntfs_map_runlist_nolockNamjae Jeon-1/+1
2026-04-18ntfs: delete dead codeDan Carpenter-4/+3
2026-04-18ntfs: add missing error code in ntfs_mft_record_alloc()Dan Carpenter-0/+1
2026-04-18ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode()Namjae Jeon-1/+4
2026-04-18ntfs: fix uninitialized pointer in ntfs_write_mft_blockNamjae Jeon-2/+2
2026-04-18ntfs: fix uninitialized variable in ntfs_write_simple_iomap_begin_non_residentNamjae Jeon-1/+1
2026-04-18ntfs: remove noop_direct_IO from address_space_operationsHyunchul Lee-1/+0
2026-04-18ntfs: limit memory allocation in ntfs_attr_readallHyunchul Lee-0/+14
2026-04-18ntfs: not zero out range beyond init in punch_holeHyunchul Lee-12/+21
2026-04-18ntfs: zero out stale data in straddle block beyond initialized_sizeHyunchul Lee-11/+45
2026-04-17Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+36140
2026-04-07ntfs: remove redundant out-of-bound checksHyunchul Lee-42/+0
2026-04-07ntfs: add bound checking to ntfs_external_attr_findHyunchul Lee-14/+69
2026-04-07ntfs: add bound checking to ntfs_attr_findHyunchul Lee-12/+72
2026-03-16ntfs: fix ignoring unreachable code warningsHyunchul Lee-7/+2
2026-03-16ntfs: fix inconsistent indenting warningsHyunchul Lee-35/+35
2026-03-16ntfs: fix variable dereferenced before check warningsHyunchul Lee-13/+16
2026-03-16ntfs: prefer IS_ERR_OR_NULL() over manual NULL checkHyunchul Lee-2/+2
2026-03-16ntfs: harden ntfs_listxattr against EA entriesHyunchul Lee-18/+22
2026-03-16ntfs: harden ntfs_ea_lookup against malformed EA entriesHyunchul Lee-19/+17
2026-03-16ntfs: check $EA query-length in ntfs_ea_getHyunchul Lee-0/+5
2026-03-16ntfs: validate WSL EA payload sizesHyunchul Lee-2/+6
2026-03-16ntfs: fix WSL ea restore conditionHyunchul Lee-4/+4
2026-03-10ntfs: add missing newlines to pr_err() messagesWoody Suwalski-15/+15
2026-03-10ntfs: fix pointer/integer casting warningsHyunchul Lee-2/+2
2026-03-06ntfs: use ->mft_no instead of ->i_ino in printsNamjae Jeon-41/+40
2026-03-06ntfs: change mft_no type to u64Namjae Jeon-128/+119
2026-03-05ntfs: select FS_IOMAP in KconfigNamjae Jeon-0/+1
2026-03-05ntfs: add MODULE_ALIAS_FSWoody Suwalski-0/+1
2026-03-04ntfs: reduce stack usage in ntfs_write_mft_block()Arnd Bergmann-2/+7
2026-03-01ntfs: fix sysctl table registration and pathNamjae Jeon-2/+1
2026-02-28ntfs: Fix spelling mistake "initiailized" -> "initialized"Colin Ian King-1/+1
2026-02-27ntfs: Fix possible deadlockEthan Tidmore-1/+3
2026-02-27ntfs: Add missing error codeEthan Tidmore-0/+1
2026-02-27ntfs: Place check before dereferenceEthan Tidmore-6/+6
2026-02-26ntfs: Remove impossible conditionEthan Tidmore-4/+1
2026-02-26ntfs: Replace ERR_PTR(0) with NULLEthan Tidmore-1/+1
2026-02-26ntfs: Remove unneeded semicolonChen Ni-1/+1
2026-02-26ntfs: Fix null pointer dereferenceEthan Tidmore-1/+2
2026-02-19ntfs: add Kconfig and MakefileNamjae Jeon-0/+57