summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
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
2024-10-17ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)
2024-09-12ext4: reject casefold inode flag without casefold featureEric Biggers
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-08-19ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi
2024-08-19ext4: refactor ext4_da_map_blocks()Zhang Yi
2024-08-19ext4: make ext4_es_insert_extent() return voidBaokun Li
2023-07-23ext4: 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-11ext4: fix i_disksize exceeding i_size problem in paritally written caseZhihao Cheng
2023-05-11ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar
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-12ext4: use ext4_debug() instead of jbd_debug()Eric Biggers
2023-01-12ext4: avoid unaccounted block allocation when expanding inodeJan Kara
2023-01-12ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin
2023-01-12ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi
2023-01-12ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li
2023-01-12ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li
2023-01-12ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li
2023-01-12ext4: 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-17ext4: remove EA inode entry from mbcache on inode evictionJan Kara
2022-08-17ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin
2022-08-17ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li
2022-08-17ext4: fix extent status tree race in writeback error recovery pathEric Whitney
2022-06-09ext4: fix warning in ext4_handle_inode_extensionYe Bin
2022-06-09ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li
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-03-08ext4: fast commit may not fallback for ineligible commitXin Yin
2022-01-27ext4: fix an use-after-free issue about data=journal writeback modeZhang Yi
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-11-18Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"Eric Whitney
2021-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-01ext4: recheck buffer uptodate bit under buffer lockZhang Yi
2021-10-01ext4: fix reserved space counter leakageJeffle Xu
2021-09-09ext4: enforce buffer head state assertion in ext4_da_map_blocksEric Whitney
2021-09-09Merge branch 'delalloc-buffer-write' into devTheodore Ts'o
2021-09-04ext4: drop unnecessary journal handle in delalloc writeZhang Yi
2021-09-04ext4: factor out write end code of inline fileZhang Yi
2021-09-04ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi