summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2024-09-04ext4: set the type of max_zeroout to unsigned int to avoid overflowBaokun Li1-1/+2
2024-09-04ext4: do not trim the group with corrupted block bitmapBaokun Li1-0/+3
2024-08-19ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi1-2/+1
2024-08-19ext4: check the extent status again before inserting delalloc blockZhang Yi1-0/+21
2024-08-19ext4: factor out a common helper to query extent mapZhang Yi1-25/+32
2024-08-19ext4: make sure the first directory block is not a holeBaokun Li1-11/+6
2024-08-19ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li1-5/+51
2024-08-19ext4: avoid writing unitialized memory to disk in EA inodesJan Kara1-0/+6
2024-08-19ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)1-0/+2
2024-07-27ext4: Send notifications on errorGabriel Krisman Bertazi1-1/+6
2024-07-27ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi1-1/+1
2024-06-16ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()Baokun Li1-1/+3
2024-06-16ext4: fix potential unnitialized variableDan Carpenter1-0/+1
2024-06-16ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi1-70/+67
2024-06-16ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi1-3/+6
2024-06-16ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi1-2/+4
2024-06-16ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simpleKemeng Shi1-3/+2
2024-06-16ext4: avoid excessive credit estimate in ext4_tmpfile()Jan Kara1-1/+1
2024-04-13ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin1-0/+12
2024-04-13ext4: add a hint for block bitmap corrupt state in mb_groupsZhang Yi1-1/+4
2024-04-13ext4: fix corruption during on-line resizeMaximilian Heyne1-1/+2
2024-04-13ext4: correct best extent lstart adjustment logicBaokun Li1-6/+11
2024-03-15ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-03-15ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-03-15ext4: make ext4_es_insert_extent() return voidBaokun Li4-28/+18
2024-03-06ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li1-18/+21
2024-03-01ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li1-0/+20
2024-03-01ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi1-41/+70
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li1-5/+4
2024-03-01ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li1-0/+4
2024-02-23ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li1-4/+2
2024-02-23ext4: avoid online resizing failures due to oversized flex bgBaokun Li1-8/+17
2024-02-23ext4: remove unnecessary check from alloc_flex_gd()Baokun Li1-3/+0
2024-02-23ext4: unify the type of flexbg_size to unsigned intBaokun Li1-6/+7
2024-02-23ext4: fix inconsistent between segment fstrim and full fstrimYe Bin1-3/+8
2024-02-23ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh1-5/+10
2023-12-20ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li1-0/+4
2023-12-08ext4: make sure allocate pending entry not failZhang Yi1-34/+89
2023-12-08ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li1-14/+30
2023-12-08ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li1-12/+26
2023-12-08ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li1-11/+22
2023-12-08ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li1-2/+11
2023-12-08ext4: use pre-allocated es in __es_remove_extent()Baokun Li1-13/+13
2023-12-08ext4: use pre-allocated es in __es_insert_extent()Baokun Li1-7/+12
2023-12-08ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li1-11/+19
2023-12-08ext4: add a new helper to check if es must be keptBaokun Li1-13/+21
2023-11-28ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi1-7/+2
2023-11-28ext4: correct the start block of counting reserved clustersZhang Yi1-2/+2
2023-11-28ext4: correct return value of ext4_convert_meta_bgKemeng Shi1-3/+1
2023-11-28ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi1-2/+4