index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Lines
2026-02-02
ext4: move ->read_folio and ->readahead to readpage.c
Christoph Hellwig
-30
/
+31
2026-01-29
fsverity: start consolidating pagecache code
Christoph Hellwig
-16
/
+1
2026-01-29
fsverity: pass struct file to ->write_merkle_tree_block
Christoph Hellwig
-3
/
+3
2026-01-29
ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
Christoph Hellwig
-1
/
+2
2026-01-29
fs,fsverity: clear out fsverity_info from common code
Christoph Hellwig
-1
/
+0
2026-01-29
fs,fsverity: reject size changes on fsverity files in setattr_prepare
Christoph Hellwig
-4
/
+0
2026-01-23
et4: allow zeroout when doing written to unwritten split
Ojaswin Mujoo
-9
/
+122
2026-01-23
ext4: refactor split and convert extents
Ojaswin Mujoo
-165
/
+112
2026-01-23
ext4: refactor zeroout path and handle all cases
Ojaswin Mujoo
-98
/
+185
2026-01-23
ext4: propagate flags to ext4_convert_unwritten_extents_endio()
Ojaswin Mujoo
-6
/
+3
2026-01-23
ext4: propagate flags to convert_initialized_extent()
Ojaswin Mujoo
-3
/
+4
2026-01-23
ext4: add extent status cache support to kunit tests
Ojaswin Mujoo
-47
/
+63
2026-01-23
ext4: kunit tests for higher level extent manipulation functions
Ojaswin Mujoo
-9
/
+365
2026-01-23
ext4: kunit tests for extent splitting and conversion
Ojaswin Mujoo
-2
/
+587
2026-01-20
mm/block/fs: remove laptop_mode
Johannes Weiner
-2
/
+1
2026-01-19
ext4: use optimized mballoc scanning regardless of inode format
Jan Kara
-2
/
+0
2026-01-19
ext4: always allocate blocks only from groups inode can use
Jan Kara
-9
/
+20
2026-01-19
ext4: fix dirtyclusters double decrement on fs shutdown
Brian Foster
-17
/
+6
2026-01-19
ext4: fast commit: make s_fc_lock reclaim-safe
Li Chen
-23
/
+44
2026-01-19
ext4: fix e4b bitmap inconsistency reports
Yongjian Sun
-10
/
+11
2026-01-19
ext4: remove redundant NULL check after __GFP_NOFAIL
Baolin Liu
-4
/
+0
2026-01-19
ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXT
Zhang Yi
-49
/
+0
2026-01-19
ext4: simplify the mapping query logic in ext4_iomap_begin()
Zhang Yi
-7
/
+9
2026-01-19
ext4: remove unused unwritten parameter in ext4_dio_write_iter()
Zhang Yi
-7
/
+7
2026-01-19
ext4: remove useless ext4_iomap_overwrite_ops
Zhang Yi
-29
/
+1
2026-01-19
ext4: avoid starting handle when dio writing an unwritten extent
Zhang Yi
-5
/
+8
2026-01-19
ext4: don't split extent before submitting I/O
Zhang Yi
-14
/
+3
2026-01-19
ext4: use reserved metadata blocks when splitting extent on endio
Zhang Yi
-1
/
+3
2026-01-19
ext4: fix memory leak in ext4_ext_shift_extents()
Zilin Guan
-1
/
+2
2026-01-19
ext4: don't order data when zeroing unwritten or delayed block
Zhang Yi
-2
/
+6
2026-01-19
ext4: remove unnecessary zero-initialization via memset
pengdonglin
-1
/
+0
2026-01-19
ext4: mark group extend fast-commit ineligible
Li Chen
-0
/
+2
2026-01-19
ext4: mark group add fast-commit ineligible
Li Chen
-0
/
+1
2026-01-19
ext4: mark move extents fast-commit ineligible
Li Chen
-0
/
+4
2026-01-19
ext4: mark fs-verity enable fast-commit ineligible
Li Chen
-0
/
+4
2026-01-19
ext4: mark inode format migration fast-commit ineligible
Li Chen
-0
/
+14
2026-01-19
ext4: add sysfs attribute err_report_sec to control s_err_report timer
Baolin Liu
-10
/
+57
2026-01-19
ext4: move ext4_percpu_param_init() before ext4_mb_init()
Baokun Li
-5
/
+5
2026-01-18
ext4: drop the TODO comment in ext4_es_insert_extent()
Zhang Yi
-5
/
+2
2026-01-18
ext4: replace ext4_es_insert_extent() when caching on-disk extents
Zhang Yi
-11
/
+10
2026-01-18
ext4: adjust the debug info in ext4_es_cache_extent()
Zhang Yi
-1
/
+2
2026-01-18
ext4: make ext4_es_cache_extent() support overwrite existing extents
Zhang Yi
-7
/
+43
2026-01-18
ext4: make __es_remove_extent() check extent status
Zhang Yi
-8
/
+41
2026-01-18
ext4: cleanup useless out label in __es_remove_extent()
Zhang Yi
-8
/
+7
2026-01-18
ext4: cleanup zeroout in ext4_split_extent_at()
Zhang Yi
-51
/
+36
2026-01-18
ext4: drop extent cache when splitting extent fails
Zhang Yi
-2
/
+6
2026-01-18
ext4: drop extent cache after doing PARTIAL_VALID1 zeroout
Zhang Yi
-1
/
+9
2026-01-18
ext4: don't cache extent during splitting extent
Zhang Yi
-0
/
+6
2026-01-18
ext4: correct the mapping status if the extent has been zeroed
Zhang Yi
-1
/
+9
2026-01-18
ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O
Zhang Yi
-4
/
+8
[prev]
[next]