index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-04-18
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-14
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-10
ext4: zero post-EOF partial block before appending write
Zhang Yi
1
-14
/
+7
2026-04-10
ext4: unify SYNC mode checks in fallocate paths
Zhang Yi
1
-1
/
+1
2026-04-10
ext4: ensure zeroed partial blocks are persisted in SYNC mode
Zhang Yi
1
-5
/
+14
2026-04-10
ext4: move zero partial block range functions out of active handle
Zhang Yi
1
-21
/
+26
2026-04-10
ext4: remove handle parameters from zero partial block functions
Zhang Yi
1
-27
/
+42
2026-04-10
ext4: move ordered data handling out of ext4_block_do_zero_range()
Zhang Yi
1
-29
/
+32
2026-04-10
ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
Zhang Yi
1
-19
/
+14
2026-04-10
ext4: factor out journalled block zeroing range
Zhang Yi
1
-29
/
+69
2026-04-10
ext4: rename and extend ext4_block_truncate_page()
Zhang Yi
1
-19
/
+24
2026-04-10
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-28
ext4: test if inode's all dirty pages are submitted to disk
Ye Bin
1
-0
/
+8
2026-03-28
ext4: publish jinode after initialization
Li Chen
1
-4
/
+11
2026-03-28
ext4: convert inline data to extents when truncate exceeds inline size
Deepanshu Kartikey
1
-0
/
+12
2026-03-28
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
1
-2
/
+2
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
1
-1
/
+3
2026-03-26
ext4: Use inode_has_buffers()
Jan Kara
1
-4
/
+1
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-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-11
/
+11
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
1
-31
/
+0
2026-02-03
ext4: move ->read_folio and ->readahead to readpage.c
Christoph Hellwig
1
-27
/
+0
2026-01-29
fs,fsverity: reject size changes on fsverity files in setattr_prepare
Christoph Hellwig
1
-4
/
+0
2026-01-24
ext4: kunit tests for higher level extent manipulation functions
Ojaswin Mujoo
1
-4
/
+4
2026-01-24
ext4: kunit tests for extent splitting and conversion
Ojaswin Mujoo
1
-0
/
+4
2026-01-21
mm/block/fs: remove laptop_mode
Johannes Weiner
1
-2
/
+1
2026-01-20
ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXT
Zhang Yi
1
-11
/
+0
2026-01-20
ext4: simplify the mapping query logic in ext4_iomap_begin()
Zhang Yi
1
-7
/
+9
2026-01-20
ext4: remove useless ext4_iomap_overwrite_ops
Zhang Yi
1
-24
/
+0
2026-01-20
ext4: avoid starting handle when dio writing an unwritten extent
Zhang Yi
1
-2
/
+7
2026-01-20
ext4: don't split extent before submitting I/O
Zhang Yi
1
-2
/
+2
2026-01-20
ext4: don't order data when zeroing unwritten or delayed block
Zhang Yi
1
-2
/
+6
2026-01-18
ext4: replace ext4_es_insert_extent() when caching on-disk extents
Zhang Yi
1
-9
/
+9
2025-12-04
Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-88
/
+77
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
1
-7
/
+6
2025-11-29
ext4: mark inodes without acls in __ext4_iget()
Jan Kara
1
-1
/
+3
2025-11-29
ext4: add checks for large folio incompatibilities when BS > PS
Baokun Li
1
-28
/
+10
[next]