index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-19
ext4: remove unused unwritten parameter in ext4_dio_write_iter()
Zhang Yi
1
-7
/
+7
2026-01-19
ext4: remove useless ext4_iomap_overwrite_ops
Zhang Yi
3
-29
/
+1
2026-01-19
ext4: avoid starting handle when dio writing an unwritten extent
Zhang Yi
2
-5
/
+8
2026-01-19
ext4: don't split extent before submitting I/O
Zhang Yi
2
-14
/
+3
2026-01-19
ext4: use reserved metadata blocks when splitting extent on endio
Zhang Yi
1
-1
/
+3
2026-01-19
ext4: fix memory leak in ext4_ext_shift_extents()
Zilin Guan
1
-1
/
+2
2026-01-19
ext4: don't order data when zeroing unwritten or delayed block
Zhang Yi
1
-2
/
+6
2026-01-19
ext4: remove unnecessary zero-initialization via memset
pengdonglin
1
-1
/
+0
2026-01-19
ext4: mark group extend fast-commit ineligible
Li Chen
1
-0
/
+2
2026-01-19
ext4: mark group add fast-commit ineligible
Li Chen
1
-0
/
+1
2026-01-19
ext4: mark move extents fast-commit ineligible
Li Chen
3
-0
/
+4
2026-01-19
ext4: mark fs-verity enable fast-commit ineligible
Li Chen
3
-0
/
+4
2026-01-19
ext4: mark inode format migration fast-commit ineligible
Li Chen
3
-0
/
+14
2026-01-19
ext4: add sysfs attribute err_report_sec to control s_err_report timer
Baolin Liu
3
-10
/
+57
2026-01-19
ext4: move ext4_percpu_param_init() before ext4_mb_init()
Baokun Li
1
-5
/
+5
2026-01-18
ext4: drop the TODO comment in ext4_es_insert_extent()
Zhang Yi
1
-5
/
+2
2026-01-18
ext4: replace ext4_es_insert_extent() when caching on-disk extents
Zhang Yi
2
-11
/
+10
2026-01-18
ext4: adjust the debug info in ext4_es_cache_extent()
Zhang Yi
1
-1
/
+2
2026-01-18
ext4: make ext4_es_cache_extent() support overwrite existing extents
Zhang Yi
1
-7
/
+43
2026-01-18
ext4: make __es_remove_extent() check extent status
Zhang Yi
1
-8
/
+41
2026-01-18
ext4: cleanup useless out label in __es_remove_extent()
Zhang Yi
1
-8
/
+7
2026-01-18
ext4: cleanup zeroout in ext4_split_extent_at()
Zhang Yi
1
-51
/
+36
2026-01-18
ext4: drop extent cache when splitting extent fails
Zhang Yi
1
-2
/
+6
2026-01-18
ext4: drop extent cache after doing PARTIAL_VALID1 zeroout
Zhang Yi
1
-1
/
+9
2026-01-18
ext4: don't cache extent during splitting extent
Zhang Yi
1
-0
/
+6
2026-01-18
ext4: correct the mapping status if the extent has been zeroed
Zhang Yi
1
-1
/
+9
2026-01-18
ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O
Zhang Yi
1
-4
/
+8
2026-01-18
ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1
Zhang Yi
1
-1
/
+12
2026-01-18
ext4: subdivide EXT4_EXT_DATA_VALID1
Zhang Yi
1
-6
/
+12
2026-01-18
ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
Yang Erkun
1
-0
/
+1
2026-01-18
ext4: add missing down_write_data_sem in mext_move_extent().
Julian Sun
1
-0
/
+2
2026-01-13
ext4: convert to new fserror helpers
Darrick J. Wong
2
-4
/
+11
2026-01-13
uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
Darrick J. Wong
1
-3
/
+0
2026-01-12
ext4: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-11
blk-crypto: handle the fallback above the block layer
Christoph Hellwig
2
-5
/
+7
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
3
-4
/
+3
2025-12-03
Merge tag 'ext4_for_linus-6.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
21
-684
/
+725
2025-12-01
Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+2
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
2
-9
/
+8
2025-11-28
ext4: mark inodes without acls in __ext4_iget()
Jan Kara
1
-1
/
+3
2025-11-28
ext4: enable block size larger than page size
Baokun Li
2
-1
/
+8
2025-11-28
ext4: add checks for large folio incompatibilities when BS > PS
Baokun Li
3
-29
/
+52
2025-11-28
ext4: support verifying data from large folios with fs-verity
Baokun Li
1
-2
/
+0
2025-11-28
ext4: make data=journal support large block size
Baokun Li
2
-16
/
+20
2025-11-28
ext4: support large block size in __ext4_block_zero_page_range()
Zhihao Cheng
1
-1
/
+1
2025-11-28
ext4: support large block size in mpage_prepare_extent_to_map()
Baokun Li
1
-4
/
+2
2025-11-28
ext4: support large block size in mpage_map_and_submit_buffers()
Baokun Li
1
-4
/
+3
2025-11-28
ext4: support large block size in ext4_block_write_begin()
Baokun Li
1
-4
/
+3
[prev]
[next]