index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-18
ext4: publish jinode after initialization
Li Chen
1
-4
/
+11
2026-04-18
ext4: convert inline data to extents when truncate exceeds inline size
Deepanshu Kartikey
1
-0
/
+12
2026-01-19
ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
Ye Bin
1
-0
/
+5
2025-10-29
ext4: detect invalid INLINE_DATA + EXTENTS flag combination
Deepanshu Kartikey
1
-0
/
+8
2025-10-29
ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
Yongjian Sun
1
-2
/
+8
2025-08-28
ext4: check fast symlink for ea_inode correctly
Andreas Dilger
1
-1
/
+1
2025-06-27
ext4: ensure i_size is smaller than maxbytes
Zhang Yi
1
-1
/
+2
2025-05-02
ext4: make block validity check resistent to sb bh corruption
Ojaswin Mujoo
1
-3
/
+4
2025-05-02
ext4: don't treat fhandle lookup of ea_inode as FS corruption
Jann Horn
1
-20
/
+48
2025-05-02
ext4: reject casefold inode flag without casefold feature
Eric Biggers
1
-1
/
+4
2024-10-17
ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
Luis Henriques (SUSE)
1
-4
/
+7
2024-08-19
ext4: check the extent status again before inserting delalloc block
Zhang Yi
1
-0
/
+21
2024-08-19
ext4: factor out a common helper to query extent map
Zhang Yi
1
-25
/
+32
2024-03-15
ext4: convert to exclusive lock while inserting delalloc extents
Zhang Yi
1
-14
/
+11
2024-03-15
ext4: refactor ext4_da_map_blocks()
Zhang Yi
1
-22
/
+17
2024-03-15
ext4: make ext4_es_insert_extent() return void
Baokun Li
1
-15
/
+6
2023-07-27
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
1
-10
/
+0
2023-06-09
ext4: disallow ea_inodes with extended attributes
Theodore Ts'o
1
-0
/
+3
2023-06-09
ext4: add EA_INODE checking to ext4_iget()
Theodore Ts'o
1
-5
/
+26
2023-05-17
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
1
-1
/
+1
2023-05-17
ext4: use ext4_journal_start/stop for fast commit transactions
Harshad Shirwadkar
1
-6
/
+1
2023-04-05
ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
Ye Bin
1
-1
/
+2
2023-03-22
ext4: fail ext4_iget if special inode unallocated
Baokun Li
1
-10
/
+8
2023-03-17
ext4: move where set the MAY_INLINE_DATA flag is set
Ye Bin
1
-1
/
+6
2023-01-14
ext4: remove EA inode entry from mbcache on inode eviction
Jan Kara
1
-0
/
+2
2023-01-14
ext4: fix various seppling typos
Bhaskar Chowdhury
1
-1
/
+1
2023-01-14
ext4: avoid unaccounted block allocation when expanding inode
Jan Kara
1
-0
/
+8
2023-01-14
ext4: check and assert if marking an no_delete evicting inode dirty
Zhang Yi
1
-0
/
+6
2023-01-14
ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode
Baokun Li
1
-1
/
+7
2023-01-14
ext4: fix use-after-free in ext4_orphan_cleanup
Baokun Li
1
-1
/
+2
2023-01-14
ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...
Baokun Li
1
-1
/
+9
2023-01-14
ext4: silence the warning when evicting inode with dioread_nolock
Zhang Yi
1
-5
/
+5
2022-10-26
ext4: place buffer head allocation before handle start
Jinke Han
1
-0
/
+7
2022-10-26
ext4: don't increase iversion counter for ea_inodes
Lukas Czerner
1
-1
/
+6
2022-08-21
ext4: correct the misjudgment in ext4_iget_extra_inode
Baokun Li
1
-2
/
+1
2022-08-21
ext4: fix extent status tree race in writeback error recovery path
Eric Whitney
1
-0
/
+7
2022-08-21
ext4: fix warning in ext4_iomap_begin as race between bmap and write
Ye Bin
1
-3
/
+9
2022-07-21
ext4: fix race condition between ext4_write and ext4_convert_inline_data
Baokun Li
1
-9
/
+0
2022-06-09
ext4: fix warning in ext4_handle_inode_extension
Ye Bin
1
-0
/
+4
2022-04-27
ext4: limit length to bitmap_maxbytes - blocksize in punch_hole
Tadeusz Struk
1
-1
/
+10
2022-04-27
ext4: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
1
-1
/
+6
2022-04-08
ext4: don't BUG if someone dirty pages without asking ext4 first
Theodore Ts'o
1
-0
/
+25
2022-01-27
ext4: fast commit may miss tracking unwritten range during ftruncate
Xin Yin
1
-2
/
+1
2022-01-27
ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE
Xin Yin
1
-3
/
+4
2022-01-27
ext4: initialize err_blk before calling __ext4_get_inode_loc
Harshad Shirwadkar
1
-2
/
+2
2021-10-17
ext4: correct the error path of ext4_write_inline_data_end()
Zhang Yi
1
-2
/
+5
2021-10-17
ext4: check and update i_disksize properly
Zhang Yi
1
-16
/
+18
2021-10-06
ext4: fix reserved space counter leakage
Jeffle Xu
1
-0
/
+5
2021-07-14
ext4: fix overflow in ext4_iomap_alloc()
Jan Kara
1
-1
/
+1
2021-04-07
ext4: fix bh ref count on error paths
Zhaolong Zhang
1
-3
/
+3
[next]