index
:
linux-toradex.git
colibri
colibri_vf
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.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_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.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
/
ext4
/
inode.c
Age
Commit message (
Expand
)
Author
2025-05-02
ext4: make block validity check resistent to sb bh corruption
Ojaswin Mujoo
2025-05-02
ext4: don't treat fhandle lookup of ea_inode as FS corruption
Jann Horn
2024-10-17
ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
Luis Henriques (SUSE)
2024-09-12
ext4: reject casefold inode flag without casefold feature
Eric Biggers
2024-08-19
ext4: check the extent status again before inserting delalloc block
Zhang Yi
2024-08-19
ext4: factor out a common helper to query extent map
Zhang Yi
2024-08-19
ext4: convert to exclusive lock while inserting delalloc extents
Zhang Yi
2024-08-19
ext4: refactor ext4_da_map_blocks()
Zhang Yi
2024-08-19
ext4: make ext4_es_insert_extent() return void
Baokun Li
2023-07-23
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
2023-06-09
ext4: disallow ea_inodes with extended attributes
Theodore Ts'o
2023-06-09
ext4: add EA_INODE checking to ext4_iget()
Theodore Ts'o
2023-05-17
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
2023-05-11
ext4: fix i_disksize exceeding i_size problem in paritally written case
Zhihao Cheng
2023-05-11
ext4: use ext4_journal_start/stop for fast commit transactions
Harshad Shirwadkar
2023-03-22
ext4: fail ext4_iget if special inode unallocated
Baokun Li
2023-03-17
ext4: move where set the MAY_INLINE_DATA flag is set
Ye Bin
2023-01-12
ext4: use ext4_debug() instead of jbd_debug()
Eric Biggers
2023-01-12
ext4: avoid unaccounted block allocation when expanding inode
Jan Kara
2023-01-12
ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
Ye Bin
2023-01-12
ext4: check and assert if marking an no_delete evicting inode dirty
Zhang Yi
2023-01-12
ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
Baokun Li
2023-01-12
ext4: fix use-after-free in ext4_orphan_cleanup
Baokun Li
2023-01-12
ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...
Baokun Li
2023-01-12
ext4: silence the warning when evicting inode with dioread_nolock
Zhang Yi
2022-10-26
ext4: place buffer head allocation before handle start
Jinke Han
2022-10-26
ext4: don't increase iversion counter for ea_inodes
Lukas Czerner
2022-08-17
ext4: remove EA inode entry from mbcache on inode eviction
Jan Kara
2022-08-17
ext4: fix warning in ext4_iomap_begin as race between bmap and write
Ye Bin
2022-08-17
ext4: correct the misjudgment in ext4_iget_extra_inode
Baokun Li
2022-08-17
ext4: fix extent status tree race in writeback error recovery path
Eric Whitney
2022-06-09
ext4: fix warning in ext4_handle_inode_extension
Ye Bin
2022-06-09
ext4: fix race condition between ext4_write and ext4_convert_inline_data
Baokun Li
2022-04-27
ext4: limit length to bitmap_maxbytes - blocksize in punch_hole
Tadeusz Struk
2022-04-27
ext4: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
2022-04-08
ext4: don't BUG if someone dirty pages without asking ext4 first
Theodore Ts'o
2022-03-08
ext4: fast commit may not fallback for ineligible commit
Xin Yin
2022-01-27
ext4: fix an use-after-free issue about data=journal writeback mode
Zhang Yi
2022-01-27
ext4: fast commit may miss tracking unwritten range during ftruncate
Xin Yin
2022-01-27
ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE
Xin Yin
2022-01-27
ext4: initialize err_blk before calling __ext4_get_inode_loc
Harshad Shirwadkar
2021-11-18
Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"
Eric Whitney
2021-10-03
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-10-01
ext4: recheck buffer uptodate bit under buffer lock
Zhang Yi
2021-10-01
ext4: fix reserved space counter leakage
Jeffle Xu
2021-09-09
ext4: enforce buffer head state assertion in ext4_da_map_blocks
Eric Whitney
2021-09-09
Merge branch 'delalloc-buffer-write' into dev
Theodore Ts'o
2021-09-04
ext4: drop unnecessary journal handle in delalloc write
Zhang Yi
2021-09-04
ext4: factor out write end code of inline file
Zhang Yi
2021-09-04
ext4: correct the error path of ext4_write_inline_data_end()
Zhang Yi
[next]