summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-08-27ext4: do not mark inode dirty every time when appending using delallocLiu Song
2023-08-27ext4: rename s_error_work to s_sb_upd_workTheodore Ts'o
2023-08-27ext4: add periodic superblock update checkVitaliy Kuznetsov
2023-08-27ext4: drop dio overwrite only flag and associated warningBrian Foster
2023-08-27ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian
2023-08-27ext4: remove unused function declarationCai Xinchen
2023-08-27ext4: mballoc: avoid garbage value from errSu Hui
2023-08-27ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei
2023-08-27ext4: change the type of blocksize in ext4_mb_init_cache()Lu Hongfei
2023-08-27ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng
2023-08-27jbd2: correct the end of the journal recovery scan rangeZhang Yi
2023-08-27ext4: ext4_get_{dev}_journal return proper error valueZhang Yi
2023-08-23ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()Zhang Yi
2023-08-23jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi
2023-08-15jbd2: drop useless error tag in jbd2_journal_wipe()Zhang Yi
2023-08-15jbd2: cleanup journal_init_common()Zhang Yi
2023-08-15jbd2: add fast_commit space checkZhang Yi
2023-08-15jbd2: cleanup load_superblock()Zhang Yi
2023-08-15jbd2: open code jbd2_verify_csum_type() helperZhang Yi
2023-08-15jbd2: checking valid features early in journal_get_superblock()Zhang Yi
2023-08-15jbd2: don't load superblock in jbd2_journal_check_used_features()Zhang Yi
2023-08-15jbd2: move load_superblock() into journal_init_common()Zhang Yi
2023-08-15jbd2: move load_superblock() dependent functionsZhang Yi
2023-08-05ext4: don't use CR_BEST_AVAIL_LEN for non-regular filesRitesh Harjani
2023-08-05ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}Luís Henriques
2023-08-04jbd2: remove unused function '__cp_buffer_busy'Yang Li
2023-08-04jbd2: check 'jh->b_transaction' before removing it from checkpointZhihao Cheng
2023-08-04jbd2: fix checkpoint cleanup performance regressionZhang Yi
2023-08-03ext4: correct some stale comment of criteriaKemeng Shi
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_best_availKemeng Shi
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_goal_fastKemeng Shi
2023-08-03ext4: remove unused ext4_{set}/{clear}_bit_atomicKemeng Shi
2023-08-03ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi
2023-08-03ext4: remove unnecessary return for void functionKemeng Shi
2023-08-03ext4: use is_power_of_2 helper in ext4_mb_regular_allocatorKemeng Shi
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_p2_alignedKemeng Shi
2023-08-03ext4: avoid potential data overflow in next_linear_groupKemeng Shi
2023-08-03ext4: correct grp validation in ext4_mb_good_groupKemeng Shi
2023-08-03ext4: replace CR_FAST macro with inline function for readabilityOjaswin Mujoo
2023-07-29ext4: replace read-only check for shutdown check in mmp codeJan Kara
2023-07-29ext4: drop read-only check from ext4_force_commit()Jan Kara
2023-07-29ext4: drop read-only check in ext4_write_inode()Jan Kara
2023-07-29ext4: drop read-only check in ext4_init_inode_table()Jan Kara
2023-07-29ext4: warn on read-only filesystem in ext4_journal_check_start()Jan Kara
2023-07-29ext4: avoid starting transaction on read-only fs in ext4_quota_off()Jan Kara
2023-07-29ext4: drop EXT4_MF_FS_ABORTED flagJan Kara
2023-07-29ext4: make 'abort' mount option handling standardJan Kara
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara
2023-07-29ext4: use sb_rdonly() helper for checking read-only flagJan Kara
2023-07-29ext4: remove pointless sb_rdonly() checks from freezing codeJan Kara