aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-31/+0
2026-02-02ext4: move ->read_folio and ->readahead to readpage.cChristoph Hellwig1-27/+0
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig1-4/+0
2026-01-23ext4: kunit tests for higher level extent manipulation functionsOjaswin Mujoo1-4/+4
2026-01-23ext4: kunit tests for extent splitting and conversionOjaswin Mujoo1-0/+4
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner1-2/+1
2026-01-19ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXTZhang Yi1-11/+0
2026-01-19ext4: simplify the mapping query logic in ext4_iomap_begin()Zhang Yi1-7/+9
2026-01-19ext4: remove useless ext4_iomap_overwrite_opsZhang Yi1-24/+0
2026-01-19ext4: avoid starting handle when dio writing an unwritten extentZhang Yi1-2/+7
2026-01-19ext4: don't split extent before submitting I/OZhang Yi1-2/+2
2026-01-19ext4: don't order data when zeroing unwritten or delayed blockZhang Yi1-2/+6
2026-01-18ext4: replace ext4_es_insert_extent() when caching on-disk extentsZhang Yi1-9/+9
2025-12-03Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-88/+77
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+6
2025-11-28ext4: mark inodes without acls in __ext4_iget()Jan Kara1-1/+3
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li1-28/+10
2025-11-28ext4: support verifying data from large folios with fs-verityBaokun Li1-2/+0
2025-11-28ext4: make data=journal support large block sizeBaokun Li1-14/+19
2025-11-28ext4: support large block size in __ext4_block_zero_page_range()Zhihao Cheng1-1/+1
2025-11-28ext4: support large block size in mpage_prepare_extent_to_map()Baokun Li1-4/+2
2025-11-28ext4: support large block size in mpage_map_and_submit_buffers()Baokun Li1-4/+3
2025-11-28ext4: support large block size in ext4_block_write_begin()Baokun Li1-4/+3
2025-11-28ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li1-11/+9
2025-11-28ext4: introduce s_min_folio_order for future BS > PS supportBaokun Li1-1/+2
2025-11-28ext4: make ext4_punch_hole() support large block sizeBaokun Li1-3/+3
2025-11-28ext4: remove page offset calculation in ext4_block_truncate_page()Baokun Li1-3/+2
2025-11-28ext4: remove page offset calculation in ext4_block_zero_page_range()Zhihao Cheng1-2/+1
2025-11-26ext4: cleanup for ext4_map_blocksYang Erkun1-7/+9
2025-11-26ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun1-1/+1
2025-11-26ext4: clear i_state_flags when alloc inodeHaibo Chen1-1/+0
2025-11-25fs: push list presence check into inode_io_list_del()Mateusz Guzik1-2/+1
2025-11-06ext4: pass out extent seq counter when mapping blocksZhang Yi1-8/+16
2025-11-06ext4: make ext4_es_lookup_extent() pass out the extent seq counterZhang Yi1-4/+4
2025-11-06fs: ext4: fix uninitialized symbolsRanganath V N1-1/+1
2025-10-31ext4: Use folio_next_pos()Matthew Wilcox (Oracle)1-5/+5
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun1-4/+1
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik1-5/+5
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-12ext4: 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-17ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara1-1/+2