summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
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-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
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)
2025-03-18ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li
2025-03-18ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers
2025-03-17ext4: verify fast symlink lengthJan Kara
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li
2025-03-13ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin...Julian Sun
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry
2025-02-10ext4: move out common parts into ext4_fallocate()Zhang Yi
2025-02-10ext4: move out inode_lock into ext4_fallocate()Zhang Yi