summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
4 daysMerge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-07-17ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara
2025-07-16ext4: support uncached buffered I/OTaotao Chen
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-14ext4: limit the maximum folio orderZhang Yi
2025-07-13ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()Zhang Yi
2025-07-13ext4: replace ext4_writepage_trans_blocks()Zhang Yi
2025-07-13ext4: reserved credits for one extent during the folio writebackZhang Yi
2025-07-13ext4: correct the reserved credits for extent conversionZhang Yi
2025-07-13ext4: enhance tracepoints during the folios writebackZhang Yi
2025-07-13ext4: restart handle if credits are insufficient during allocating blocksZhang Yi
2025-07-13ext4: refactor the block allocation process of ext4_page_mkwrite()Zhang Yi
2025-07-13ext4: fix stale data if it bail out of the extents mapping loopZhang Yi
2025-07-13ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()Zhang Yi
2025-07-13ext4: process folios writeback in bytesZhang Yi
2025-07-11ext4: remove unnecessary duplicate check in ext4_map_blocks()Dan Carpenter
2025-07-10ext4: remove duplicate check for EXT4_FC_REPLAYJinliang Zheng
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)
2025-05-28Merge tag 'ext4_for_linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-20ext4: Simplify flags in ext4_map_query_blocks()Ritesh Harjani (IBM)
2025-05-20ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTERRitesh Harjani (IBM)
2025-05-20ext4: Simplify last in leaf check in ext4_map_query_blocksRitesh Harjani (IBM)
2025-05-20ext4: only dirty folios when data journaling regular filesBrian Foster
2025-05-20ext4: Add multi-fsblock atomic write support with bigallocRitesh Harjani (IBM)
2025-05-20ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKSRitesh Harjani (IBM)
2025-05-20ext4: Make ext4_meta_trans_blocks() non-static for later useRitesh Harjani (IBM)
2025-05-20ext4: Document an edge case for overwritesRitesh Harjani (IBM)
2025-05-20ext4: remove sbi argument from ext4_chksum()Eric Biggers
2025-05-20ext4: enable large folio for regular fileZhang Yi
2025-05-20ext4: make the writeback path support large foliosZhang Yi
2025-05-20ext4: correct the journal credits calculations of allocating blocksZhang Yi
2025-05-20ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folioZhang Yi
2025-05-20ext4: make __ext4_block_zero_page_range() support large folioZhang Yi
2025-05-20ext4: make regular file's buffered write path support large foliosZhang Yi
2025-05-20ext4: ensure i_size is smaller than maxbytesZhang Yi
2025-05-20ext4: fix incorrect punch max_endZhang Yi
2025-05-20ext4: fix out of bounds punch offsetZhang Yi
2025-05-16ext4: avoid -Wformat-security warningArnd Bergmann
2025-05-15ext4: check env when mapping and modifying extentsZhang Yi
2025-05-14ext4: introduce ext4_check_map_extents_env() debug helperZhang Yi
2025-05-14ext4: factor out is_special_ino()Zhang Yi
2025-05-14ext4: prevent stale extent cache entries caused by concurrent I/O writebackZhang Yi
2025-05-08ext4: mark inode dirty before grabbing i_data_sem in ext4_setattrHarshad Shirwadkar
2025-05-08ext4: for committing inode, make ext4_fc_track_inode waitHarshad Shirwadkar
2025-05-07fs: add atomic write unit max opt to statxJohn Garry
2025-04-13Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-12ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-04-10ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds