summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2025-11-29ext4: support large block size in mpage_prepare_extent_to_map()Baokun Li1-4/+2
2025-11-29ext4: support large block size in mpage_map_and_submit_buffers()Baokun Li1-4/+3
2025-11-29ext4: support large block size in ext4_block_write_begin()Baokun Li1-4/+3
2025-11-29ext4: support large block size in ext4_mpage_readpages()Baokun Li1-5/+2
2025-11-29ext4: rename 'page' references to 'folio' in multi-block allocatorZhihao Cheng1-11/+11
2025-11-29ext4: prepare buddy cache inode for BS > PS with large foliosBaokun Li1-0/+2
2025-11-29ext4: support large block size in ext4_mb_init_cache()Baokun Li1-24/+20
2025-11-29ext4: support large block size in ext4_mb_get_buddy_page_lock()Baokun Li1-20/+22
2025-11-29ext4: support large block size in ext4_mb_load_buddy_gfp()Baokun Li1-11/+16
2025-11-29ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversionBaokun Li1-0/+6
2025-11-29ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li5-18/+15
2025-11-29ext4: support large block size in ext4_readdir()Baokun Li1-4/+4
2025-11-29ext4: support large block size in ext4_calculate_overhead()Baokun Li1-3/+3
2025-11-29ext4: introduce s_min_folio_order for future BS > PS supportBaokun Li3-6/+10
2025-11-29ext4: enable DIOREAD_NOLOCK by default for BS > PS as wellBaokun Li1-2/+1
2025-11-29ext4: make ext4_punch_hole() support large block sizeBaokun Li1-3/+3
2025-11-29ext4: remove PAGE_SIZE checks for rec_len conversionBaokun Li1-12/+0
2025-11-29ext4: remove page offset calculation in ext4_block_truncate_page()Baokun Li1-3/+2
2025-11-29ext4: remove page offset calculation in ext4_block_zero_page_range()Zhihao Cheng1-2/+1
2025-11-27ext4: align max orphan file size with e2fsprogs limitBaokun Li1-1/+3
2025-11-27fs/ext4: fix typo in commentHaodong Tian1-1/+1
2025-11-27ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUTYang Erkun1-4/+4
2025-11-27ext4: cleanup for ext4_map_blocksYang Erkun1-7/+9
2025-11-27ext4: rename EXT4_GET_BLOCKS_PRE_IOYang Erkun3-15/+24
2025-11-27ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun1-17/+32
2025-11-27ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun1-0/+2
2025-11-27ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()Alexey Nepomnyashih1-1/+6
2025-11-27ext4: clear i_state_flags when alloc inodeHaibo Chen3-2/+1
2025-11-27ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()Fedor Pchelkin1-0/+4
2025-11-27ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin1-2/+3
2025-11-27jbd2: store more accurate errno in superblock when possibleWengang Wang1-2/+2
2025-11-25fs: push list presence check into inode_io_list_del()Mateusz Guzik1-2/+1
2025-11-13ext4: xattr: fix null pointer deref in ext4_raw_inode()Karina Yankevich1-1/+5
2025-11-13ext4: refresh inline data size before write operationsDeepanshu Kartikey1-1/+6
2025-11-06ext4: add two trace points for moving extentsZhang Yi1-2/+12
2025-11-06ext4: add large folios support for moving extentsZhang Yi1-17/+10
2025-11-06ext4: switch to using the new extent movement methodZhang Yi1-344/+51
2025-11-06ext4: introduce mext_move_extent()Zhang Yi1-0/+224
2025-11-06ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()Zhang Yi1-2/+2
2025-11-06ext4: refactor mext_check_arguments()Zhang Yi1-54/+43
2025-11-06ext4: add mext_check_validity() to do basic checkZhang Yi2-47/+65
2025-11-06ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()Zhang Yi1-6/+3
2025-11-06ext4: pass out extent seq counter when mapping blocksZhang Yi2-8/+17
2025-11-06ext4: make ext4_es_lookup_extent() pass out the extent seq counterZhang Yi4-8/+10
2025-11-06ext4: introduce seq counter for the extent status entryZhang Yi3-4/+24
2025-11-06ext4: correct the checking of quota files before moving extentsZhang Yi1-1/+1
2025-11-06fs: ext4: fix uninitialized symbolsRanganath V N2-6/+6
2025-11-06ext4: make error code in __ext4fs_dirhash() consistent.Julian Sun1-1/+1
2025-11-06ext4: use super write guard in write_mmp_block()Christian Brauner1-6/+2
2025-10-31ext4: Use folio_next_pos()Matthew Wilcox (Oracle)1-5/+5