summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)Author
2026-08-19ntfs: move attribute payload before shrinking its recordNamjae Jeon
2026-08-19ntfs: fix resident conversion in ntfs_new_attr_flagsHyunchul Lee
2026-08-19ntfs: skip reads for full compression unit overwritesNamjae Jeon
2026-08-19ntfs: submit one bio per compressed write unitNamjae Jeon
2026-08-19ntfs: reuse compression output workspace across write unitsNamjae Jeon
2026-08-19ntfs: reuse the compression context during writesNamjae Jeon
2026-08-19ntfs: fix initialized size and page state after compressed writesNamjae Jeon
2026-08-19ntfs: write compressed data before replacing old clustersNamjae Jeon
2026-08-19ntfs: punch all-zero compressed blocksNamjae Jeon
2026-08-19ntfs: support large pages in compressed writesNamjae Jeon
2026-08-19ntfs: propagate compression context allocation errorsNamjae Jeon
2026-08-19ntfs: dir: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid
2026-08-19ntfs: mft: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid
2026-08-19ntfs: reparse: remove redundant NULL checks before kvfree()Mohammad Shahid
2026-08-19ntfs: use pagecache_isize_extended() on size extensionNamjae Jeon
2026-08-19ntfs: file extension before write submissionNamjae Jeon
2026-08-19ntfs: fix kmap_local_page() usage in compressNamjae Jeon
2026-08-19ntfs: Remove references to page->__folio_indexMatthew Wilcox (Oracle)
2026-08-19ntfs: Use zero_user_segment() in handle_bounds_compressed_page()Matthew Wilcox (Oracle)
2026-08-19ntfs: Remove use of __folio_index in handle_bounds_compressed_page()Matthew Wilcox (Oracle)
2026-08-19ntfs: Inline zero_partial_compressed_page()Matthew Wilcox (Oracle)
2026-08-19ntfs: Fix min_len for compressed/sparse attributes in ntfs_non_resident_attr_...Alexandro Calo
2026-08-19ntfs: rewrite EA stream before updating metadataNamjae Jeon
2026-08-19ntfs: remove empty EA attribute pairNamjae Jeon
2026-08-19ntfs: validate final EA attribute sizeNamjae Jeon
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-31ntfs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-21ntfs: drop stale page-cache when shrinking a non-resident attrNamjae Jeon
2026-07-21ntfs: harden runlist realloc size calculationsNamjae Jeon
2026-07-18ntfs: preserve RECALL_ON_OPEN on WSL special-file reparse pointsNamjae Jeon
2026-07-10Merge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-06ntfs: fail attrlist updates when the superblock is inactivePeiyang He
2026-07-06ntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()Namjae Jeon
2026-07-06ntfs: fix hole runlist memory leak in insert range error pathPeiyang He
2026-07-06ntfs: avoid calling post_write_mst_fixup() for invalid index_blockValeriy Yashnikov
2026-07-06ntfs: fix WARN_ON for resident attribute in ntfs_map_runlist_nolock()Namjae Jeon
2026-07-06ntfs: avoid self-deadlock during inode evictionHyunchul Lee
2026-07-06ntfs: make system files immutable to prevent corruptionNamjae Jeon
2026-07-01iomap: consolidate bio submissionChristoph Hellwig
2026-07-01ntfs: drop redundant S_IFDIR from mkdirJori Koolstra
2026-06-30ntfs: fix mrec_lock ABBA deadlock in renamePeiyang He
2026-06-30ntfs: avoid stale runlist element dereference in fallocateCen Zhang
2026-06-25ntfs: avoid stale runlist element dereference in MFT writebackCen Zhang
2026-06-19Merge tag 'ntfs-for-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-15ntfs: support creating Windows native symlinksHyunchul Lee
2026-06-15ntfs: clean up target name conversion for WSL symlinksHyunchul Lee
2026-06-15ntfs: add native_symlink mount optionHyunchul Lee