aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
2026-08-21ntfs: support resident WOF decompressionHyunchul Lee1-42/+94
2026-08-21ntfs: add non-resident WOF decompressionHyunchul Lee11-51/+794
2026-08-21ntfs: implement codec ops for LZX and XPRESSHyunchul Lee3-0/+61
2026-08-21ntfs: port lzx/xpress decompressors from ntfs-3g-system-compressionHyunchul Lee6-0/+1406
2026-08-21ntfs: return errors from inode initializationHyunchul Lee1-3/+4
2026-08-21ntfs: parse REPARSE_TAG_WOFHyunchul Lee4-62/+142
2026-08-21ntfs: return errors from ntfs_attr_readallHyunchul Lee4-10/+44
2026-08-21ntfs: add WOF compression config optionHyunchul Lee1-0/+11
2026-08-21ntfs: define LZNT1 codec ops under transparent codec interfaceHyunchul Lee2-2/+12
2026-08-21ntfs: introduce transparent compression codec interfaceHyunchul Lee1-0/+46
2026-08-20ntfs: reject invalid empty mapping pairsHyunchul Lee1-0/+19
2026-08-20ntfs: fix resource leak in ntfs_new_attr_flagsHongling Zeng1-2/+4
2026-08-20ntfs: validate usa_ofs before preserving the update sequence numberDennis Tighe1-1/+11
2026-08-20ntfs: fix off-by-one page overflow in ntfs_decompress()Dennis Tighe1-1/+1
2026-08-19ntfs: do not update ctime when setxattr failsBaolin Liu1-2/+4
2026-08-19ntfs: reject invalid MFT LCNs from boot sectorHyunchul Lee1-6/+6
2026-08-19ntfs: serialize resident iomap reads with mrec_lockHyeontae Lee1-6/+26
2026-08-19ntfs: verify run length exceeding volume boundaryHongling Zeng1-0/+22
2026-08-19ntfs: allow index root relocationNamjae Jeon4-20/+137
2026-08-19ntfs: validate non-resident attribute offsetsHongling Zeng1-1/+23
2026-08-19ntfs: simplify ntfs_reparse_set_native_symlink()Dmitry Antipov1-6/+1
2026-08-19ntfs: reject unprivileged writes to reserved $LX* xattrsPisit Preechapramoth1-0/+9
2026-08-19ntfs: bound the free-cluster bitmap scan to the volumeBryam Vargas2-1/+13
2026-08-19ntfs: respect per-file chmod mode over mount masksNamjae Jeon5-28/+24
2026-08-19ntfs: apply Windows name checks only with windows_namesNamjae Jeon1-3/+3
2026-08-19ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()Alexandro Calo1-0/+11
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_value_is_valid()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