summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2026-04-11ext4: publish jinode after initializationLi Chen
2026-04-02ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey
2026-01-11ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin
2026-01-11ext4: clear i_state_flags when alloc inodeHaibo Chen
2025-10-23ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey
2025-10-19ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun
2025-10-15ext4: fix checks for orphan inodesJan Kara
2025-08-28ext4: check fast symlink for ea_inode correctlyAndreas Dilger
2025-06-27ext4: only dirty folios when data journaling regular filesBrian Foster
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-06-04ext4: remove writable userspace mappings before truncating page cacheZhang Yi
2025-06-04ext4: don't write back data before punch hole in nojournal modeZhang Yi
2025-05-02ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-04-25ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn
2025-01-09ext4: partial zero eof block on unaligned inode size extensionBrian Foster
2025-01-09ext4: convert to new timestamp accessorsJeff Layton
2024-12-09ext4: fix race in buffer_head read fault injectionLong Li
2024-10-10ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)
2024-08-19ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz
2024-08-19ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)
2024-08-11ext4: check the extent status again before inserting delalloc blockZhang Yi
2024-08-11ext4: factor out a common helper to query extent mapZhang Yi
2024-08-11ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi
2024-08-11ext4: refactor ext4_da_map_blocks()Zhang Yi
2024-06-16ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)
2024-06-12ext4: remove the redundant folio_wait_stable()Zhang Yi
2023-11-28ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-27ext4: reject casefold inode flag without casefold featureEric Biggers
2023-08-27ext4: do not mark inode dirty every time when appending using delallocLiu Song
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig
2023-07-29ext4: drop read-only check in ext4_write_inode()Jan Kara
2023-07-29ext4: drop EXT4_MF_FS_ABORTED flagJan Kara
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara
2023-07-24ext4: convert to ctime accessor functionsJeff Layton
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26ext4: make ext4_es_insert_extent() return voidBaokun Li
2023-06-26ext4: make ext4_es_insert_delayed_block() return voidBaokun Li
2023-06-26ext4: make ext4_es_remove_extent() return voidBaokun Li
2023-06-26ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li
2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)
2023-06-15ext4: Make ext4_write_inline_data_end() use folioRitesh Harjani
2023-06-15ext4: Make mpage_journal_page_buffers use folioRitesh Harjani
2023-06-15ext4: Change remaining tracepoints to use folioRitesh Harjani