- 3f24fcd Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 months ago
- ec9d669 ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type by Zhang Yi · 11 months ago
- 874eaba ext4: make ext4_map_blocks() distinguish delalloc only extent by Zhang Yi · 11 months ago
- 9f11182 ext4: add a hole extent entry in cache after punch by Zhang Yi · 11 months ago
- 6430dea ext4: correct the hole length returned by ext4_map_blocks() by Zhang Yi · 11 months ago
- acf795d ext4: convert to exclusive lock while inserting delalloc extents by Zhang Yi · 11 months ago
- 3fcc2b8 ext4: refactor ext4_da_map_blocks() by Zhang Yi · 11 months ago
- f0e54b6 ext4: remove 'needed' in trace_ext4_discard_preallocations by Kemeng Shi · 12 months ago
- 2ffd2a6 ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations by Kemeng Shi · 12 months ago
- 2042794 ext4: remove unused return value of ext4_mb_release_group_pa by Kemeng Shi · 12 months ago
- 820c280 ext4: remove unused return value of ext4_mb_release_inode_pa by Kemeng Shi · 12 months ago
- 90817717 ext4: remove unused return value of ext4_mb_release by Kemeng Shi · 12 months ago
- 97c32db ext4: remove unused ext4_allocation_context::ac_groups_considered by Kemeng Shi · 12 months ago
- 11fd1a5 ext4: remove unneeded return value of ext4_mb_release_context by Kemeng Shi · 12 months ago
- 438a35e ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*() by Kemeng Shi · 12 months ago
- 133de5a ext4: remove unused return value of __mb_check_buddy by Kemeng Shi · 12 months ago
- c5f3a38 ext4: mark the group block bitmap as corrupted before reporting an error by Baokun Li · 12 months ago
- 8326983 ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() by Baokun Li · 12 months ago
- 4530b36 ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found() by Baokun Li · 12 months ago
- 993bf0f ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt by Baokun Li · 12 months ago
- 2331fd4a ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks() by Baokun Li · 12 months ago
- c9b528c ext4: regenerate buddy after block freeing failed if under fc replay by Baokun Li · 12 months ago
- 1722021 ext4: do not trim the group with corrupted block bitmap by Baokun Li · 12 months ago
- 55583e8 ext4: fix double-free of blocks due to wrong extents moved_len by Baokun Li · 12 months ago
- 48892692 Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 months ago
- bf4e708 Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 months ago
- 0d19d9e Merge tag 'ext4_for_linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 months ago
- 68da4c4 ext4: fix inconsistent between segment fstrim and full fstrim by Ye Bin · 1 year, 1 month ago
- 1f6bc02 ext4: fallback to complex scan if aligned scan doesn't work by Ojaswin Mujoo · 1 year, 1 month ago
- 4d5cdd7 ext4: convert ext4_da_do_write_end() to take a folio by Matthew Wilcox (Oracle) · 1 year, 1 month ago
- 7c784d6 ext4: allow for the last group to be marked as trimmed by Suraj Jitindar Singh · 1 year, 1 month ago
- fb46e22 Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 12 months ago
- 3f6984e Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 12 months ago
- c604110 Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 12 months ago
- ada3fb8 ext4: move ext4_check_bdev_write_error() into nojournal mode by Zhihao Cheng · 1 year, 1 month ago
- 2bf5eb2 ext4: improving calculation of 'fe_{len|start}' in mb_find_extent() by Gou Hao · 1 year, 2 months ago
- c6bfd72 ext4: clarify handling of unwritten bh in __ext4_block_zero_page_range() by Ojaswin Mujoo · 1 year, 2 months ago
- 9257336 ext4: treat end of range as exclusive in ext4_zero_range() by Ojaswin Mujoo · 1 year, 2 months ago
- e89fdcc ext4: enable dioread_nolock as default for bs < ps case by Ojaswin Mujoo · 1 year, 2 months ago
- f2fec3e ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock() by Gou Hao · 1 year, 2 months ago
- 17bf23a fs: convert block_write_full_page to block_write_full_folio by Matthew Wilcox (Oracle) · 1 year, 1 month ago
- 556f38b ext4_add_entry(): ->d_name.len is never 0 by Al Viro · 1 year, 2 months ago
- 665d3e0 ext4: reduce unnecessary memory allocation in alloc_flex_gd() by Baokun Li · 1 year, 2 months ago
- 5d1935a ext4: avoid online resizing failures due to oversized flex bg by Baokun Li · 1 year, 2 months ago
- b099eb8 ext4: remove unnecessary check from alloc_flex_gd() by Baokun Li · 1 year, 2 months ago
- 658a523 ext4: unify the type of flexbg_size to unsigned int by Baokun Li · 1 year, 2 months ago
- af7628d fs: convert error_remove_page to error_remove_folio by Matthew Wilcox (Oracle) · 1 year, 1 month ago
- a4fc4a0 mm: add folio_zero_tail() and use it in ext4 by Matthew Wilcox (Oracle) · 1 year, 2 months ago
- 619f75d ext4: fix warning in ext4_dio_write_end_io() by Jan Kara · 1 year, 1 month ago
- 2dcf5fd ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS by Baokun Li · 1 year, 1 month ago
- 40dbd07 ext4: don't access the source subdirectory content on same-directory rename by Al Viro · 1 year, 3 months ago
- 600f111 fs: Rename mapping private members by Matthew Wilcox (Oracle) · 1 year, 1 month ago
- afde134 ext4: Block writes to journal device by Jan Kara · 1 year, 2 months ago
- 218de67 ext4: simplify device handling by Christian Brauner · 1 year, 2 months ago
- 982c3b3 bdev: rename freeze and thaw helpers by Christian Brauner · 1 year, 2 months ago
- 13d88ac Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
- ecae0bd Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 2 months ago
- 57aff99 Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 1 year, 2 months ago
- 9156289 ext4: properly sync file size update after O_SYNC direct IO by Jan Kara · 1 year, 3 months ago
- ce56d21 ext4: fix racy may inline data check in dio write by Brian Foster · 1 year, 3 months ago
- 8829687 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux by Linus Torvalds · 1 year, 2 months ago
- 14ab6d4 Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
- 7352a67 Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
- e21fc20 exportfs: make ->encode_fh() a mandatory method for NFS export by Amir Goldstein · 1 year, 2 months ago
- d577c8a ext4: Convert to bdev_open_by_dev() by Jan Kara · 1 year, 3 months ago
- 1cbf0a5 ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead by Hugh Dickins · 1 year, 2 months ago
- 0a88810 buffer: remove folio_create_empty_buffers() by Matthew Wilcox (Oracle) · 1 year, 3 months ago
- d405999 ext4: convert to folio_create_empty_buffers by Matthew Wilcox (Oracle) · 1 year, 3 months ago
- f8174a1 ext4: use folio_end_read() by Matthew Wilcox (Oracle) · 1 year, 3 months ago
- b898ab2 ext4: convert to new timestamp accessors by Jeff Layton · 1 year, 3 months ago
- e60ac12 ext4: move ext4_xattr_handlers to .rodata by Wedson Almeida Filho · 1 year, 3 months ago
- 28b95ee ext4: run mballoc test with different layouts setting by Kemeng Shi · 1 year, 3 months ago
- 7c9fa39 ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc by Kemeng Shi · 1 year, 3 months ago
- bdefd68 ext4: add some kunit stub for mballoc kunit test by Kemeng Shi · 1 year, 3 months ago
- 5c657db ext4: call ext4_mb_mark_context in ext4_group_add_blocks() by Kemeng Shi · 1 year, 3 months ago
- 03c7fc3 ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks() by Kemeng Shi · 1 year, 3 months ago
- 38b8f70 ext4: call ext4_mb_mark_context in ext4_mb_clear_bb by Kemeng Shi · 1 year, 3 months ago
- 33e728c ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb() by Kemeng Shi · 1 year, 3 months ago
- 2f94711 ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_used by Kemeng Shi · 1 year, 3 months ago
- c431d38 ext4: extend ext4_mb_mark_context to support allocation under journal by Kemeng Shi · 1 year, 3 months ago
- 26d0f87 ext4: call ext4_mb_mark_context in ext4_free_blocks_simple by Kemeng Shi · 1 year, 3 months ago
- f9e2d95 ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb by Kemeng Shi · 1 year, 3 months ago
- d2f7cf4 ext4: make state in ext4_mb_mark_bb to be bool by Kemeng Shi · 1 year, 3 months ago
- 484fd6c ext4: apply umask if ACL support is disabled by Max Kellermann · 1 year, 3 months ago
- 2cd8bdb ext4: mark buffer new if it is unwritten to avoid stale data exposure by Ojaswin Mujoo · 1 year, 3 months ago
- af90a8f ext4: move 'ix' sanity check to corrent position by Gou Hao · 1 year, 4 months ago
- 248b45b ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmap by Kemeng Shi · 1 year, 4 months ago
- 350bb48 ext4: remove unnecessary check to avoid repeat update_backups for the same gdb by Kemeng Shi · 1 year, 4 months ago
- 9dca529 ext4: simplify the gdbblock calculation in add_new_gdb_meta_bg by Kemeng Shi · 1 year, 4 months ago
- 70cbfd2 ext4: use saved local variable sbi instead of EXT4_SB(sb) by Kemeng Shi · 1 year, 4 months ago
- 95b6356 ext4: remove EXT4FS_DEBUG defination in resize.c by Kemeng Shi · 1 year, 4 months ago
- 1fc1bd2 ext4: calculate free_clusters_count in cluster unit in verify_group_input by Kemeng Shi · 1 year, 4 months ago
- 3145807 ext4: remove commented code in reserve_backup_gdb by Kemeng Shi · 1 year, 4 months ago
- 7d4cd3b4 ext4: remove redundant check of count by Kemeng Shi · 1 year, 4 months ago
- e44fc92 ext4: fix typo in setup_new_flex_group_blocks by Kemeng Shi · 1 year, 4 months ago
- 40dd795 ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks by Kemeng Shi · 1 year, 4 months ago
- 48f1551 ext4: correct return value of ext4_convert_meta_bg by Kemeng Shi · 1 year, 4 months ago
- 9adac8b ext4: add missed brelse in update_backups by Kemeng Shi · 1 year, 4 months ago
- 31f1342 ext4: correct offset of gdb backup in non meta_bg group to update_backups by Kemeng Shi · 1 year, 4 months ago
- ebf6cb7 ext4: no need to generate from free list in mballoc by Wang Jianjian · 1 year, 4 months ago