summaryrefslogtreecommitdiff
path: root/fs/ntfs
AgeCommit message (Expand)AuthorFilesLines
6 daystreewide: refresh kmalloc_obj() conversionsKees Cook9-28/+30
11 daysntfs: take invalidate_lock in ntfs_filemap_page_mkwrite()Hongling Zeng1-5/+15
11 daysntfs: take invalidate_lock in ntfs_setattr_size()Hongling Zeng1-4/+11
11 daysntfs: handle signal interruption in fallocateHongling Zeng1-2/+6
13 daysntfs: fix FITRIM range alignmentJacopo Labardi1-3/+5
13 daysntfs: read WOF chunks outside the decompression lockZhan Xusheng1-48/+79
2026-08-27ntfs: leave HasEA flag untouched on setxattr failureBaolin Liu1-4/+6
2026-08-27ntfs: fix race between fallocate and mmap readsHongling Zeng1-10/+5
2026-08-27ntfs: fix memmove overlap in ntfs_new_attr_flagsHongling Zeng1-6/+27
2026-08-27ntfs: compute bi_sector in 512-byte unitsDennis Tighe5-22/+14
2026-08-26ntfs: reject invalid sectors_per_cluster in the boot sectorDennis Tighe1-2/+2
2026-08-26ntfs: bound $AttrDef table walk to the loaded table sizeDennis Tighe2-4/+4
2026-08-26ntfs: fix undefined behavior in mft/index record size calculationHongling Zeng1-2/+2
2026-08-26ntfs: treat any nonzero dio zero-range return as an errorWentao Guan1-1/+1
2026-08-26ntfs: fix incorrect MFT record pointer passed to ntfs_attr_record_resizeHongling Zeng1-1/+1
2026-08-26ntfs: do not mark the volume clean in sync_fs when errors were recordedDennis Tighe1-1/+2
2026-08-26ntfs: skip free cluster decrement when rollback failsBaolin Liu1-1/+2
2026-08-26ntfs: only count successfully cleared runs when freeing clustersBaolin Liu1-3/+3
2026-08-26ntfs: fix kmap_local leak in write_mft_record_nolock() error pathsBaolin Liu1-1/+3
2026-08-26ntfs: return real error from ntfs_non_resident_attr_record_add()Baolin Liu1-1/+1
2026-08-26ntfs: preserve error code in ntfs_resident_attr_record_add()Baolin Liu1-1/+1
2026-08-26ntfs: return -ERANGE for undersized xattr bufferBaolin Liu1-2/+2
2026-08-26ntfs: propagate reparse index insertion failureBaolin Liu1-2/+3
2026-08-26ntfs: return DT_UNKNOWN on inode lookup failure in readdirBaolin Liu1-1/+1
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