summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2026-04-18ext4: publish jinode after initializationLi Chen
2026-04-18ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey
2026-01-19ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin
2025-10-29ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey
2025-10-29ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun
2025-08-28ext4: check fast symlink for ea_inode correctlyAndreas Dilger
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-05-02ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn
2025-05-02ext4: reject casefold inode flag without casefold featureEric Biggers
2024-10-17ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)
2024-08-19ext4: check the extent status again before inserting delalloc blockZhang Yi
2024-08-19ext4: factor out a common helper to query extent mapZhang Yi
2024-03-15ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi
2024-03-15ext4: refactor ext4_da_map_blocks()Zhang Yi
2024-03-15ext4: make ext4_es_insert_extent() return voidBaokun Li
2023-07-27ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li
2023-06-09ext4: disallow ea_inodes with extended attributesTheodore Ts'o
2023-06-09ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o
2023-05-17ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li
2023-05-17ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar
2023-04-05ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin
2023-03-22ext4: fail ext4_iget if special inode unallocatedBaokun Li
2023-03-17ext4: move where set the MAY_INLINE_DATA flag is setYe Bin
2023-01-14ext4: remove EA inode entry from mbcache on inode evictionJan Kara
2023-01-14ext4: fix various seppling typosBhaskar Chowdhury
2023-01-14ext4: avoid unaccounted block allocation when expanding inodeJan Kara
2023-01-14ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi
2023-01-14ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li
2023-01-14ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li
2023-01-14ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li
2023-01-14ext4: silence the warning when evicting inode with dioread_nolockZhang Yi
2022-10-26ext4: place buffer head allocation before handle startJinke Han
2022-10-26ext4: don't increase iversion counter for ea_inodesLukas Czerner
2022-08-21ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li
2022-08-21ext4: fix extent status tree race in writeback error recovery pathEric Whitney
2022-08-21ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin
2022-07-21ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li
2022-06-09ext4: fix warning in ext4_handle_inode_extensionYe Bin
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-08ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o
2022-01-27ext4: fast commit may miss tracking unwritten range during ftruncateXin Yin
2022-01-27ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGEXin Yin
2022-01-27ext4: initialize err_blk before calling __ext4_get_inode_locHarshad Shirwadkar
2021-10-17ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi
2021-10-17ext4: check and update i_disksize properlyZhang Yi
2021-10-06ext4: fix reserved space counter leakageJeffle Xu
2021-07-14ext4: fix overflow in ext4_iomap_alloc()Jan Kara
2021-04-07ext4: fix bh ref count on error pathsZhaolong Zhang