summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2026-08-19ntfs: move attribute payload before shrinking its recordNamjae Jeon1-8/+15
2026-08-19ntfs: fix resident conversion in ntfs_new_attr_flagsHyunchul Lee1-22/+72
2026-08-19ntfs: skip reads for full compression unit overwritesNamjae Jeon1-2/+9
2026-08-19ntfs: submit one bio per compressed write unitNamjae Jeon1-32/+11
2026-08-19ntfs: reuse compression output workspace across write unitsNamjae Jeon1-50/+85
2026-08-19ntfs: reuse the compression context during writesNamjae Jeon1-15/+13
2026-08-19ntfs: fix initialized size and page state after compressed writesNamjae Jeon1-1/+14
2026-08-19ntfs: write compressed data before replacing old clustersNamjae Jeon1-27/+36
2026-08-19ntfs: punch all-zero compressed blocksNamjae Jeon1-4/+6
2026-08-19ntfs: support large pages in compressed writesNamjae Jeon1-11/+22
2026-08-19ntfs: propagate compression context allocation errorsNamjae Jeon1-4/+9
2026-08-19ntfs: dir: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid1-2/+3
2026-08-19ntfs: mft: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid1-2/+1
2026-08-19ntfs: reparse: remove redundant NULL checks before kvfree()Mohammad Shahid1-4/+2
2026-08-19ntfs: use pagecache_isize_extended() on size extensionNamjae Jeon1-18/+10
2026-08-19ntfs: file extension before write submissionNamjae Jeon5-51/+44
2026-08-19ntfs: fix kmap_local_page() usage in compressNamjae Jeon1-23/+15
2026-08-19ntfs: Remove references to page->__folio_indexMatthew Wilcox (Oracle)1-6/+8
2026-08-19ntfs: Use zero_user_segment() in handle_bounds_compressed_page()Matthew Wilcox (Oracle)1-10/+8
2026-08-19ntfs: Remove use of __folio_index in handle_bounds_compressed_page()Matthew Wilcox (Oracle)1-2/+4
2026-08-19ntfs: Inline zero_partial_compressed_page()Matthew Wilcox (Oracle)1-22/+12
2026-08-19ntfs: Fix min_len for compressed/sparse attributes in ntfs_non_resident_attr_...Alexandro Calo1-0/+5
2026-08-19ntfs: rewrite EA stream before updating metadataNamjae Jeon1-19/+46
2026-08-19ntfs: remove empty EA attribute pairNamjae Jeon1-0/+9
2026-08-19ntfs: validate final EA attribute sizeNamjae Jeon1-2/+15
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-10/+22
2026-07-31ntfs: convert iomap ops to ->iomap_next()Joanne Koong1-10/+22
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-21ntfs: drop stale page-cache when shrinking a non-resident attrNamjae Jeon1-0/+10
2026-07-21ntfs: harden runlist realloc size calculationsNamjae Jeon1-23/+27
2026-07-18ntfs: preserve RECALL_ON_OPEN on WSL special-file reparse pointsNamjae Jeon1-1/+2
2026-07-10Merge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-51/+110
2026-07-06ntfs: fail attrlist updates when the superblock is inactivePeiyang He1-0/+9
2026-07-06ntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()Namjae Jeon1-4/+11
2026-07-06ntfs: fix hole runlist memory leak in insert range error pathPeiyang He1-0/+1
2026-07-06ntfs: avoid calling post_write_mst_fixup() for invalid index_blockValeriy Yashnikov1-1/+4
2026-07-06ntfs: fix WARN_ON for resident attribute in ntfs_map_runlist_nolock()Namjae Jeon1-1/+4
2026-07-06ntfs: avoid self-deadlock during inode evictionHyunchul Lee1-1/+16
2026-07-06ntfs: make system files immutable to prevent corruptionNamjae Jeon1-0/+9
2026-07-01iomap: consolidate bio submissionChristoph Hellwig1-4/+2
2026-07-01ntfs: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-30ntfs: fix mrec_lock ABBA deadlock in renamePeiyang He1-31/+31
2026-06-30ntfs: avoid stale runlist element dereference in fallocateCen Zhang1-11/+19
2026-06-25ntfs: avoid stale runlist element dereference in MFT writebackCen Zhang1-2/+6
2026-06-19Merge tag 'ntfs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-819/+1124
2026-06-15ntfs: support creating Windows native symlinksHyunchul Lee6-3/+160
2026-06-15ntfs: clean up target name conversion for WSL symlinksHyunchul Lee3-45/+30
2026-06-15ntfs: add native_symlink mount optionHyunchul Lee4-6/+34