summaryrefslogtreecommitdiffstats
path: root/fs/ext4
AgeCommit message (Expand)AuthorLines
2023-07-23ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo-27/+131
2023-07-23ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo-5/+9
2023-07-23ext4: correct inline offset when handling xattrs in inode bodyEric Whitney-0/+14
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-17/+16
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-534/+827
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+5
2023-06-26ext4: avoid updating the superblock on a r/o mount if not neededTheodore Ts'o-2/+10
2023-06-26ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu-1/+4
2023-06-26ext4: refactoring to use the unified helper ext4_quotas_off()Baokun Li-19/+7
2023-06-26ext4: turn quotas off if mount failed after enabling quotasBaokun Li-2/+4
2023-06-26ext4: add journal cycled recording supportZhang Yi-0/+5
2023-06-26ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'Zhihao Cheng-1/+1
2023-06-26ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng-6/+7
2023-06-26ext4: allow concurrent unaligned dio overwritesBrian Foster-40/+46
2023-06-26ext4: clean up mballoc criteria commentsTheodore Ts'o-30/+34
2023-06-26ext4: make ext4_zeroout_es() return voidBaokun Li-7/+5
2023-06-26ext4: make ext4_es_insert_extent() return voidBaokun Li-28/+18
2023-06-26ext4: make ext4_es_insert_delayed_block() return voidBaokun Li-20/+11
2023-06-26ext4: make ext4_es_remove_extent() return voidBaokun Li-52/+18
2023-06-26ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li-12/+26
2023-06-26ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li-11/+22
2023-06-26ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li-2/+11
2023-06-26ext4: use pre-allocated es in __es_remove_extent()Baokun Li-13/+13
2023-06-26ext4: use pre-allocated es in __es_insert_extent()Baokun Li-7/+12
2023-06-26ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li-11/+19
2023-06-26ext4: add a new helper to check if es must be keptBaokun Li-13/+21
2023-06-26ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li-10/+8
2023-06-26ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo-137/+201
2023-06-26ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo-10/+148
2023-06-26ext4: Abstract out logic to search average fragment listOjaswin Mujoo-18/+33
2023-06-26ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGsOjaswin Mujoo-11/+4
2023-06-26ext4: Don't skip prefetching BLOCK_UNINIT groupsOjaswin Mujoo-6/+2
2023-06-26ext4: Avoid scanning smaller extents in BG during CR1Ojaswin Mujoo-1/+18
2023-06-26ext4: Add counter to track successful allocation of goal lengthOjaswin Mujoo-0/+4
2023-06-26ext4: Add per CR extent scanned counterOjaswin Mujoo-0/+14
2023-06-26ext4: Convert mballoc cr (criteria) to enumOjaswin Mujoo-51/+68
2023-06-26ext4: Remove unused extern variables declarationRitesh Harjani-3/+1
2023-06-26ext4: mballoc: Remove useless setting of ac_criteriaRitesh Harjani-2/+4
2023-06-26ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi-1/+1
2023-06-26ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi-2/+2
2023-06-26ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi-70/+67
2023-06-26ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi-6/+7
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-17/+35
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-1/+12
2023-06-26Merge tag 'v6.5/vfs.rename.locking' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+2
2023-06-23ext4: Fix warning in blkdev_put()Jan Kara-1/+1
2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)-2/+2
2023-06-15ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi-3/+6
2023-06-15ext4: remove ext4_block_group and ext4_block_group_offset declarationKemeng Shi-4/+0
2023-06-15ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocatedKemeng Shi-1/+33