summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-10ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey1-0/+8
2025-09-26ext4: fix checks for orphan inodesJan Kara1-1/+1
2025-09-26ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun1-2/+8
2025-09-26ext4: fail unaligned direct IO write with EINVALJan Kara1-35/+0
2025-08-18Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2025-08-13ext4: fix incorrect function name in commentBaolin Liu1-1/+1
2025-08-13ext4: check fast symlink for ea_inode correctlyAndreas Dilger1-1/+1
2025-07-31Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-133/+225
2025-07-18ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara1-1/+2
2025-07-16ext4: support uncached buffered I/OTaotao Chen1-9/+3
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-8/+10
2025-07-15ext4: limit the maximum folio orderZhang Yi1-3/+19
2025-07-14ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()Zhang Yi1-2/+2
2025-07-14ext4: replace ext4_writepage_trans_blocks()Zhang Yi1-18/+15
2025-07-14ext4: reserved credits for one extent during the folio writebackZhang Yi1-17/+8
2025-07-14ext4: correct the reserved credits for extent conversionZhang Yi1-3/+3
2025-07-14ext4: enhance tracepoints during the folios writebackZhang Yi1-1/+4
2025-07-14ext4: restart handle if credits are insufficient during allocating blocksZhang Yi1-5/+36
2025-07-14ext4: refactor the block allocation process of ext4_page_mkwrite()Zhang Yi1-45/+50
2025-07-14ext4: fix stale data if it bail out of the extents mapping loopZhang Yi1-1/+50
2025-07-14ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()Zhang Yi1-2/+1
2025-07-14ext4: process folios writeback in bytesZhang Yi1-34/+36
2025-07-11ext4: remove unnecessary duplicate check in ext4_map_blocks()Dan Carpenter1-2/+1
2025-07-11ext4: remove duplicate check for EXT4_FC_REPLAYJinliang Zheng1-2/+1
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)1-3/+2
2025-05-28Merge tag 'ext4_for_linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-77/+433
2025-05-20ext4: Simplify flags in ext4_map_query_blocks()Ritesh Harjani (IBM)1-3/+1
2025-05-20ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTERRitesh Harjani (IBM)1-1/+1
2025-05-20ext4: Simplify last in leaf check in ext4_map_query_blocksRitesh Harjani (IBM)1-2/+1
2025-05-20ext4: only dirty folios when data journaling regular filesBrian Foster1-1/+6
2025-05-20ext4: Add multi-fsblock atomic write support with bigallocRitesh Harjani (IBM)1-4/+204
2025-05-20ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKSRitesh Harjani (IBM)1-7/+83
2025-05-20ext4: Make ext4_meta_trans_blocks() non-static for later useRitesh Harjani (IBM)1-5/+1
2025-05-20ext4: Document an edge case for overwritesRitesh Harjani (IBM)1-0/+4
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers1-11/+8
2025-05-20ext4: enable large folio for regular fileZhang Yi1-0/+20
2025-05-20ext4: make the writeback path support large foliosZhang Yi1-3/+3
2025-05-20ext4: correct the journal credits calculations of allocating blocksZhang Yi1-6/+4
2025-05-20ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folioZhang Yi1-3/+3
2025-05-20ext4: make __ext4_block_zero_page_range() support large folioZhang Yi1-4/+3
2025-05-20ext4: make regular file's buffered write path support large foliosZhang Yi1-10/+21
2025-05-20ext4: ensure i_size is smaller than maxbytesZhang Yi1-1/+2
2025-05-20ext4: fix incorrect punch max_endZhang Yi1-3/+9
2025-05-20ext4: fix out of bounds punch offsetZhang Yi1-1/+1
2025-05-16ext4: avoid -Wformat-security warningArnd Bergmann1-1/+1
2025-05-15ext4: check env when mapping and modifying extentsZhang Yi1-3/+10
2025-05-14ext4: introduce ext4_check_map_extents_env() debug helperZhang Yi1-0/+26
2025-05-14ext4: factor out is_special_ino()Zhang Yi1-6/+1
2025-05-14ext4: prevent stale extent cache entries caused by concurrent I/O writebackZhang Yi1-8/+20
2025-05-09ext4: mark inode dirty before grabbing i_data_sem in ext4_setattrHarshad Shirwadkar1-3/+4