summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox6-19/+9
2023-04-06ext4: Remove the logic to trim inode PAsOjaswin Mujoo5-31/+0
2023-04-06ext4: Use rbtrees to manage PAs instead of inode i_prealloc_listOjaswin Mujoo4-86/+214
2023-04-06ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a unionOjaswin Mujoo2-34/+52
2023-04-06ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()Ojaswin Mujoo1-18/+31
2023-04-06ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()Ojaswin Mujoo1-41/+68
2023-04-06ext4: Move overlap assert logic into a separate functionOjaswin Mujoo1-11/+24
2023-04-06ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocat...Ojaswin Mujoo1-47/+49
2023-04-06ext4: Refactor code related to freeing PAsOjaswin Mujoo1-9/+21
2023-04-06ext4: Stop searching if PA doesn't satisfy non-extent fileOjaswin Mujoo1-2/+7
2023-04-06ext4: convert some BUG_ON's in mballoc to use WARN_RATELIMITED insteadTheodore Ts'o1-6/+19
2023-04-06ext4: avoid unnecessary pointer dereference in ext4_mb_normalize_requestKemeng Shi1-5/+3
2023-04-06ext4: fix typos in mballocKemeng Shi1-2/+2
2023-04-06ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simpleKemeng Shi1-3/+2
2023-04-06ext4: remove comment code ext4_discard_preallocationsKemeng Shi1-1/+0
2023-04-06ext4: remove repeat assignment to ac_f_exKemeng Shi1-8/+0
2023-04-06ext4: remove unnecessary goto in ext4_mb_mark_diskspace_usedKemeng Shi1-3/+1
2023-04-06ext4: remove unnecessary count2 in ext4_free_data_in_buddyKemeng Shi1-4/+2
2023-04-06ext4: remove unnecessary exit_meta_group_info tagKemeng Shi1-2/+1
2023-04-06ext4: use best found when complex scan of group finishsKemeng Shi1-12/+2
2023-04-06ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check...Kemeng Shi1-2/+1
2023-04-06ext4: remove dead check in mb_buddy_mark_freeKemeng Shi1-1/+2
2023-04-06ext4: remove unnecessary check in ext4_mb_new_blocksKemeng Shi1-3/+2
2023-04-06ext4: remove unnecessary e4b->bd_buddy_page check in ext4_mb_load_buddy_gfpKemeng Shi1-2/+1
2023-04-06ext4: Remove unnecessary release when memory allocation failed in ext4_mb_ini...Kemeng Shi1-4/+2
2023-04-06ext4: remove unused return value of ext4_mb_try_best_found and ext4_mb_free_m...Kemeng Shi1-7/+4
2023-04-06ext4: add missed brelse in ext4_free_blocks_simpleKemeng Shi1-3/+4
2023-04-06ext4: protect pa->pa_free in ext4_discard_allocated_blocksKemeng Shi1-1/+4
2023-04-06ext4: correct start of used group pa for debug in ext4_mb_use_group_paKemeng Shi1-1/+1
2023-04-06ext4: correct calculation of s_mb_preallocatedKemeng Shi1-1/+1
2023-04-06ext4: get correct ext4_group_info in ext4_mb_prefetch_finiKemeng Shi1-4/+4
2023-04-06ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is setKemeng Shi1-1/+1
2023-04-06ext4: set goal start correctly in ext4_mb_normalize_requestKemeng Shi1-6/+10
2023-03-24ext4: remove unused group parameter in ext4_block_bitmap_csum_setKemeng Shi5-14/+11
2023-03-24ext4: remove unused group parameter in ext4_block_bitmap_csum_verifyKemeng Shi3-4/+3
2023-03-24ext4: remove unused group parameter in ext4_inode_bitmap_csum_setKemeng Shi4-6/+6
2023-03-24ext4: remove unused group parameter in ext4_inode_bitmap_csum_verifyKemeng Shi3-3/+3
2023-03-24ext4: improve inode table blocks counting in ext4_num_overhead_clustersKemeng Shi1-43/+47
2023-03-24ext4: stop trying to verify just initialized bitmap in ext4_read_block_bitmap...Kemeng Shi1-1/+1
2023-03-24ext4: remove stale comment in ext4_init_block_bitmapKemeng Shi1-2/+0
2023-03-24ext4: remove unnecessary check in ext4_bg_num_gdb_nometaKemeng Shi1-4/+1
2023-03-24ext4: call ext4_bg_num_gdb_[no]meta directly in ext4_num_base_meta_clustersKemeng Shi1-2/+2
2023-03-24ext4: correct validation check of inode table in ext4_valid_block_bitmapKemeng Shi1-3/+3
2023-03-24ext4: properly handle error of ext4_init_block_bitmap in ext4_read_block_bitm...Kemeng Shi1-5/+7
2023-03-24ext4: fix comment: "start start" -> "start" in mpage_prepare_extent_to_map()Theodore Ts'o1-1/+1
2023-03-24ext4: Fix warnings when freezing filesystem with journaled dataJan Kara2-3/+27
2023-03-23ext4: Convert data=journal writeback to use ext4_writepages()Jan Kara2-257/+91
2023-03-23ext4: Move mpage_page_done() calls after error handlingJan Kara1-5/+6
2023-03-23ext4: Move page unlocking out of mpage_submit_page()Jan Kara1-9/+12
2023-03-23ext4: Don't unlock page in ext4_bio_write_page()Jan Kara2-5/+7