summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
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-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-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig
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
2023-07-29ext4: avoid overlapping preallocations due to overflowBaokun Li
2023-07-29ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li
2023-07-29ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li
2023-07-24ext4: convert to ctime accessor functionsJeff Layton
2023-07-23ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo
2023-07-23ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo
2023-07-23ext4: correct inline offset when handling xattrs in inode bodyEric Whitney
2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-29Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26ext4: avoid updating the superblock on a r/o mount if not neededTheodore Ts'o
2023-06-26ext4: fix to check return value of freeze_bdev() in ext4_shutdown()Chao Yu
2023-06-26ext4: refactoring to use the unified helper ext4_quotas_off()Baokun Li
2023-06-26ext4: turn quotas off if mount failed after enabling quotasBaokun Li
2023-06-26ext4: add journal cycled recording supportZhang Yi
2023-06-26ext4: ext4_put_super: Remove redundant checking for 'sbi->s_journal_bdev'Zhihao Cheng
2023-06-26ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng
2023-06-26ext4: allow concurrent unaligned dio overwritesBrian Foster
2023-06-26ext4: clean up mballoc criteria commentsTheodore Ts'o
2023-06-26ext4: make ext4_zeroout_es() return voidBaokun Li
2023-06-26ext4: make ext4_es_insert_extent() return voidBaokun Li
2023-06-26ext4: make ext4_es_insert_delayed_block() return voidBaokun Li
2023-06-26ext4: make ext4_es_remove_extent() return voidBaokun Li
2023-06-26ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li