summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-205/+1412
2026-06-15Merge tag 'vfs-7.2-rc1.bh' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds5-23/+24
2026-06-15Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+33
2026-06-10ext4: validate donor file superblock early in EXT4_IOC_MOVE_EXTYun Zhou1-0/+3
2026-06-10ext4: fix kernel BUG in ext4_write_inline_data_endAditya Prakash Srivastava1-1/+2
2026-06-10ext4: fix ERR_PTR(0) in ext4_mkdir()Hongling Zeng1-1/+1
2026-06-10ext4: remove mention of PageWritebackMatthew Wilcox (Oracle)1-1/+1
2026-06-04ext4: Convert ext4_commit_super() to bh_submit()Matthew Wilcox (Oracle)1-4/+2
2026-06-04ext4: Convert write_mmp_block_thawed() to bh_submit()Matthew Wilcox (Oracle)1-3/+2
2026-06-04ext4: Convert ext4_fc_submit_bh() to bh_submit()Matthew Wilcox (Oracle)1-3/+5
2026-06-04ext4; Convert __ext4_read_bh() to bh_submit()Matthew Wilcox (Oracle)3-13/+15
2026-06-03ext4: improve str2hashbuf by processing 4-byte chunks and removing function p...Guan-Chun Wu1-22/+42
2026-06-03ext4: add Kunit coverage for directory hash computationGuan-Chun Wu3-1/+572
2026-06-03ext4: fast commit: export snapshot stats in fc_infoLi Chen3-10/+118
2026-06-03ext4: fast commit: add lock_updates tracepointLi Chen2-15/+74
2026-06-03ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshotsLi Chen1-74/+179
2026-06-03ext4: fast commit: avoid self-deadlock in inode snapshottingLi Chen1-49/+75
2026-06-03ext4: fast commit: avoid waiting for FC_COMMITTINGLi Chen2-56/+51
2026-06-03ext4: lockdep: handle i_data_sem subclassing for special inodesLi Chen2-1/+11
2026-06-03ext4: fast commit: snapshot inode state before writing logLi Chen3-52/+352
2026-06-03ext4: fix fast commit wait/wake bit mapping on 64-bitLi Chen2-32/+38
2026-06-03ext4: convert mballoc KUnit test to sget_fc()Christian Brauner1-2/+15
2026-06-03ext4: convert extents KUnit test to sget_fc()Christian Brauner1-4/+18
2026-06-01ext4: Use %pe to print PTR_ERR()Abdellah Ouhbi3-6/+6
2026-06-01ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writebackZhang Yi1-3/+9
2026-06-01ext4: replace KUnit tests for memcmp() with KUNIT_ASSERT_MEMEQ()Ryota Sakamoto1-6/+3
2026-05-12fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik1-2/+2
2026-04-18Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-320/+435
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-4/+1
2026-04-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds3-13/+30
2026-04-14Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-9/+13
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-99/+99
2026-04-10ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()Sohei Koyama1-1/+3
2026-04-10ext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin1-1/+5
2026-04-10ext4: fix possible null-ptr-deref in extents_kunit_exit()Ye Bin1-2/+5
2026-04-10ext4: fix the error handling process in extents_kunit_init).Ye Bin1-15/+35
2026-04-10ext4: call deactivate_super() in extents_kunit_exit()Ye Bin1-0/+1
2026-04-10ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()Ye Bin1-0/+2
2026-04-10ext4: fix bounds check in check_xattrs() to prevent out-of-bounds accessDeepanshu Kartikey1-1/+1
2026-04-10ext4: zero post-EOF partial block before appending writeZhang Yi2-14/+24
2026-04-10ext4: move pagecache_isize_extended() out of active handleZhang Yi1-23/+39
2026-04-10ext4: remove ctime/mtime update from ext4_alloc_file_blocks()Zhang Yi1-4/+1
2026-04-10ext4: unify SYNC mode checks in fallocate pathsZhang Yi2-5/+6
2026-04-10ext4: ensure zeroed partial blocks are persisted in SYNC modeZhang Yi3-7/+23
2026-04-10ext4: move zero partial block range functions out of active handleZhang Yi2-38/+41
2026-04-10ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()Zhang Yi1-31/+22
2026-04-10ext4: remove handle parameters from zero partial block functionsZhang Yi3-34/+47
2026-04-10ext4: move ordered data handling out of ext4_block_do_zero_range()Zhang Yi1-29/+32
2026-04-10ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()Zhang Yi1-19/+14