summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-27ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian3-8/+17
2023-08-27ext4: remove unused function declarationCai Xinchen1-6/+0
2023-08-27ext4: mballoc: avoid garbage value from errSu Hui1-1/+1
2023-08-27ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei1-1/+1
2023-08-27ext4: change the type of blocksize in ext4_mb_init_cache()Lu Hongfei1-1/+1
2023-08-27ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng1-0/+3
2023-08-27jbd2: correct the end of the journal recovery scan rangeZhang Yi1-9/+3
2023-08-27ext4: ext4_get_{dev}_journal return proper error valueZhang Yi1-22/+31
2023-08-23ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()Zhang Yi1-60/+49
2023-08-23jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi3-16/+15
2023-08-15jbd2: drop useless error tag in jbd2_journal_wipe()Zhang Yi1-3/+2
2023-08-15jbd2: cleanup journal_init_common()Zhang Yi1-21/+24
2023-08-15jbd2: add fast_commit space checkZhang Yi1-4/+12
2023-08-15jbd2: cleanup load_superblock()Zhang Yi1-50/+35
2023-08-15jbd2: open code jbd2_verify_csum_type() helperZhang Yi1-13/+5
2023-08-15jbd2: checking valid features early in journal_get_superblock()Zhang Yi1-15/+15
2023-08-15jbd2: don't load superblock in jbd2_journal_check_used_features()Zhang Yi1-5/+0
2023-08-15jbd2: move load_superblock() into journal_init_common()Zhang Yi1-11/+5
2023-08-15jbd2: move load_superblock() dependent functionsZhang Yi1-169/+168
2023-08-05ext4: don't use CR_BEST_AVAIL_LEN for non-regular filesRitesh Harjani1-1/+12
2023-08-05jbd2: remove unused t_handle_lockWang Jianjian1-5/+0
2023-08-05ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}Luís Henriques1-0/+4
2023-08-04jbd2: remove unused function '__cp_buffer_busy'Yang Li1-12/+0
2023-08-04jbd2: check 'jh->b_transaction' before removing it from checkpointZhihao Cheng1-0/+2
2023-08-04jbd2: fix checkpoint cleanup performance regressionZhang Yi1-6/+14
2023-08-03ext4: correct some stale comment of criteriaKemeng Shi1-4/+4
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_best_availKemeng Shi1-10/+8
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_goal_fastKemeng Shi1-8/+6
2023-08-03ext4: remove unused ext4_{set}/{clear}_bit_atomicKemeng Shi1-2/+0
2023-08-03ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi1-4/+2
2023-08-03ext4: remove unnecessary return for void functionKemeng Shi1-9/+1
2023-08-03ext4: use is_power_of_2 helper in ext4_mb_regular_allocatorKemeng Shi1-4/+1
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_p2_alignedKemeng Shi1-14/+7
2023-08-03ext4: avoid potential data overflow in next_linear_groupKemeng Shi1-2/+3
2023-08-03ext4: correct grp validation in ext4_mb_good_groupKemeng Shi1-1/+1
2023-08-03ext4: replace CR_FAST macro with inline function for readabilityOjaswin Mujoo2-7/+13
2023-07-29ext4: replace read-only check for shutdown check in mmp codeJan Kara1-1/+1
2023-07-29ext4: drop read-only check from ext4_force_commit()Jan Kara1-7/+1
2023-07-29ext4: drop read-only check in ext4_write_inode()Jan Kara1-2/+1
2023-07-29ext4: drop read-only check in ext4_init_inode_table()Jan Kara1-6/+0
2023-07-29ext4: warn on read-only filesystem in ext4_journal_check_start()Jan Kara1-1/+2
2023-07-29ext4: avoid starting transaction on read-only fs in ext4_quota_off()Jan Kara1-0/+7
2023-07-29ext4: drop EXT4_MF_FS_ABORTED flagJan Kara5-14/+10
2023-07-29ext4: make 'abort' mount option handling standardJan Kara2-14/+3
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara12-39/+38
2023-07-29ext4: use sb_rdonly() helper for checking read-only flagJan Kara1-2/+2
2023-07-29ext4: remove pointless sb_rdonly() checks from freezing codeJan Kara1-7/+2
2023-07-29fs: jbd2: fix an incorrect warn logGuoqing Cai1-8/+10
2023-07-29ext4: avoid overlapping preallocations due to overflowBaokun Li1-11/+10
2023-07-29ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li1-17/+14