summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2025-07-25ext4: convert free groups order lists to xarraysBaokun Li
2025-07-25ext4: factor out ext4_mb_scan_group()Baokun Li
2025-07-25ext4: factor out ext4_mb_might_prefetch()Baokun Li
2025-07-25ext4: factor out __ext4_mb_scan_group()Baokun Li
2025-07-25ext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li
2025-07-25ext4: fix zombie groups in average fragment size listsBaokun Li
2025-07-25ext4: merge freed extent with existing extents before insertionBaokun Li
2025-07-25ext4: convert sbi->s_mb_free_pending to atomic_tBaokun Li
2025-07-25ext4: fix typo in CR_GOAL_LEN_SLOW commentBaokun Li
2025-07-25ext4: get rid of some obsolete EXT4_MB_HINT flagsBaokun Li
2025-07-25ext4: utilize multiple global goals to reduce contentionBaokun Li
2025-07-25ext4: remove unnecessary s_md_lock on update s_mb_last_groupBaokun Li
2025-07-25ext4: remove unnecessary s_mb_last_startBaokun Li
2025-07-25ext4: separate stream goal hits from s_bal_goals for better trackingBaokun Li
2025-07-25ext4: add ext4_try_lock_group() to skip busy groupsBaokun Li
2025-07-25ext4: initialize superblock fields in the kballoc-test.c kunit testsZhang Yi
2025-07-17ext4: refactor the inline directory conversion and new directory codepathsTheodore Ts'o
2025-07-17ext4: use memcpy() instead of strcpy()Theodore Ts'o
2025-07-17ext4: replace strcmp with direct comparison for '.' and '..'Theodore Ts'o
2025-07-17ext4: Make sure BH_New bit is cleared in ->write_end handlerJan Kara
2025-07-17ext4: fix inode use after free in ext4_end_io_rsv_work()Baokun Li
2025-07-17ext4: Refactor breaking condition for xattr_find_entry()I Hsin Cheng
2025-07-16ext4: support uncached buffered I/OTaotao Chen
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-14ext4: limit the maximum folio orderZhang Yi
2025-07-13ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()Zhang Yi
2025-07-13ext4: replace ext4_writepage_trans_blocks()Zhang Yi
2025-07-13ext4: reserved credits for one extent during the folio writebackZhang Yi
2025-07-13ext4: correct the reserved credits for extent conversionZhang Yi
2025-07-13ext4: enhance tracepoints during the folios writebackZhang Yi
2025-07-13ext4: restart handle if credits are insufficient during allocating blocksZhang Yi
2025-07-13ext4: refactor the block allocation process of ext4_page_mkwrite()Zhang Yi
2025-07-13ext4: fix stale data if it bail out of the extents mapping loopZhang Yi
2025-07-13ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()Zhang Yi
2025-07-13ext4: process folios writeback in bytesZhang Yi
2025-07-12ext4: remove unused EXT_STATS macro from ext4_extents.hBaolin Liu
2025-07-11ext4: remove unnecessary duplicate check in ext4_map_blocks()Dan Carpenter
2025-07-10ext4: remove duplicate check for EXT4_FC_REPLAYJinliang Zheng
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)
2025-06-23ext4: add FALLOC_FL_WRITE_ZEROES supportZhang Yi
2025-06-17fs/ext4: transition from deprecated .mmap hook to .mmap_prepareLorenzo Stoakes
2025-06-17fs/dax: make it possible to check dev dax support without a VMALorenzo Stoakes
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-28Merge tag 'ext4_for_linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-05-20ext4: Add a WARN_ON_ONCE for querying LAST_IN_LEAF insteadRitesh Harjani (IBM)
2025-05-20ext4: Simplify flags in ext4_map_query_blocks()Ritesh Harjani (IBM)
2025-05-20ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTERRitesh Harjani (IBM)