summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
26 hoursMerge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-320/+435
3 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-4/+1
5 daysMerge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds3-13/+30
5 daysMerge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
5 daysMerge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-9/+13
5 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-99/+99
9 daysext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama1-1/+3
9 daysext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin1-1/+5
9 daysext4: fix possible null-ptr-deref in extents_kunit_exit()Ye Bin1-2/+5
9 daysext4: fix the error handling process in extents_kunit_init).Ye Bin1-15/+35
9 daysext4: call deactivate_super() in extents_kunit_exit()Ye Bin1-0/+1
9 daysext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()Ye Bin1-0/+2
9 daysext4: fix bounds check in check_xattrs() to prevent out-of-bounds accessDeepanshu Kartikey1-1/+1
9 daysext4: zero post-EOF partial block before appending writeZhang Yi2-14/+24
9 daysext4: move pagecache_isize_extended() out of active handleZhang Yi1-23/+39
9 daysext4: remove ctime/mtime update from ext4_alloc_file_blocks()Zhang Yi1-4/+1
9 daysext4: unify SYNC mode checks in fallocate pathsZhang Yi2-5/+6
9 daysext4: ensure zeroed partial blocks are persisted in SYNC modeZhang Yi3-7/+23
9 daysext4: move zero partial block range functions out of active handleZhang Yi2-38/+41
9 daysext4: pass allocate range as loff_t to ext4_alloc_file_blocks()Zhang Yi1-31/+22
9 daysext4: remove handle parameters from zero partial block functionsZhang Yi3-34/+47
9 daysext4: move ordered data handling out of ext4_block_do_zero_range()Zhang Yi1-29/+32
9 daysext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()Zhang Yi1-19/+14
9 daysext4: factor out journalled block zeroing rangeZhang Yi1-29/+69
9 daysext4: rename and extend ext4_block_truncate_page()Zhang Yi3-21/+28
9 daysext4: add did_zero output parameter to ext4_block_zero_page_range()Zhang Yi1-9/+14
9 daysext4: fix diagnostic printf formatsDavid Laight1-3/+3
9 daysext4: move dcache manipulation out of __ext4_link()NeilBrown3-38/+18
9 daysext4: add ext4_fc_eligible()NeilBrown1-29/+14
9 daysext4: split __ext4_add_entry() out of ext4_add_entry()NeilBrown1-7/+14
9 daysext4: prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn4-4/+4
9 daysext4: use jbd2 jinode dirty range accessorLi Chen2-7/+19
9 daysext4: simplify mballoc preallocation size rounding for small filesWeixie Cui1-15/+9
9 daysext4/move_extent: use folio_next_pos()Julia Lawall1-2/+2
9 daysext4: remove tl argument from ext4_fc_replay_{add,del}_rangeGuoqing Jiang1-6/+4
9 daysext4: remove unused i_fc_waitLi Chen2-5/+1
9 daysext4: unmap invalidated folios from page tables in mpage_release_unused_pages()Deepanshu Kartikey1-1/+15
13 daysfolio_batch: rename pagevec.h to folio_batch.hTal Zussman1-1/+1
13 daysfs: remove unncessary pagevec.h includesTal Zussman3-3/+0
2026-03-28ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
2026-03-28ext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o1-0/+2
2026-03-28ext4: skip split extent recovery on corruptionhongao1-3/+13
2026-03-28ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
2026-03-28ext4: fix deadlock on inode reallocationJan Kara1-0/+21
2026-03-28ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen3-1/+11
2026-03-28ext4: fix the might_sleep() warnings in kvfree()Zqiang2-13/+5
2026-03-28ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
2026-03-28ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin4-11/+51
2026-03-28ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin4-45/+172
2026-03-28ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin1-0/+5