| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-11 | fs: add icount_read_once() and stop open-coding ->i_count loads | Mateusz Guzik | 1 | -2/+2 |
| 2026-04-17 | Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 13 | -320/+435 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -4/+1 |
| 2026-04-13 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux | Linus Torvalds | 3 | -13/+30 |
| 2026-04-13 | Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -2/+2 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -9/+13 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 18 | -99/+99 |
| 2026-04-09 | ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all() | Sohei Koyama | 1 | -1/+3 |
| 2026-04-09 | ext4: fix possible null-ptr-deref in mbt_kunit_exit() | Ye Bin | 1 | -1/+5 |
| 2026-04-09 | ext4: fix possible null-ptr-deref in extents_kunit_exit() | Ye Bin | 1 | -2/+5 |
| 2026-04-09 | ext4: fix the error handling process in extents_kunit_init). | Ye Bin | 1 | -15/+35 |
| 2026-04-09 | ext4: call deactivate_super() in extents_kunit_exit() | Ye Bin | 1 | -0/+1 |
| 2026-04-09 | ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init() | Ye Bin | 1 | -0/+2 |
| 2026-04-09 | ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access | Deepanshu Kartikey | 1 | -1/+1 |
| 2026-04-09 | ext4: zero post-EOF partial block before appending write | Zhang Yi | 2 | -14/+24 |
| 2026-04-09 | ext4: move pagecache_isize_extended() out of active handle | Zhang Yi | 1 | -23/+39 |
| 2026-04-09 | ext4: remove ctime/mtime update from ext4_alloc_file_blocks() | Zhang Yi | 1 | -4/+1 |
| 2026-04-09 | ext4: unify SYNC mode checks in fallocate paths | Zhang Yi | 2 | -5/+6 |
| 2026-04-09 | ext4: ensure zeroed partial blocks are persisted in SYNC mode | Zhang Yi | 3 | -7/+23 |
| 2026-04-09 | ext4: move zero partial block range functions out of active handle | Zhang Yi | 2 | -38/+41 |
| 2026-04-09 | ext4: pass allocate range as loff_t to ext4_alloc_file_blocks() | Zhang Yi | 1 | -31/+22 |
| 2026-04-09 | ext4: remove handle parameters from zero partial block functions | Zhang Yi | 3 | -34/+47 |
| 2026-04-09 | ext4: move ordered data handling out of ext4_block_do_zero_range() | Zhang Yi | 1 | -29/+32 |
| 2026-04-09 | ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range() | Zhang Yi | 1 | -19/+14 |
| 2026-04-09 | ext4: factor out journalled block zeroing range | Zhang Yi | 1 | -29/+69 |
| 2026-04-09 | ext4: rename and extend ext4_block_truncate_page() | Zhang Yi | 3 | -21/+28 |
| 2026-04-09 | ext4: add did_zero output parameter to ext4_block_zero_page_range() | Zhang Yi | 1 | -9/+14 |
| 2026-04-09 | ext4: fix diagnostic printf formats | David Laight | 1 | -3/+3 |
| 2026-04-09 | ext4: move dcache manipulation out of __ext4_link() | NeilBrown | 3 | -38/+18 |
| 2026-04-09 | ext4: add ext4_fc_eligible() | NeilBrown | 1 | -29/+14 |
| 2026-04-09 | ext4: split __ext4_add_entry() out of ext4_add_entry() | NeilBrown | 1 | -7/+14 |
| 2026-04-09 | ext4: prefer IS_ERR_OR_NULL over manual NULL check | Philipp Hahn | 4 | -4/+4 |
| 2026-04-09 | ext4: use jbd2 jinode dirty range accessor | Li Chen | 2 | -7/+19 |
| 2026-04-09 | ext4: simplify mballoc preallocation size rounding for small files | Weixie Cui | 1 | -15/+9 |
| 2026-04-09 | ext4/move_extent: use folio_next_pos() | Julia Lawall | 1 | -2/+2 |
| 2026-04-09 | ext4: remove tl argument from ext4_fc_replay_{add,del}_range | Guoqing Jiang | 1 | -6/+4 |
| 2026-04-09 | ext4: remove unused i_fc_wait | Li Chen | 2 | -5/+1 |
| 2026-04-09 | ext4: unmap invalidated folios from page tables in mpage_release_unused_pages() | Deepanshu Kartikey | 1 | -1/+15 |
| 2026-04-05 | folio_batch: rename pagevec.h to folio_batch.h | Tal Zussman | 1 | -1/+1 |
| 2026-04-05 | fs: remove unncessary pagevec.h includes | Tal Zussman | 3 | -3/+0 |
| 2026-03-27 | ext4: always drain queued discard work in ext4_mb_release() | Theodore Ts'o | 1 | -7/+5 |
| 2026-03-27 | ext4: handle wraparound when searching for blocks for indirect mapped blocks | Theodore Ts'o | 1 | -0/+2 |
| 2026-03-27 | ext4: skip split extent recovery on corruption | hongao | 1 | -3/+13 |
| 2026-03-27 | ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths | Baokun Li | 1 | -5/+8 |
| 2026-03-27 | ext4: fix deadlock on inode reallocation | Jan Kara | 1 | -0/+21 |
| 2026-03-27 | ext4: fix use-after-free in update_super_work when racing with umount | Jiayuan Chen | 3 | -1/+11 |
| 2026-03-27 | ext4: fix the might_sleep() warnings in kvfree() | Zqiang | 2 | -13/+5 |
| 2026-03-27 | ext4: reject mount if bigalloc with s_first_data_block != 0 | Helen Koike | 1 | -0/+7 |
| 2026-03-27 | ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=M | Ye Bin | 4 | -11/+51 |
| 2026-03-27 | ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M | Ye Bin | 4 | -45/+172 |
| 2026-03-27 | ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helper | Ye Bin | 1 | -0/+5 |
| 2026-03-27 | ext4: avoid infinite loops caused by residual data | Edward Adam Davis | 1 | -2/+6 |
| 2026-03-27 | ext4: validate p_idx bounds in ext4_ext_correct_indexes | Tejas Bharambe | 1 | -0/+15 |
| 2026-03-27 | ext4: test if inode's all dirty pages are submitted to disk | Ye Bin | 1 | -0/+8 |
| 2026-03-27 | ext4: minor fix for ext4_split_extent_zeroout() | Ojaswin Mujoo | 1 | -1/+1 |
| 2026-03-27 | ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal() | Ye Bin | 1 | -1/+5 |
| 2026-03-27 | ext4: kunit: extents-test: lix percpu_counters list corruption | Ritesh Harjani (IBM) | 1 | -1/+3 |
| 2026-03-27 | ext4: publish jinode after initialization | Li Chen | 2 | -6/+13 |
| 2026-03-27 | ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio | Yuto Ohnuki | 1 | -1/+9 |
| 2026-03-27 | ext4: fix fsync(2) for nojournal mode | Jan Kara | 1 | -2/+14 |
| 2026-03-27 | ext4: make recently_deleted() properly work with lazy itable initialization | Jan Kara | 1 | -0/+6 |
| 2026-03-27 | ext4: fix journal credit check when setting fscrypt context | Simon Weber | 1 | -1/+8 |
| 2026-03-27 | ext4: convert inline data to extents when truncate exceeds inline size | Deepanshu Kartikey | 1 | -0/+12 |
| 2026-03-27 | ext4: fix stale xarray tags after writeback | Jan Kara | 1 | -2/+8 |
| 2026-03-27 | ext4: do not check fast symlink during orphan recovery | Zhang Yi | 1 | -11/+29 |
| 2026-03-26 | ext4: Track metadata bhs in fs-private inode part | Jan Kara | 5 | -6/+10 |
| 2026-03-26 | fs: Switch inode_has_buffers() to take mapping_metadata_bhs | Jan Kara | 1 | -1/+1 |
| 2026-03-26 | ext4: Sync and invalidate metadata buffers from ext4_evict_inode() | Jan Kara | 2 | -2/+5 |
| 2026-03-26 | ext4: Use inode_has_buffers() | Jan Kara | 1 | -4/+1 |
| 2026-03-09 | ext4: use a byte granularity cursor in ext4_mpage_readpages | Christoph Hellwig | 1 | -6/+5 |
| 2026-03-09 | fscrypt: pass a real sector_t to fscrypt_zeroout_range | Christoph Hellwig | 1 | -1/+2 |
| 2026-03-09 | fscrypt: pass a byte length to fscrypt_zeroout_range | Christoph Hellwig | 1 | -1/+2 |
| 2026-03-09 | fscrypt: pass a byte offset to fscrypt_zeroout_range | Christoph Hellwig | 1 | -1/+2 |
| 2026-03-09 | fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx | Christoph Hellwig | 2 | -5/+4 |
| 2026-03-09 | fscrypt: pass a byte offset to fscrypt_mergeable_bio | Christoph Hellwig | 2 | -2/+3 |
| 2026-03-09 | ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio | Christoph Hellwig | 1 | -2/+5 |
| 2026-03-09 | ext4: factor out a io_submit_need_new_bio helper | Christoph Hellwig | 1 | -2/+11 |
| 2026-03-09 | ext4: open code fscrypt_set_bio_crypt_ctx_bh | Christoph Hellwig | 1 | -2/+5 |
| 2026-03-09 | ext4: initialize the write hint in io_submit_init_bio | Christoph Hellwig | 1 | -4/+4 |
| 2026-03-09 | block: remove bdev_nonrot() | Damien Le Moal | 2 | -2/+2 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 18 | -99/+99 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 1 | -2/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 8 | -22/+22 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 12 | -56/+45 |
| 2026-02-18 | Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2026-02-12 | mm: update all remaining mmap_prepare users to use vma_flags_t | Lorenzo Stoakes | 1 | -2/+2 |
| 2026-02-12 | Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+1 |
| 2026-02-12 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux | Linus Torvalds | 5 | -77/+64 |
| 2026-02-12 | Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 16 | -462/+1672 |
| 2026-02-11 | Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds | 1 | -6/+13 |
| 2026-02-09 | Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -5/+7 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -4/+3 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -7/+11 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+4 |
| 2026-02-04 | fsverity: use a hashtable to find the fsverity_info | Christoph Hellwig | 3 | -9/+0 |
| 2026-02-04 | ext4: consolidate fsverity_info lookup | Christoph Hellwig | 1 | -24/+22 |
| 2026-02-04 | ext4: specify the free pointer offset for ext4_inode_cache | Harry Yoo | 1 | -6/+13 |
| 2026-02-02 | fsverity: push out fsverity_info lookup | Christoph Hellwig | 1 | -5/+9 |
| 2026-02-02 | fsverity: kick off hash readahead at data I/O submission time | Christoph Hellwig | 2 | -9/+21 |
| 2026-02-02 | ext4: move ->read_folio and ->readahead to readpage.c | Christoph Hellwig | 3 | -30/+31 |
| 2026-01-29 | fsverity: start consolidating pagecache code | Christoph Hellwig | 1 | -16/+1 |
| 2026-01-29 | fsverity: pass struct file to ->write_merkle_tree_block | Christoph Hellwig | 1 | -3/+3 |
| 2026-01-29 | ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY | Christoph Hellwig | 1 | -1/+2 |
| 2026-01-29 | fs,fsverity: clear out fsverity_info from common code | Christoph Hellwig | 1 | -1/+0 |
| 2026-01-29 | fs,fsverity: reject size changes on fsverity files in setattr_prepare | Christoph Hellwig | 1 | -4/+0 |
| 2026-01-23 | et4: allow zeroout when doing written to unwritten split | Ojaswin Mujoo | 2 | -9/+122 |
| 2026-01-23 | ext4: refactor split and convert extents | Ojaswin Mujoo | 1 | -165/+112 |
| 2026-01-23 | ext4: refactor zeroout path and handle all cases | Ojaswin Mujoo | 1 | -98/+185 |
| 2026-01-23 | ext4: propagate flags to ext4_convert_unwritten_extents_endio() | Ojaswin Mujoo | 1 | -6/+3 |
| 2026-01-23 | ext4: propagate flags to convert_initialized_extent() | Ojaswin Mujoo | 1 | -3/+4 |
| 2026-01-23 | ext4: add extent status cache support to kunit tests | Ojaswin Mujoo | 3 | -47/+63 |
| 2026-01-23 | ext4: kunit tests for higher level extent manipulation functions | Ojaswin Mujoo | 4 | -9/+365 |
| 2026-01-23 | ext4: kunit tests for extent splitting and conversion | Ojaswin Mujoo | 4 | -2/+587 |
| 2026-01-20 | mm/block/fs: remove laptop_mode | Johannes Weiner | 1 | -2/+1 |
| 2026-01-19 | ext4: use optimized mballoc scanning regardless of inode format | Jan Kara | 1 | -2/+0 |
| 2026-01-19 | ext4: always allocate blocks only from groups inode can use | Jan Kara | 1 | -9/+20 |
| 2026-01-19 | ext4: fix dirtyclusters double decrement on fs shutdown | Brian Foster | 2 | -17/+6 |
| 2026-01-19 | ext4: fast commit: make s_fc_lock reclaim-safe | Li Chen | 2 | -23/+44 |
| 2026-01-19 | ext4: fix e4b bitmap inconsistency reports | Yongjian Sun | 1 | -10/+11 |
| 2026-01-19 | ext4: remove redundant NULL check after __GFP_NOFAIL | Baolin Liu | 1 | -4/+0 |
| 2026-01-19 | ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXT | Zhang Yi | 3 | -49/+0 |
| 2026-01-19 | ext4: simplify the mapping query logic in ext4_iomap_begin() | Zhang Yi | 1 | -7/+9 |
| 2026-01-19 | ext4: remove unused unwritten parameter in ext4_dio_write_iter() | Zhang Yi | 1 | -7/+7 |
| 2026-01-19 | ext4: remove useless ext4_iomap_overwrite_ops | Zhang Yi | 3 | -29/+1 |
| 2026-01-19 | ext4: avoid starting handle when dio writing an unwritten extent | Zhang Yi | 2 | -5/+8 |
| 2026-01-19 | ext4: don't split extent before submitting I/O | Zhang Yi | 2 | -14/+3 |
| 2026-01-19 | ext4: use reserved metadata blocks when splitting extent on endio | Zhang Yi | 1 | -1/+3 |
| 2026-01-19 | ext4: fix memory leak in ext4_ext_shift_extents() | Zilin Guan | 1 | -1/+2 |
| 2026-01-19 | ext4: don't order data when zeroing unwritten or delayed block | Zhang Yi | 1 | -2/+6 |
| 2026-01-19 | ext4: remove unnecessary zero-initialization via memset | pengdonglin | 1 | -1/+0 |
| 2026-01-19 | ext4: mark group extend fast-commit ineligible | Li Chen | 1 | -0/+2 |
| 2026-01-19 | ext4: mark group add fast-commit ineligible | Li Chen | 1 | -0/+1 |
| 2026-01-19 | ext4: mark move extents fast-commit ineligible | Li Chen | 3 | -0/+4 |
| 2026-01-19 | ext4: mark fs-verity enable fast-commit ineligible | Li Chen | 3 | -0/+4 |
| 2026-01-19 | ext4: mark inode format migration fast-commit ineligible | Li Chen | 3 | -0/+14 |
| 2026-01-19 | ext4: add sysfs attribute err_report_sec to control s_err_report timer | Baolin Liu | 3 | -10/+57 |
| 2026-01-19 | ext4: move ext4_percpu_param_init() before ext4_mb_init() | Baokun Li | 1 | -5/+5 |
| 2026-01-18 | ext4: drop the TODO comment in ext4_es_insert_extent() | Zhang Yi | 1 | -5/+2 |
| 2026-01-18 | ext4: replace ext4_es_insert_extent() when caching on-disk extents | Zhang Yi | 2 | -11/+10 |
| 2026-01-18 | ext4: adjust the debug info in ext4_es_cache_extent() | Zhang Yi | 1 | -1/+2 |
| 2026-01-18 | ext4: make ext4_es_cache_extent() support overwrite existing extents | Zhang Yi | 1 | -7/+43 |
| 2026-01-18 | ext4: make __es_remove_extent() check extent status | Zhang Yi | 1 | -8/+41 |
| 2026-01-18 | ext4: cleanup useless out label in __es_remove_extent() | Zhang Yi | 1 | -8/+7 |
| 2026-01-18 | ext4: cleanup zeroout in ext4_split_extent_at() | Zhang Yi | 1 | -51/+36 |
| 2026-01-18 | ext4: drop extent cache when splitting extent fails | Zhang Yi | 1 | -2/+6 |
| 2026-01-18 | ext4: drop extent cache after doing PARTIAL_VALID1 zeroout | Zhang Yi | 1 | -1/+9 |
| 2026-01-18 | ext4: don't cache extent during splitting extent | Zhang Yi | 1 | -0/+6 |
| 2026-01-18 | ext4: correct the mapping status if the extent has been zeroed | Zhang Yi | 1 | -1/+9 |
| 2026-01-18 | ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O | Zhang Yi | 1 | -4/+8 |
| 2026-01-18 | ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1 | Zhang Yi | 1 | -1/+12 |
| 2026-01-18 | ext4: subdivide EXT4_EXT_DATA_VALID1 | Zhang Yi | 1 | -6/+12 |
| 2026-01-18 | ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref | Yang Erkun | 1 | -0/+1 |
| 2026-01-18 | ext4: add missing down_write_data_sem in mext_move_extent(). | Julian Sun | 1 | -0/+2 |
| 2026-01-13 | ext4: convert to new fserror helpers | Darrick J. Wong | 2 | -4/+11 |
| 2026-01-13 | uapi: promote EFSCORRUPTED and EUCLEAN to errno.h | Darrick J. Wong | 1 | -3/+0 |
| 2026-01-12 | ext4: add setlease file operation | Jeff Layton | 2 | -0/+4 |
| 2026-01-11 | blk-crypto: handle the fallback above the block layer | Christoph Hellwig | 2 | -5/+7 |
| 2025-12-15 | fs: use min() or umin() instead of min_t() | David Laight | 3 | -4/+3 |
| 2025-12-03 | Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 21 | -676/+717 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+2 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+5 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -9/+8 |
| 2025-11-28 | ext4: mark inodes without acls in __ext4_iget() | Jan Kara | 1 | -1/+3 |
| 2025-11-28 | ext4: enable block size larger than page size | Baokun Li | 2 | -1/+8 |
| 2025-11-28 | ext4: add checks for large folio incompatibilities when BS > PS | Baokun Li | 3 | -29/+52 |
| 2025-11-28 | ext4: support verifying data from large folios with fs-verity | Baokun Li | 1 | -2/+0 |
| 2025-11-28 | ext4: make data=journal support large block size | Baokun Li | 2 | -16/+20 |
| 2025-11-28 | ext4: support large block size in __ext4_block_zero_page_range() | Zhihao Cheng | 1 | -1/+1 |
| 2025-11-28 | ext4: support large block size in mpage_prepare_extent_to_map() | Baokun Li | 1 | -4/+2 |
| 2025-11-28 | ext4: support large block size in mpage_map_and_submit_buffers() | Baokun Li | 1 | -4/+3 |
| 2025-11-28 | ext4: support large block size in ext4_block_write_begin() | Baokun Li | 1 | -4/+3 |
| 2025-11-28 | ext4: support large block size in ext4_mpage_readpages() | Baokun Li | 1 | -5/+2 |
| 2025-11-28 | ext4: rename 'page' references to 'folio' in multi-block allocator | Zhihao Cheng | 1 | -11/+11 |
| 2025-11-28 | ext4: prepare buddy cache inode for BS > PS with large folios | Baokun Li | 1 | -0/+2 |
| 2025-11-28 | ext4: support large block size in ext4_mb_init_cache() | Baokun Li | 1 | -24/+20 |
| 2025-11-28 | ext4: support large block size in ext4_mb_get_buddy_page_lock() | Baokun Li | 1 | -20/+22 |
| 2025-11-28 | ext4: support large block size in ext4_mb_load_buddy_gfp() | Baokun Li | 1 | -11/+16 |
| 2025-11-28 | ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion | Baokun Li | 1 | -0/+6 |
| 2025-11-28 | ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion | Baokun Li | 5 | -18/+15 |
| 2025-11-28 | ext4: support large block size in ext4_readdir() | Baokun Li | 1 | -4/+4 |
| 2025-11-28 | ext4: support large block size in ext4_calculate_overhead() | Baokun Li | 1 | -3/+3 |
| 2025-11-28 | ext4: introduce s_min_folio_order for future BS > PS support | Baokun Li | 3 | -6/+10 |
| 2025-11-28 | ext4: enable DIOREAD_NOLOCK by default for BS > PS as well | Baokun Li | 1 | -2/+1 |
| 2025-11-28 | ext4: make ext4_punch_hole() support large block size | Baokun Li | 1 | -3/+3 |
| 2025-11-28 | ext4: remove PAGE_SIZE checks for rec_len conversion | Baokun Li | 1 | -12/+0 |
| 2025-11-28 | ext4: remove page offset calculation in ext4_block_truncate_page() | Baokun Li | 1 | -3/+2 |
| 2025-11-28 | ext4: remove page offset calculation in ext4_block_zero_page_range() | Zhihao Cheng | 1 | -2/+1 |
| 2025-11-26 | ext4: align max orphan file size with e2fsprogs limit | Baokun Li | 1 | -1/+3 |
| 2025-11-26 | fs/ext4: fix typo in comment | Haodong Tian | 1 | -1/+1 |
| 2025-11-26 | ext4: correct the comments place for EXT4_EXT_MAY_ZEROOUT | Yang Erkun | 1 | -4/+4 |
| 2025-11-26 | ext4: cleanup for ext4_map_blocks | Yang Erkun | 1 | -7/+9 |
| 2025-11-26 | ext4: rename EXT4_GET_BLOCKS_PRE_IO | Yang Erkun | 3 | -15/+24 |
| 2025-11-26 | ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val... | Yongjian Sun | 1 | -17/+32 |
| 2025-11-26 | ext4: fix incorrect group number assertion in mb_check_buddy | Yongjian Sun | 1 | -0/+2 |
| 2025-11-26 | ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock() | Alexey Nepomnyashih | 1 | -1/+6 |
| 2025-11-26 | ext4: clear i_state_flags when alloc inode | Haibo Chen | 3 | -2/+1 |
| 2025-11-26 | ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb() | Fedor Pchelkin | 1 | -0/+4 |