summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
10 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-23ext4: 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: only dirty folios when data journaling regular filesBrian Foster1-1/+6
2025-06-27ext4: ensure i_size is smaller than maxbytesZhang Yi1-1/+2
2025-06-04ext4: remove writable userspace mappings before truncating page cacheZhang Yi1-0/+63
2025-06-04ext4: don't write back data before punch hole in nojournal modeZhang Yi1-13/+5
2025-05-02ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
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
2025-01-09ext4: partial zero eof block on unaligned inode size extensionBrian Foster1-15/+36
2025-01-09ext4: convert to new timestamp accessorsJeff Layton1-9/+10
2024-12-09ext4: fix race in buffer_head read fault injectionLong Li1-2/+2
2024-10-10ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-08-19ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz1-0/+5
2024-08-19ext4: convert ext4_da_do_write_end() to take a folioMatthew Wilcox (Oracle)1-9/+10
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-06-16ext4: Fixes len calculation in mpage_journal_page_buffersRitesh Harjani (IBM)1-1/+1
2024-06-12ext4: remove the redundant folio_wait_stable()Zhang Yi1-3/+0
2023-11-28ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo1-1/+13
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-44/+80
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-08-27ext4: reject casefold inode flag without casefold featureEric Biggers1-1/+4
2023-08-27ext4: do not mark inode dirty every time when appending using delallocLiu Song1-26/+62
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar1-2/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig1-1/+1
2023-07-30ext4: drop read-only check in ext4_write_inode()Jan Kara1-2/+1
2023-07-30ext4: drop EXT4_MF_FS_ABORTED flagJan Kara1-5/+3
2023-07-30ext4: make ext4_forced_shutdown() take struct super_blockJan Kara1-12/+12
2023-07-24ext4: convert to ctime accessor functionsJeff Layton1-9/+7
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-70/+44
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-06-27ext4: make ext4_es_insert_extent() return voidBaokun Li1-15/+6
2023-06-27ext4: make ext4_es_insert_delayed_block() return voidBaokun Li1-12/+5
2023-06-27ext4: make ext4_es_remove_extent() return voidBaokun Li1-6/+2
2023-06-27ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li1-10/+0
2023-06-20buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)1-2/+2
2023-06-15ext4: Make ext4_write_inline_data_end() use folioRitesh Harjani1-9/+14
2023-06-15ext4: Make mpage_journal_page_buffers use folioRitesh Harjani1-15/+13
2023-06-15ext4: Change remaining tracepoints to use folioRitesh Harjani1-3/+4
2023-05-30ext4: disallow ea_inodes with extended attributesTheodore Ts'o1-0/+3
2023-05-28ext4: add EA_INODE checking to ext4_iget()Theodore Ts'o1-5/+26