aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2026-03-27ext4: avoid infinite loops caused by residual dataEdward Adam Davis1-2/+6
2026-03-27ext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe1-0/+15
2026-03-27ext4: test if inode's all dirty pages are submitted to diskYe Bin1-0/+8
2026-03-27ext4: minor fix for ext4_split_extent_zeroout()Ojaswin Mujoo1-1/+1
2026-03-27ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin1-1/+5
2026-03-27ext4: kunit: extents-test: lix percpu_counters list corruptionRitesh Harjani (IBM)1-1/+3
2026-03-27ext4: publish jinode after initializationLi Chen2-6/+13
2026-03-27ext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki1-1/+9
2026-03-27ext4: fix fsync(2) for nojournal modeJan Kara1-2/+14
2026-03-27ext4: make recently_deleted() properly work with lazy itable initializationJan Kara1-0/+6
2026-03-27ext4: fix journal credit check when setting fscrypt contextSimon Weber1-1/+8
2026-03-27ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey1-0/+12
2026-03-27ext4: fix stale xarray tags after writebackJan Kara1-2/+8
2026-03-27ext4: do not check fast symlink during orphan recoveryZhang Yi1-11/+29
2026-03-26ext4: Track metadata bhs in fs-private inode partJan Kara5-6/+10
2026-03-26fs: Switch inode_has_buffers() to take mapping_metadata_bhsJan Kara1-1/+1
2026-03-26ext4: Sync and invalidate metadata buffers from ext4_evict_inode()Jan Kara2-2/+5
2026-03-26ext4: Use inode_has_buffers()Jan Kara1-4/+1
2026-03-09ext4: use a byte granularity cursor in ext4_mpage_readpagesChristoph Hellwig1-6/+5
2026-03-09fscrypt: pass a real sector_t to fscrypt_zeroout_rangeChristoph Hellwig1-1/+2
2026-03-09fscrypt: pass a byte length to fscrypt_zeroout_rangeChristoph Hellwig1-1/+2
2026-03-09fscrypt: pass a byte offset to fscrypt_zeroout_rangeChristoph Hellwig1-1/+2
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig2-5/+4
2026-03-09fscrypt: pass a byte offset to fscrypt_mergeable_bioChristoph Hellwig2-2/+3
2026-03-09ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bioChristoph Hellwig1-2/+5
2026-03-09ext4: factor out a io_submit_need_new_bio helperChristoph Hellwig1-2/+11
2026-03-09ext4: open code fscrypt_set_bio_crypt_ctx_bhChristoph Hellwig1-2/+5
2026-03-09ext4: initialize the write hint in io_submit_init_bioChristoph Hellwig1-4/+4
2026-03-09block: remove bdev_nonrot()Damien Le Moal2-2/+2
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton18-99/+99
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-22/+22
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-56/+45
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-2/+2
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds5-77/+64
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds16-462/+1672
2026-02-11Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-6/+13
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds2-5/+7
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-4/+3
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-7/+11
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-0/+4
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig3-9/+0
2026-02-04ext4: consolidate fsverity_info lookupChristoph Hellwig1-24/+22
2026-02-04ext4: specify the free pointer offset for ext4_inode_cacheHarry Yoo1-6/+13
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig1-5/+9
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig2-9/+21