summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2023-06-26ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li
2023-06-26ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li
2023-06-26ext4: use pre-allocated es in __es_remove_extent()Baokun Li
2023-06-26ext4: use pre-allocated es in __es_insert_extent()Baokun Li
2023-06-26ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li
2023-06-26ext4: add a new helper to check if es must be keptBaokun Li
2023-06-26ext4: only update i_reserved_data_blocks on successful block allocationBaokun Li
2023-06-26ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo
2023-06-26ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo
2023-06-26ext4: Abstract out logic to search average fragment listOjaswin Mujoo
2023-06-26ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGsOjaswin Mujoo
2023-06-26ext4: Don't skip prefetching BLOCK_UNINIT groupsOjaswin Mujoo
2023-06-26ext4: Avoid scanning smaller extents in BG during CR1Ojaswin Mujoo
2023-06-26ext4: Add counter to track successful allocation of goal lengthOjaswin Mujoo
2023-06-26ext4: Add per CR extent scanned counterOjaswin Mujoo
2023-06-26ext4: Convert mballoc cr (criteria) to enumOjaswin Mujoo
2023-06-26ext4: Remove unused extern variables declarationRitesh Harjani
2023-06-26ext4: mballoc: Remove useless setting of ac_criteriaRitesh Harjani
2023-06-26ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi
2023-06-26ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi
2023-06-26ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi
2023-06-26ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'v6.5/vfs.rename.locking' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-23ext4: Fix warning in blkdev_put()Jan Kara
2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)
2023-06-15ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi
2023-06-15ext4: remove ext4_block_group and ext4_block_group_offset declarationKemeng Shi
2023-06-15ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocatedKemeng Shi
2023-06-15ext4: treat stripe in block unitKemeng Shi
2023-06-15ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi
2023-06-15ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi
2023-06-15ext4: fix wrong unit use in ext4_mb_normalize_requestKemeng Shi
2023-06-15ext4: Call fsverity_verify_folio()Matthew Wilcox
2023-06-15ext4: Make ext4_write_inline_data_end() use folioRitesh Harjani
2023-06-15ext4: Make mpage_journal_page_buffers use folioRitesh Harjani
2023-06-15ext4: Change remaining tracepoints to use folioRitesh Harjani
2023-06-15ext4: kill unused function ext4_journalled_write_inline_dataRitesh Harjani
2023-06-14ext4: drop the call to ext4_error() from ext4_get_group_info()Fabio M. De Francesco
2023-06-14Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa"Kemeng Shi
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-09filemap: update ki_pos in generic_perform_writeChristoph Hellwig
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-06-08ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o
2023-06-08Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...Theodore Ts'o
2023-06-05ext4: wire up the ->mark_dead holder operation for log devicesChristoph Hellwig
2023-06-05ext4: wire up sops->shutdownChristoph Hellwig
2023-06-05ext4: split ext4_shutdownChristoph Hellwig