summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
5 daysext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin1-0/+5
2025-10-29ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-10-29ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun1-2/+8
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
2025-05-02ext4: reject casefold inode flag without casefold featureEric Biggers1-1/+4
2024-10-17ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
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-03-15ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-03-15ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-03-15ext4: make ext4_es_insert_extent() return voidBaokun Li1-15/+6
2023-07-27ext4: 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-17ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar1-6/+1
2023-04-05ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin1-1/+2
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-14ext4: remove EA inode entry from mbcache on inode evictionJan Kara1-0/+2
2023-01-14ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2023-01-14ext4: avoid unaccounted block allocation when expanding inodeJan Kara1-0/+8
2023-01-14ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi1-0/+6
2023-01-14ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li1-1/+7
2023-01-14ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li1-1/+2
2023-01-14ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li1-1/+9
2023-01-14ext4: 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-21ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-21ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-21ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-07-21ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li1-9/+0
2022-06-09ext4: fix warning in ext4_handle_inode_extensionYe Bin1-0/+4
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-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-10-17ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi1-2/+5
2021-10-17ext4: check and update i_disksize properlyZhang Yi1-16/+18
2021-10-06ext4: fix reserved space counter leakageJeffle Xu1-0/+5
2021-07-14ext4: fix overflow in ext4_iomap_alloc()Jan Kara1-1/+1
2021-04-07ext4: fix bh ref count on error pathsZhaolong Zhang1-3/+3
2021-03-25ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-25ext4: stop inode update before returnPan Bian1-1/+3