summaryrefslogtreecommitdiff
path: root/fs/ext4/inode.c
AgeCommit message (Expand)Author
2026-08-21ext4: Avoid entering writeback paths during fastcommit replayJan Kara
2026-08-20Merge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-06ext4: fix transaction overflow during writebackJan Kara
2026-08-06ext4: teach ext4_meta_trans_blocks() about number of allocated extentsJan Kara
2026-07-31ext4: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31iomap: decouple simple direct I/O reads from iomap_dio_rwChristoph Hellwig
2026-07-27ext4: Fix data integrity writeout issues in nojournal modeJan Kara
2026-07-27ext4: Allocate mapping_metadata_bhs struct on demandJan Kara
2026-07-22ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()Zhang Yi
2026-07-22ext4: clarify return semantics of ext4_load_tail_bh()Zhang Yi
2026-07-22ext4: check return value of ext4_get_block() in ext4_load_tail_bh()Zhang Yi
2026-07-22ext4: skip tail block zeroing for inline data filesZhang Yi
2026-07-22ext4: use FGP_WRITEBEGIN for tail block zeroingZhang Yi
2026-07-22ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()Yun Zhou
2026-07-22ext4: cleanup unused CONVERT_INLINE_DATA flagAditya Prakash Srivastava
2026-07-22ext4: use fsdata to track inline data write state and fix raceAditya Prakash Srivastava
2026-07-22ext4: prevent sleeping allocation in NOWAIT write pathBaokun Li
2026-07-22ext4: clear stale xarray tags on folios skipped during writebackGerald Yang
2026-07-22ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()Aditya Prakash Srivastava
2026-07-21ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inodeYun Zhou
2026-07-21ext4: skip extra isize expansion during mount to prevent deadlockYun Zhou
2026-07-21ext4: avoid tail write_begin walk for uptodate foliosJia Zhu
2026-07-20fscrypt: Remove fscrypt_dio_supported()Eric Biggers
2026-07-20ext4: Make ext4_bio_write_folio() return voidEric Biggers
2026-07-20ext4: Remove fs-layer file contents en/decryption codeEric Biggers
2026-06-10ext4: fix kernel BUG in ext4_write_inline_data_endAditya Prakash Srivastava
2026-06-03ext4: fast commit: snapshot inode state before writing logLi Chen
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-09ext4: zero post-EOF partial block before appending writeZhang Yi
2026-04-09ext4: unify SYNC mode checks in fallocate pathsZhang Yi
2026-04-09ext4: ensure zeroed partial blocks are persisted in SYNC modeZhang Yi
2026-04-09ext4: move zero partial block range functions out of active handleZhang Yi
2026-04-09ext4: remove handle parameters from zero partial block functionsZhang Yi
2026-04-09ext4: move ordered data handling out of ext4_block_do_zero_range()Zhang Yi
2026-04-09ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()Zhang Yi
2026-04-09ext4: factor out journalled block zeroing rangeZhang Yi
2026-04-09ext4: rename and extend ext4_block_truncate_page()Zhang Yi
2026-04-09ext4: add did_zero output parameter to ext4_block_zero_page_range()Zhang Yi
2026-04-09ext4: use jbd2 jinode dirty range accessorLi Chen
2026-04-09ext4: unmap invalidated folios from page tables in mpage_release_unused_pages()Deepanshu Kartikey
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-03-27ext4: test if inode's all dirty pages are submitted to diskYe Bin
2026-03-27ext4: publish jinode after initializationLi Chen
2026-03-27ext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey