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
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
39 hours
Merge tag 'xfs-fixes-7.2-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
25
-117
/
+421
5 days
xfs: check v5 superblock features early
Christoph Hellwig
1
-2
/
+2
5 days
xfs: add a comment to describe xfs_gc_bio.victim_rtg
Christoph Hellwig
1
-0
/
+1
5 days
xfs: add a separate bio_set for spliting GC writes
Christoph Hellwig
1
-1
/
+11
5 days
xfs: don't swallow dquot recovery verification errors
Long Li
1
-1
/
+1
5 days
xfs: fix ilock leak on error in xfs_dq_get_next_id
Long Li
1
-1
/
+2
5 days
xfs: don't ignore runtime errors in xrep_iunlink_reload_next
Darrick J. Wong
1
-10
/
+22
5 days
xfs: set the prev pointer when reinserting an inode on the unlinked list
Darrick J. Wong
1
-0
/
+4
5 days
xfs: fix another iunlink infinite loop bug in online fsck
Darrick J. Wong
2
-9
/
+29
5 days
xfs: fix allocated inodes that show up in the unlinked list
Darrick J. Wong
2
-7
/
+57
5 days
xfs: check xfarray iteration errors when committing unlinked inode lists
Darrick J. Wong
1
-0
/
+4
5 days
xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callers
Darrick J. Wong
1
-2
/
+12
5 days
xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prev
Darrick J. Wong
1
-1
/
+1
5 days
xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair
Darrick J. Wong
1
-1
/
+1
5 days
xfs: don't livelock in scrub on a circular unlinked list
Darrick J. Wong
2
-11
/
+52
5 days
xfs: hoist per-bucket unlinked list check to helper
Darrick J. Wong
1
-22
/
+42
5 days
xfs: avoid UAF on sc->tempip in xrep_tempfile_create
Darrick J. Wong
1
-0
/
+1
5 days
xfs: nlink scrub must take IOLOCK before determining ILOCK state
Darrick J. Wong
1
-6
/
+7
5 days
xfs: don't zap the attr fork on repair when there are queued pptr updates
Darrick J. Wong
1
-1
/
+2
5 days
xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointers
Darrick J. Wong
1
-1
/
+1
5 days
xfs: don't double-lock when deleting a self-referential directory
Darrick J. Wong
1
-4
/
+18
5 days
xfs: only check mergeability of bnobt records
Darrick J. Wong
1
-2
/
+3
5 days
xfs: fix inverted clearance of inode junk flags
Andrey Albershteyn
1
-2
/
+2
5 days
xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
Lin Jiapeng
1
-0
/
+10
2026-07-22
xfs: mark nonzero sb_gquotino as corrupt on metadir filesystems
Darrick J. Wong
1
-1
/
+1
2026-07-22
xfs: zero i_nlink before repair puts inode on unlinked list
Darrick J. Wong
1
-1
/
+6
2026-07-22
xfs: rtsummary scrub should treat rtbitmap corruption errors as an xref error
Darrick J. Wong
1
-1
/
+1
2026-07-22
xfs: fix transaction block reservation in xrep_rtbitmap
Darrick J. Wong
1
-18
/
+28
2026-07-22
xfs: check cowextsize in xrep_inode_cowextsize
Darrick J. Wong
1
-1
/
+1
2026-07-22
xfs: update BDI {io,ra}_pages values based on the RT device limits
Christoph Hellwig
2
-1
/
+59
2026-07-22
xfs: handle NULL b_addr in xfs_buf_free
Yun Zhou
1
-1
/
+1
2026-07-22
xfs: bounds-check buffer log item's dirty bitmap
Ibrahim Hashimov
1
-16
/
+41
2026-07-22
xfs: fix off-by-one in rtrefcount btree root level validation
Xiang Mei
1
-2
/
+2
2026-07-22
xfs: clear zapped attr fork state when bmap repair finds no attr fork
Qiang Ma
1
-0
/
+5
2026-07-20
xfs: propagate errors from xfs_rtginode_load
Guanghui Yang
1
-1
/
+1
2026-07-16
Merge tag 'xfs-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
21
-168
/
+339
2026-07-14
xfs: don't zap bmbt forks if they are MAXLEVELS tall
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: clamp timestamp nanoseconds correctly
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: fully check the parent handle when it points to the rootdir
Darrick J. Wong
1
-8
/
+8
2026-07-14
xfs: handle non-inode owners for rtrmap record checking
Darrick J. Wong
1
-0
/
+6
2026-07-14
xfs: fix off-by-one error when calling xchk_xref_has_rt_owner
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: set xfarray killable sort correctly
Darrick J. Wong
2
-5
/
+4
2026-07-14
xfs: grab rtrmap btree when checking rgsuper
Darrick J. Wong
1
-1
/
+9
2026-07-14
xfs: write the rg superblock when fixing it
Darrick J. Wong
1
-0
/
+4
2026-07-14
xfs: use the rt version of the cow staging checker
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_staging
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: don't wrap around quota ids in dqiterate
Darrick J. Wong
1
-1
/
+1
2026-07-14
xfs: move cow_replace_mapping to xfs_bmap_util.c
Darrick J. Wong
5
-134
/
+136
2026-07-14
xfs: make cow repair somewhat flaky when debugging knob enabled
Darrick J. Wong
1
-4
/
+29
2026-07-14
xfs: don't replace the wrong part of the cow fork
Darrick J. Wong
2
-83
/
+148
[next]