summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix corruption during on-line resizeMaximilian Heyne2024-04-031-1/+2
* ext4: correct best extent lstart adjustment logicBaokun Li2024-04-031-6/+11
* quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-03-262-2/+2
* ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi2024-03-011-41/+70
* ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li2024-03-011-5/+4
* ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li2024-03-011-0/+4
* ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li2024-03-011-1/+1
* ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li2024-02-231-18/+21
* ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li2024-02-231-4/+2
* ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li2024-02-161-0/+20
* ext4: avoid online resizing failures due to oversized flex bgBaokun Li2024-02-051-8/+17
* ext4: remove unnecessary check from alloc_flex_gd()Baokun Li2024-02-051-3/+0
* ext4: unify the type of flexbg_size to unsigned intBaokun Li2024-02-051-6/+7
* ext4: fix inconsistent between segment fstrim and full fstrimYe Bin2024-02-051-3/+8
* ext4: treat end of range as exclusive in ext4_zero_range()Ojaswin Mujoo2024-02-051-2/+4
* ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh2024-01-311-5/+10
* ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li2023-12-201-0/+4
* ext4: fix warning in ext4_dio_write_end_io()Jan Kara2023-12-201-6/+8
* ext4: fix racy may inline data check in dio writeBrian Foster2023-11-281-7/+9
* ext4: properly sync file size update after O_SYNC direct IOJan Kara2023-11-281-88/+65
* ext4: add missed brelse in update_backupsKemeng Shi2023-11-281-1/+3
* ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi2023-11-281-7/+2
* ext4: correct the start block of counting reserved clustersZhang Yi2023-11-281-2/+2
* ext4: correct return value of ext4_convert_meta_bgKemeng Shi2023-11-281-3/+1
* ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo2023-11-281-1/+13
* ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi2023-11-281-2/+4
* ext4: apply umask if ACL support is disabledMax Kellermann2023-11-281-0/+5
* ext4: make sure allocate pending entry not failZhang Yi2023-11-281-34/+89
* ext4: no need to generate from free list in mballocWang Jianjian2023-11-281-33/+6
* ext4: fix race between writepages and remountBaokun Li2023-11-282-1/+16
* ext4: move 'ix' sanity check to corrent positionGou Hao2023-11-201-5/+5
* ext4: add missing initialization of call_notify_error in update_super_work()Theodore Ts'o2023-11-201-1/+2
* Revert "ext4: switch to multigrain timestamps"Christian Brauner2023-09-201-1/+1
* Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-172-32/+48
|\
| * ext4: fix rec_len verify errorShida Zhang2023-09-141-11/+15
| * ext4: do not let fstrim block system suspendJan Kara2023-09-141-2/+10
| * ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara2023-09-141-21/+25
* | Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-3120-376/+462
|\|
| * ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li2023-08-271-14/+30
| * ext4: remove redundant checks of s_encodingEric Biggers2023-08-272-4/+4
| * ext4: reject casefold inode flag without casefold featureEric Biggers2023-08-271-1/+4
| * ext4: use LIST_HEAD() to initialize the list_head in mballoc.cRuan Jinjie2023-08-271-13/+5
| * ext4: do not mark inode dirty every time when appending using delallocLiu Song2023-08-271-26/+62
| * ext4: rename s_error_work to s_sb_upd_workTheodore Ts'o2023-08-272-19/+22
| * ext4: add periodic superblock update checkVitaliy Kuznetsov2023-08-271-1/+61
| * ext4: drop dio overwrite only flag and associated warningBrian Foster2023-08-271-15/+10
| * ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian2023-08-273-8/+17
| * ext4: remove unused function declarationCai Xinchen2023-08-271-6/+0
| * ext4: mballoc: avoid garbage value from errSu Hui2023-08-271-1/+1
| * ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei2023-08-271-1/+1