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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-19
ext4: always allocate blocks only from groups inode can use
Jan Kara
1
-9
/
+20
2026-01-19
ext4: fix dirtyclusters double decrement on fs shutdown
Brian Foster
2
-17
/
+6
2026-01-19
hfsplus: fix generic/037 xfstests failure
Viacheslav Dubeyko
3
-55
/
+136
2026-01-19
ext4: fast commit: make s_fc_lock reclaim-safe
Li Chen
2
-23
/
+44
2026-01-19
ext4: fix e4b bitmap inconsistency reports
Yongjian Sun
1
-10
/
+11
2026-01-19
ext4: remove redundant NULL check after __GFP_NOFAIL
Baolin Liu
1
-4
/
+0
2026-01-19
ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXT
Zhang Yi
3
-49
/
+0
2026-01-19
ext4: simplify the mapping query logic in ext4_iomap_begin()
Zhang Yi
1
-7
/
+9
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-20
btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()
Qiang Ma
1
-1
/
+1
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-19
fs/orangefs: Replace deprecated strcpy with memcpy + strscpy
Thorsten Blum
1
-17
/
+19
2026-01-19
orangefs: Replace deprecated strcpy with strscpy
Thorsten Blum
1
-6
/
+6
2026-01-19
fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
Joanne Koong
2
-2
/
+9
2026-01-19
f2fs: fix to unlock folio in f2fs_read_data_large_folio()
Chao Yu
1
-12
/
+10
2026-01-19
f2fs: fix error path handling in f2fs_read_data_large_folio()
Chao Yu
1
-5
/
+2
2026-01-19
minix: Add required sanity checking to minix_check_superblock()
Jori Koolstra
1
-21
/
+29
2026-01-19
efivarfs: fix error propagation in efivar_entry_get()
Kohei Enju
1
-1
/
+1
2026-01-18
Merge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+3
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-17
Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-68
/
+41
2026-01-17
coredump: Use __counted_by_ptr for struct core_name::corename
Kees Cook
1
-4
/
+4
[prev]
[next]