index
:
pub/scm/linux/kernel/git/tip/tip.git
master
Linux kernel fork
TIP group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-21
ext4: Avoid entering writeback paths during fastcommit replay
Jan Kara
1
-3
/
+8
2026-08-20
Merge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-55
/
+152
2026-08-17
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
1
-57
/
+14
2026-08-17
Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-34
/
+68
2026-08-06
ext4: fix transaction overflow during writeback
Jan Kara
1
-3
/
+3
2026-08-06
ext4: teach ext4_meta_trans_blocks() about number of allocated extents
Jan Kara
1
-15
/
+15
2026-07-31
ext4: convert iomap ops to ->iomap_next()
Joanne Koong
1
-2
/
+6
2026-07-31
iomap: decouple simple direct I/O reads from iomap_dio_rw
Christoph Hellwig
1
-1
/
+1
2026-07-27
ext4: Fix data integrity writeout issues in nojournal mode
Jan Kara
1
-30
/
+60
2026-07-27
ext4: Allocate mapping_metadata_bhs struct on demand
Jan Kara
1
-4
/
+8
2026-07-22
ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
Zhang Yi
1
-6
/
+30
2026-07-22
ext4: clarify return semantics of ext4_load_tail_bh()
Zhang Yi
1
-1
/
+10
2026-07-22
ext4: check return value of ext4_get_block() in ext4_load_tail_bh()
Zhang Yi
1
-1
/
+3
2026-07-22
ext4: skip tail block zeroing for inline data files
Zhang Yi
1
-0
/
+8
2026-07-22
ext4: use FGP_WRITEBEGIN for tail block zeroing
Zhang Yi
1
-1
/
+1
2026-07-22
ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()
Yun Zhou
1
-5
/
+1
2026-07-22
ext4: cleanup unused CONVERT_INLINE_DATA flag
Aditya Prakash Srivastava
1
-1
/
+1
2026-07-22
ext4: use fsdata to track inline data write state and fix race
Aditya Prakash Srivastava
1
-11
/
+13
2026-07-22
ext4: prevent sleeping allocation in NOWAIT write path
Baokun Li
1
-0
/
+3
2026-07-22
ext4: clear stale xarray tags on folios skipped during writeback
Gerald Yang
1
-3
/
+15
2026-07-22
ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()
Aditya Prakash Srivastava
1
-3
/
+32
2026-07-21
ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inode
Yun Zhou
1
-0
/
+1
2026-07-21
ext4: skip extra isize expansion during mount to prevent deadlock
Yun Zhou
1
-0
/
+10
2026-07-21
ext4: avoid tail write_begin walk for uptodate folios
Jia Zhu
1
-5
/
+6
2026-07-20
fscrypt: Remove fscrypt_dio_supported()
Eric Biggers
1
-9
/
+2
2026-07-20
ext4: Make ext4_bio_write_folio() return void
Eric Biggers
1
-23
/
+9
2026-07-20
ext4: Remove fs-layer file contents en/decryption code
Eric Biggers
1
-25
/
+3
2026-06-10
ext4: fix kernel BUG in ext4_write_inline_data_end
Aditya Prakash Srivastava
1
-1
/
+2
2026-06-03
ext4: fast commit: snapshot inode state before writing log
Li Chen
1
-0
/
+51
2026-04-17
Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-107
/
+197
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2026-04-13
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
1
-1
/
+4
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+4
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+11
2026-04-09
ext4: zero post-EOF partial block before appending write
Zhang Yi
1
-14
/
+7
2026-04-09
ext4: unify SYNC mode checks in fallocate paths
Zhang Yi
1
-1
/
+1
2026-04-09
ext4: ensure zeroed partial blocks are persisted in SYNC mode
Zhang Yi
1
-5
/
+14
2026-04-09
ext4: move zero partial block range functions out of active handle
Zhang Yi
1
-21
/
+26
2026-04-09
ext4: remove handle parameters from zero partial block functions
Zhang Yi
1
-27
/
+42
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
1
-19
/
+24
2026-04-09
ext4: add did_zero output parameter to ext4_block_zero_page_range()
Zhang Yi
1
-9
/
+14
2026-04-09
ext4: use jbd2 jinode dirty range accessor
Li Chen
1
-2
/
+8
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-03-27
ext4: test if inode's all dirty pages are submitted to disk
Ye Bin
1
-0
/
+8
2026-03-27
ext4: publish jinode after initialization
Li Chen
1
-4
/
+11
2026-03-27
ext4: convert inline data to extents when truncate exceeds inline size
Deepanshu Kartikey
1
-0
/
+12
[next]