summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
6 daysext4: test if inode's all dirty pages are submitted to diskYe Bin
6 daysext4: publish jinode after initializationLi Chen
6 daysext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey
6 daysext4: do not check fast symlink during orphan recoveryZhang Yi
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-02ext4: move ->read_folio and ->readahead to readpage.cChristoph Hellwig
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig
2026-01-23ext4: kunit tests for higher level extent manipulation functionsOjaswin Mujoo
2026-01-23ext4: kunit tests for extent splitting and conversionOjaswin Mujoo
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner
2026-01-19ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXTZhang Yi
2026-01-19ext4: simplify the mapping query logic in ext4_iomap_begin()Zhang Yi
2026-01-19ext4: remove useless ext4_iomap_overwrite_opsZhang Yi
2026-01-19ext4: avoid starting handle when dio writing an unwritten extentZhang Yi
2026-01-19ext4: don't split extent before submitting I/OZhang Yi
2026-01-19ext4: don't order data when zeroing unwritten or delayed blockZhang Yi
2026-01-18ext4: replace ext4_es_insert_extent() when caching on-disk extentsZhang Yi
2025-12-03Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-28ext4: mark inodes without acls in __ext4_iget()Jan Kara
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li
2025-11-28ext4: support verifying data from large folios with fs-verityBaokun Li
2025-11-28ext4: make data=journal support large block sizeBaokun Li
2025-11-28ext4: support large block size in __ext4_block_zero_page_range()Zhihao Cheng
2025-11-28ext4: support large block size in mpage_prepare_extent_to_map()Baokun Li
2025-11-28ext4: support large block size in mpage_map_and_submit_buffers()Baokun Li
2025-11-28ext4: support large block size in ext4_block_write_begin()Baokun Li
2025-11-28ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li
2025-11-28ext4: introduce s_min_folio_order for future BS > PS supportBaokun Li
2025-11-28ext4: make ext4_punch_hole() support large block sizeBaokun Li
2025-11-28ext4: remove page offset calculation in ext4_block_truncate_page()Baokun Li
2025-11-28ext4: remove page offset calculation in ext4_block_zero_page_range()Zhihao Cheng
2025-11-26ext4: cleanup for ext4_map_blocksYang Erkun
2025-11-26ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun
2025-11-26ext4: clear i_state_flags when alloc inodeHaibo Chen
2025-11-25fs: 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