summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2026-04-09ext4: factor out journalled block zeroing rangeZhang Yi
2026-04-09ext4: rename and extend ext4_block_truncate_page()Zhang Yi
2026-04-09ext4: add did_zero output parameter to ext4_block_zero_page_range()Zhang Yi
2026-04-09ext4: fix diagnostic printf formatsDavid Laight
2026-04-09ext4: move dcache manipulation out of __ext4_link()NeilBrown
2026-04-09ext4: add ext4_fc_eligible()NeilBrown
2026-04-09ext4: split __ext4_add_entry() out of ext4_add_entry()NeilBrown
2026-04-09ext4: prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn
2026-04-09ext4: use jbd2 jinode dirty range accessorLi Chen
2026-04-09ext4: simplify mballoc preallocation size rounding for small filesWeixie Cui
2026-04-09ext4/move_extent: use folio_next_pos()Julia Lawall
2026-04-09ext4: remove tl argument from ext4_fc_replay_{add,del}_rangeGuoqing Jiang
2026-04-09ext4: remove unused i_fc_waitLi Chen
2026-04-09ext4: unmap invalidated folios from page tables in mpage_release_unused_pages()Deepanshu Kartikey
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman
2026-03-27ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o
2026-03-27ext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o
2026-03-27ext4: skip split extent recovery on corruptionhongao
2026-03-27ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li
2026-03-27ext4: fix deadlock on inode reallocationJan Kara
2026-03-27ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen
2026-03-27ext4: fix the might_sleep() warnings in kvfree()Zqiang
2026-03-27ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike
2026-03-27ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin
2026-03-27ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin
2026-03-27ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin
2026-03-27ext4: avoid infinite loops caused by residual dataEdward Adam Davis
2026-03-27ext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe
2026-03-27ext4: test if inode's all dirty pages are submitted to diskYe Bin
2026-03-27ext4: minor fix for ext4_split_extent_zeroout()Ojaswin Mujoo
2026-03-27ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin
2026-03-27ext4: kunit: extents-test: lix percpu_counters list corruptionRitesh Harjani (IBM)
2026-03-27ext4: publish jinode after initializationLi Chen
2026-03-27ext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki
2026-03-27ext4: fix fsync(2) for nojournal modeJan Kara
2026-03-27ext4: make recently_deleted() properly work with lazy itable initializationJan Kara
2026-03-27ext4: fix journal credit check when setting fscrypt contextSimon Weber
2026-03-27ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey
2026-03-27ext4: fix stale xarray tags after writebackJan Kara
2026-03-27ext4: do not check fast symlink during orphan recoveryZhang Yi
2026-03-26ext4: Track metadata bhs in fs-private inode partJan Kara
2026-03-26fs: Switch inode_has_buffers() to take mapping_metadata_bhsJan Kara
2026-03-26ext4: Sync and invalidate metadata buffers from ext4_evict_inode()Jan Kara
2026-03-26ext4: Use inode_has_buffers()Jan Kara
2026-03-09ext4: use a byte granularity cursor in ext4_mpage_readpagesChristoph Hellwig
2026-03-09fscrypt: pass a real sector_t to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte length to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig