aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
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-08ext4: mark inode dirty before grabbing i_data_sem in ext4_setattrHarshad Shirwadkar1-3/+4
2025-05-08ext4: for committing inode, make ext4_fc_track_inode waitHarshad Shirwadkar1-0/+5
2025-05-07fs: add atomic write unit max opt to statxJohn Garry1-1/+1
2025-04-13Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-23/+52
2025-04-12ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo1-3/+4
2025-04-10ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+3
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-124/+164
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry1-1/+5
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple1-0/+2
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple1-12/+1
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple1-4/+1
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)1-1/+1
2025-03-18ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
2025-03-18ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin1-0/+5
2025-03-17ext4: remove redundant function ext4_has_metadata_csumEric Biggers1-4/+5
2025-03-17ext4: verify fast symlink lengthJan Kara1-2/+10
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li1-20/+27
2025-03-13ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'Baokun Li1-1/+1
2025-03-13ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inlin...Julian Sun1-2/+2
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry1-1/+1
2025-02-10ext4: move out common parts into ext4_fallocate()Zhang Yi1-22/+3
2025-02-10ext4: move out inode_lock into ext4_fallocate()Zhang Yi1-8/+5
2025-02-10ext4: refactor ext4_punch_hole()Zhang Yi1-66/+53
2025-02-10ext4: don't write back data before punch hole in nojournal modeZhang Yi1-13/+5
2025-02-10ext4: don't explicit update times in ext4_fallocate()Zhang Yi1-1/+0