summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
4 daysext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin1-0/+5
4 daysext4: clear i_state_flags when alloc inodeHaibo Chen1-1/+0
2025-10-29ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-10-19ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun1-2/+8
2025-10-19ext4: fix checks for orphan inodesJan Kara1-1/+1
2025-08-28ext4: check fast symlink for ea_inode correctlyAndreas Dilger1-1/+1
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi1-1/+2
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo1-3/+4
2025-05-02ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2024-10-17ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-09-12ext4: reject casefold inode flag without casefold featureEric Biggers1-1/+4
2024-08-19ext4: check the extent status again before inserting delalloc blockZhang Yi1-0/+21
2024-08-19ext4: factor out a common helper to query extent mapZhang Yi1-25/+32
2024-08-19ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-08-19ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-08-19ext4: make ext4_es_insert_extent() return voidBaokun Li1-15/+6
2023-07-23ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li1-10/+0
2023-06-09ext4: disallow ea_inodes with extended attributesTheodore Ts'o1-0/+3
2023-06-09ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o1-5/+26
2023-05-17ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li1-1/+1
2023-05-11ext4: fix i_disksize exceeding i_size problem in paritally written caseZhihao Cheng1-0/+3
2023-05-11ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar1-6/+1
2023-03-22ext4: fail ext4_iget if special inode unallocatedBaokun Li1-10/+8
2023-03-17ext4: move where set the MAY_INLINE_DATA flag is setYe Bin1-1/+6
2023-01-12ext4: use ext4_debug() instead of jbd_debug()Eric Biggers1-1/+1
2023-01-12ext4: avoid unaccounted block allocation when expanding inodeJan Kara1-0/+8
2023-01-12ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin1-1/+2
2023-01-12ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi1-0/+6
2023-01-12ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li1-1/+7
2023-01-12ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li1-1/+2
2023-01-12ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li1-1/+9
2023-01-12ext4: silence the warning when evicting inode with dioread_nolockZhang Yi1-5/+5
2022-10-26ext4: place buffer head allocation before handle startJinke Han1-0/+7
2022-10-26ext4: don't increase iversion counter for ea_inodesLukas Czerner1-1/+6
2022-08-17ext4: remove EA inode entry from mbcache on inode evictionJan Kara1-0/+2
2022-08-17ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-17ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-17ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-06-09ext4: fix warning in ext4_handle_inode_extensionYe Bin1-0/+4
2022-06-09ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li1-9/+0
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-1/+6
2022-04-08ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2022-03-08ext4: fast commit may not fallback for ineligible commitXin Yin1-2/+2
2022-01-27ext4: fix an use-after-free issue about data=journal writeback modeZhang Yi1-27/+10
2022-01-27ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin1-2/+1
2022-01-27ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin1-3/+4
2022-01-27ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar1-2/+2
2021-11-18Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"Eric Whitney1-9/+6
2021-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-117/+59