summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge 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-29ext4: mark inodes without acls in __ext4_iget()Jan Kara1-1/+3
2025-11-29ext4: add checks for large folio incompatibilities when BS > PSBaokun Li1-28/+10
2025-11-29ext4: support verifying data from large folios with fs-verityBaokun Li1-2/+0
2025-11-29ext4: make data=journal support large block sizeBaokun Li1-14/+19
2025-11-29ext4: support large block size in __ext4_block_zero_page_range()Zhihao Cheng1-1/+1
2025-11-29ext4: support large block size in mpage_prepare_extent_to_map()Baokun Li1-4/+2
2025-11-29ext4: support large block size in mpage_map_and_submit_buffers()Baokun Li1-4/+3
2025-11-29ext4: support large block size in ext4_block_write_begin()Baokun Li1-4/+3
2025-11-29ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li1-11/+9
2025-11-29ext4: introduce s_min_folio_order for future BS > PS supportBaokun Li1-1/+2
2025-11-29ext4: make ext4_punch_hole() support large block sizeBaokun Li1-3/+3
2025-11-29ext4: remove page offset calculation in ext4_block_truncate_page()Baokun Li1-3/+2
2025-11-29ext4: remove page offset calculation in ext4_block_zero_page_range()Zhihao Cheng1-2/+1
2025-11-27ext4: cleanup for ext4_map_blocksYang Erkun1-7/+9
2025-11-27ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun1-1/+1
2025-11-27ext4: 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-30fs: 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-13ext4: 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-18ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara1-1/+2
2025-07-16ext4: support uncached buffered I/OTaotao Chen1-9/+3
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-8/+10
2025-07-15ext4: limit the maximum folio orderZhang Yi1-3/+19
2025-07-14ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()Zhang Yi1-2/+2
2025-07-14ext4: replace ext4_writepage_trans_blocks()Zhang Yi1-18/+15
2025-07-14ext4: reserved credits for one extent during the folio writebackZhang Yi1-17/+8
2025-07-14ext4: correct the reserved credits for extent conversionZhang Yi1-3/+3
2025-07-14ext4: enhance tracepoints during the folios writebackZhang Yi1-1/+4
2025-07-14ext4: restart handle if credits are insufficient during allocating blocksZhang Yi1-5/+36
2025-07-14ext4: refactor the block allocation process of ext4_page_mkwrite()Zhang Yi1-45/+50
2025-07-14ext4: fix stale data if it bail out of the extents mapping loopZhang Yi1-1/+50
2025-07-14ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()Zhang Yi1-2/+1
2025-07-14ext4: process folios writeback in bytesZhang Yi1-34/+36
2025-07-11ext4: remove unnecessary duplicate check in ext4_map_blocks()Dan Carpenter1-2/+1