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
10 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-15ext4: 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-04-25ext4: 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-08ext4: reject casefold inode flag without casefold featureEric Biggers1-1/+4
2024-08-11ext4: check the extent status again before inserting delalloc blockZhang Yi1-0/+21
2024-08-11ext4: factor out a common helper to query extent mapZhang Yi1-25/+32
2024-08-11ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-08-11ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-08-11ext4: make ext4_es_insert_extent() return voidBaokun Li1-15/+6
2023-11-28ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo1-1/+13
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-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-07ext4: avoid unaccounted block allocation when expanding inodeJan Kara1-0/+8
2023-01-07ext4: fix kernel BUG in 'ext4_write_inline_data_end()'Ye Bin1-1/+2
2023-01-07ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi1-0/+6
2023-01-07ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li1-1/+7
2023-01-07ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li1-1/+2
2023-01-07ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li1-1/+9
2023-01-07ext4: silence the warning when evicting inode with dioread_nolockZhang Yi1-5/+5
2022-10-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+12
2022-10-01ext4: fix i_version handling in ext4Jeff Layton1-9/+5
2022-10-01ext4: place buffer head allocation before handle startJinke Han1-0/+7
2022-10-01ext4: unconditionally enable the i_version counterJeff Layton1-3/+2
2022-09-30ext4: don't increase iversion counter for ea_inodesLukas Czerner1-1/+6
2022-09-12ext4: support STATX_DIOALIGNEric Biggers1-0/+37
2022-08-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-6/+20
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-21/+23
2022-08-03ext4: remove EA inode entry from mbcache on inode evictionJan Kara1-0/+2
2022-08-03ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-03ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-03ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-03ext4: use ext4_debug() instead of jbd_debug()Jan Kara1-1/+1
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)1-2/+2
2022-06-29ext4: Convert mpage_map_and_submit_buffers() to use filemap_get_folios()Matthew Wilcox (Oracle)1-10/+9
2022-06-29ext4: Convert mpage_release_unused_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)1-9/+12
2022-06-26attr: port attribute changes to new typesChristian Brauner1-6/+6
2022-06-26quota: port quota helpers mount idsChristian Brauner1-2/+2
2022-06-26fs: port to iattr ownership update helpersChristian Brauner1-6/+4