summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
5 daysMerge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
10 daysext4: mark inodes without acls in __ext4_iget()Jan Kara
10 daysext4: add checks for large folio incompatibilities when BS > PSBaokun Li
10 daysext4: support verifying data from large folios with fs-verityBaokun Li
10 daysext4: make data=journal support large block sizeBaokun Li
10 daysext4: support large block size in __ext4_block_zero_page_range()Zhihao Cheng
10 daysext4: support large block size in mpage_prepare_extent_to_map()Baokun Li
10 daysext4: support large block size in mpage_map_and_submit_buffers()Baokun Li
10 daysext4: support large block size in ext4_block_write_begin()Baokun Li
10 daysext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li
10 daysext4: introduce s_min_folio_order for future BS > PS supportBaokun Li
10 daysext4: make ext4_punch_hole() support large block sizeBaokun Li
10 daysext4: remove page offset calculation in ext4_block_truncate_page()Baokun Li
10 daysext4: remove page offset calculation in ext4_block_zero_page_range()Zhihao Cheng
12 daysext4: cleanup for ext4_map_blocksYang Erkun
12 daysext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun
12 daysext4: clear i_state_flags when alloc inodeHaibo Chen
14 daysfs: push list presence check into inode_io_list_del()Mateusz Guzik
2025-11-06ext4: pass out extent seq counter when mapping blocksZhang Yi
2025-11-06ext4: make ext4_es_lookup_extent() pass out the extent seq counterZhang Yi
2025-11-06fs: ext4: fix uninitialized symbolsRanganath V N
2025-10-31ext4: Use folio_next_pos()Matthew Wilcox (Oracle)
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik
2025-10-10ext4: detect invalid INLINE_DATA + EXTENTS flag combinationDeepanshu Kartikey
2025-09-26ext4: fix checks for orphan inodesJan Kara
2025-09-26ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()Yongjian Sun
2025-09-26ext4: fail unaligned direct IO write with EINVALJan Kara
2025-08-18Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-08-13ext4: fix incorrect function name in commentBaolin Liu
2025-08-12ext4: check fast symlink for ea_inode correctlyAndreas Dilger
2025-07-31Merge 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