index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.18-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_qcom-6.18.y
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs
Age
Commit message (
Expand
)
Author
12 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
2026-08-31
ntfs: take invalidate_lock in ntfs_filemap_page_mkwrite()
Hongling Zeng
2026-08-31
ntfs: take invalidate_lock in ntfs_setattr_size()
Hongling Zeng
2026-08-31
ntfs: handle signal interruption in fallocate
Hongling Zeng
2026-08-30
ntfs: fix FITRIM range alignment
Jacopo Labardi
2026-08-30
ntfs: read WOF chunks outside the decompression lock
Zhan Xusheng
2026-08-27
ntfs: leave HasEA flag untouched on setxattr failure
Baolin Liu
2026-08-27
ntfs: fix race between fallocate and mmap reads
Hongling Zeng
2026-08-27
ntfs: fix memmove overlap in ntfs_new_attr_flags
Hongling Zeng
2026-08-27
ntfs: compute bi_sector in 512-byte units
Dennis Tighe
2026-08-26
ntfs: reject invalid sectors_per_cluster in the boot sector
Dennis Tighe
2026-08-26
ntfs: bound $AttrDef table walk to the loaded table size
Dennis Tighe
2026-08-26
ntfs: fix undefined behavior in mft/index record size calculation
Hongling Zeng
2026-08-26
ntfs: treat any nonzero dio zero-range return as an error
Wentao Guan
2026-08-26
ntfs: fix incorrect MFT record pointer passed to ntfs_attr_record_resize
Hongling Zeng
2026-08-26
ntfs: do not mark the volume clean in sync_fs when errors were recorded
Dennis Tighe
2026-08-26
ntfs: skip free cluster decrement when rollback fails
Baolin Liu
2026-08-26
ntfs: only count successfully cleared runs when freeing clusters
Baolin Liu
2026-08-26
ntfs: fix kmap_local leak in write_mft_record_nolock() error paths
Baolin Liu
2026-08-26
ntfs: return real error from ntfs_non_resident_attr_record_add()
Baolin Liu
2026-08-26
ntfs: preserve error code in ntfs_resident_attr_record_add()
Baolin Liu
2026-08-26
ntfs: return -ERANGE for undersized xattr buffer
Baolin Liu
2026-08-26
ntfs: propagate reparse index insertion failure
Baolin Liu
2026-08-26
ntfs: return DT_UNKNOWN on inode lookup failure in readdir
Baolin Liu
2026-08-21
ntfs: support resident WOF decompression
Hyunchul Lee
2026-08-21
ntfs: add non-resident WOF decompression
Hyunchul Lee
2026-08-21
ntfs: implement codec ops for LZX and XPRESS
Hyunchul Lee
2026-08-21
ntfs: port lzx/xpress decompressors from ntfs-3g-system-compression
Hyunchul Lee
2026-08-21
ntfs: return errors from inode initialization
Hyunchul Lee
2026-08-21
ntfs: parse REPARSE_TAG_WOF
Hyunchul Lee
2026-08-21
ntfs: return errors from ntfs_attr_readall
Hyunchul Lee
2026-08-21
ntfs: add WOF compression config option
Hyunchul Lee
2026-08-21
ntfs: define LZNT1 codec ops under transparent codec interface
Hyunchul Lee
2026-08-21
ntfs: introduce transparent compression codec interface
Hyunchul Lee
2026-08-20
ntfs: reject invalid empty mapping pairs
Hyunchul Lee
2026-08-20
ntfs: fix resource leak in ntfs_new_attr_flags
Hongling Zeng
2026-08-20
ntfs: validate usa_ofs before preserving the update sequence number
Dennis Tighe
2026-08-20
ntfs: fix off-by-one page overflow in ntfs_decompress()
Dennis Tighe
2026-08-19
ntfs: do not update ctime when setxattr fails
Baolin Liu
2026-08-19
ntfs: reject invalid MFT LCNs from boot sector
Hyunchul Lee
2026-08-19
ntfs: serialize resident iomap reads with mrec_lock
Hyeontae Lee
2026-08-19
ntfs: verify run length exceeding volume boundary
Hongling Zeng
2026-08-19
ntfs: allow index root relocation
Namjae Jeon
2026-08-19
ntfs: validate non-resident attribute offsets
Hongling Zeng
2026-08-19
ntfs: simplify ntfs_reparse_set_native_symlink()
Dmitry Antipov
2026-08-19
ntfs: reject unprivileged writes to reserved $LX* xattrs
Pisit Preechapramoth
2026-08-19
ntfs: bound the free-cluster bitmap scan to the volume
Bryam Vargas
2026-08-19
ntfs: respect per-file chmod mode over mount masks
Namjae Jeon
2026-08-19
ntfs: apply Windows name checks only with windows_names
Namjae Jeon
2026-08-19
ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()
Alexandro Calo
[next]