summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2023-04-06ext4: use best found when complex scan of group finishsKemeng Shi
2023-04-06ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check...Kemeng Shi
2023-04-06ext4: remove dead check in mb_buddy_mark_freeKemeng Shi
2023-04-06ext4: remove unnecessary check in ext4_mb_new_blocksKemeng Shi
2023-04-06ext4: remove unnecessary e4b->bd_buddy_page check in ext4_mb_load_buddy_gfpKemeng Shi
2023-04-06ext4: Remove unnecessary release when memory allocation failed in ext4_mb_ini...Kemeng Shi
2023-04-06ext4: remove unused return value of ext4_mb_try_best_found and ext4_mb_free_m...Kemeng Shi
2023-04-06ext4: add missed brelse in ext4_free_blocks_simpleKemeng Shi
2023-04-06ext4: protect pa->pa_free in ext4_discard_allocated_blocksKemeng Shi
2023-04-06ext4: correct start of used group pa for debug in ext4_mb_use_group_paKemeng Shi
2023-04-06ext4: correct calculation of s_mb_preallocatedKemeng Shi
2023-04-06ext4: get correct ext4_group_info in ext4_mb_prefetch_finiKemeng Shi
2023-04-06ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is setKemeng Shi
2023-04-06ext4: set goal start correctly in ext4_mb_normalize_requestKemeng Shi
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-04-05ext4/super: Rename kfree_rcu() to kfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2023-04-03fs: add FMODE_DIO_PARALLEL_WRITE flagJens Axboe
2023-03-23ext4: remove unused group parameter in ext4_block_bitmap_csum_setKemeng Shi
2023-03-23ext4: remove unused group parameter in ext4_block_bitmap_csum_verifyKemeng Shi
2023-03-23ext4: remove unused group parameter in ext4_inode_bitmap_csum_setKemeng Shi
2023-03-23ext4: remove unused group parameter in ext4_inode_bitmap_csum_verifyKemeng Shi
2023-03-23ext4: improve inode table blocks counting in ext4_num_overhead_clustersKemeng Shi
2023-03-23ext4: stop trying to verify just initialized bitmap in ext4_read_block_bitmap...Kemeng Shi
2023-03-23ext4: remove stale comment in ext4_init_block_bitmapKemeng Shi
2023-03-23ext4: remove unnecessary check in ext4_bg_num_gdb_nometaKemeng Shi
2023-03-23ext4: call ext4_bg_num_gdb_[no]meta directly in ext4_num_base_meta_clustersKemeng Shi
2023-03-23ext4: correct validation check of inode table in ext4_valid_block_bitmapKemeng Shi
2023-03-23ext4: properly handle error of ext4_init_block_bitmap in ext4_read_block_bitm...Kemeng Shi
2023-03-23ext4: fix comment: "start start" -> "start" in mpage_prepare_extent_to_map()Theodore Ts'o
2023-03-23ext4: Fix warnings when freezing filesystem with journaled dataJan Kara
2023-03-23ext4: Convert data=journal writeback to use ext4_writepages()Jan Kara
2023-03-23ext4: Move mpage_page_done() calls after error handlingJan Kara
2023-03-23ext4: Move page unlocking out of mpage_submit_page()Jan Kara
2023-03-23ext4: Don't unlock page in ext4_bio_write_page()Jan Kara
2023-03-23ext4: Mark page for delayed dirtying only if it is pinnedJan Kara
2023-03-23ext4: Use nr_to_write directly in mpage_prepare_extent_to_map()Jan Kara
2023-03-23ext4: Update stale comment about write constraintsJan Kara
2023-03-17ext4: fix possible double unlock when moving a directoryTheodore Ts'o
2023-03-12Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-11ext4: zero i_disksize when initializing the bootloader inodeZhihao Cheng
2023-03-11ext4: make sure fs error flag setted before clear journal errorYe Bin
2023-03-11ext4: commit super block if fs record error when journal record without errorYe Bin
2023-03-11ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o
2023-03-11ext4: fix WARNING in ext4_update_inline_dataYe Bin
2023-03-11ext4: move where set the MAY_INLINE_DATA flag is setYe Bin
2023-03-07ext4: Fix deadlock during directory renameJan Kara
2023-03-07ext4: Fix comment about the 64BIT featureTudor Ambarus
2023-03-07ext4: fix another off-by-one fsmap error on 1k block filesystemsDarrick J. Wong
2023-03-07ext4: fix RENAME_WHITEOUT handling for inline directoriesEric Whitney
2023-03-07ext4: make kobj_type structures constantThomas Weißschuh