summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorLines
2025-08-18Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+36
2025-08-13ext4: fix incorrect function name in commentBaolin Liu-1/+1
2025-08-12ext4: use kmalloc_array() for array space allocationLiao Yuanhong-2/+3
2025-08-12ext4: fix hole length calculation overflow in non-extent inodesZhang Yi-2/+2
2025-08-12ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o-0/+2
2025-08-12ext4: fix reserved gdt blocks handling in fsmapOjaswin Mujoo-0/+8
2025-08-12ext4: fix fsmap end of range reporting with bigallocOjaswin Mujoo-3/+12
2025-08-12ext4: remove redundant __GFP_NOWARNQianfeng Rong-2/+2
2025-08-12ext4: fix unused variable warning in ext4_init_new_dirTheodore Ts'o-2/+0
2025-08-12ext4: remove useless if checkAntonio Quartulli-2/+0
2025-08-12ext4: check fast symlink for ea_inode correctlyAndreas Dilger-1/+1
2025-08-12ext4: preserve SB_I_VERSION on remountBaokun Li-3/+3
2025-08-12ext4: show the default enabled i_version optionBaokun Li-0/+2
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-07-31Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-681/+861
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+7
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+55
2025-07-25ext4: do not BUG when INLINE_DATA_FL lacks system.data xattrTheodore Ts'o-3/+16
2025-07-25ext4: implement linear-like traversal across order xarraysBaokun Li-21/+47
2025-07-25ext4: refactor choose group to scan groupBaokun Li-174/+131
2025-07-25ext4: convert free groups order lists to xarraysBaokun Li-126/+140
2025-07-25ext4: factor out ext4_mb_scan_group()Baokun Li-44/+51
2025-07-25ext4: factor out ext4_mb_might_prefetch()Baokun Li-24/+42
2025-07-25ext4: factor out __ext4_mb_scan_group()Baokun Li-18/+29
2025-07-25ext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li-19/+14
2025-07-25ext4: fix zombie groups in average fragment size listsBaokun Li-18/+18
2025-07-25ext4: merge freed extent with existing extents before insertionBaokun Li-37/+76
2025-07-25ext4: convert sbi->s_mb_free_pending to atomic_tBaokun Li-8/+5
2025-07-25ext4: fix typo in CR_GOAL_LEN_SLOW commentBaokun Li-1/+1
2025-07-25ext4: get rid of some obsolete EXT4_MB_HINT flagsBaokun Li-6/+0
2025-07-25ext4: utilize multiple global goals to reduce contentionBaokun Li-6/+27
2025-07-25ext4: remove unnecessary s_md_lock on update s_mb_last_groupBaokun Li-10/+4
2025-07-25ext4: remove unnecessary s_mb_last_startBaokun Li-2/+0
2025-07-25ext4: separate stream goal hits from s_bal_goals for better trackingBaokun Li-2/+10
2025-07-25ext4: add ext4_try_lock_group() to skip busy groupsBaokun Li-12/+30
2025-07-25ext4: initialize superblock fields in the kballoc-test.c kunit testsZhang Yi-0/+9
2025-07-17ext4: refactor the inline directory conversion and new directory codepathsTheodore Ts'o-77/+48
2025-07-17ext4: use memcpy() instead of strcpy()Theodore Ts'o-4/+4
2025-07-17ext4: replace strcmp with direct comparison for '.' and '..'Theodore Ts'o-4/+7
2025-07-17ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara-1/+4
2025-07-17ext4: fix inode use after free in ext4_end_io_rsv_work()Baokun Li-8/+8
2025-07-17ext4: Refactor breaking condition for xattr_find_entry()I Hsin Cheng-1/+1
2025-07-16ext4: support uncached buffered I/OTaotao Chen-10/+5
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-8/+10
2025-07-14ext4: limit the maximum folio orderZhang Yi-6/+21
2025-07-13ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()Zhang Yi-2/+2
2025-07-13ext4: replace ext4_writepage_trans_blocks()Zhang Yi-27/+25
2025-07-13ext4: reserved credits for one extent during the folio writebackZhang Yi-17/+8
2025-07-13ext4: correct the reserved credits for extent conversionZhang Yi-3/+3