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-7.2.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
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
xfs: validate attr entry pointer before field access
Hongling Zeng
1
-0
/
+14
6 days
xfs: don't livelock in scrub on a circular unlinked list
Darrick J. Wong
2
-11
/
+52
6 days
xfs: hoist per-bucket unlinked list check to helper
Darrick J. Wong
1
-22
/
+42
6 days
xfs: bounds-check buffer log item's dirty bitmap
Ibrahim Hashimov
1
-16
/
+41
6 days
xfs: don't use a xfs_log_iovec for ri_buf in log recovery
Christoph Hellwig
17
-129
/
+131
6 days
xfs: namespace the maximum length/refcount symbols
Darrick J. Wong
4
-14
/
+14
10 days
xfs: check v5 superblock features early
Christoph Hellwig
1
-2
/
+2
10 days
xfs: check xfarray iteration errors when committing unlinked inode lists
Darrick J. Wong
1
-0
/
+4
10 days
xfs: don't swallow dquot recovery verification errors
Long Li
1
-1
/
+1
10 days
xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
Lin Jiapeng
1
-0
/
+10
10 days
xfs: avoid UAF on sc->tempip in xrep_tempfile_create
Darrick J. Wong
1
-0
/
+1
10 days
xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointers
Darrick J. Wong
1
-1
/
+1
10 days
xfs: fix another iunlink infinite loop bug in online fsck
Darrick J. Wong
2
-9
/
+29
10 days
xfs: fix allocated inodes that show up in the unlinked list
Darrick J. Wong
2
-7
/
+57
10 days
xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair
Darrick J. Wong
1
-1
/
+1
10 days
xfs: don't zap the attr fork on repair when there are queued pptr updates
Darrick J. Wong
1
-1
/
+2
10 days
xfs: fix ilock leak on error in xfs_dq_get_next_id
Long Li
1
-1
/
+2
10 days
xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prev
Darrick J. Wong
1
-1
/
+1
10 days
xfs: nlink scrub must take IOLOCK before determining ILOCK state
Darrick J. Wong
1
-6
/
+7
10 days
xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callers
Darrick J. Wong
1
-2
/
+12
10 days
xfs: set the prev pointer when reinserting an inode on the unlinked list
Darrick J. Wong
1
-0
/
+4
10 days
xfs: don't double-lock when deleting a self-referential directory
Darrick J. Wong
1
-4
/
+18
10 days
xfs: only check mergeability of bnobt records
Darrick J. Wong
1
-2
/
+3
10 days
xfs: zero i_nlink before repair puts inode on unlinked list
Darrick J. Wong
1
-1
/
+6
10 days
xfs: clear zapped attr fork state when bmap repair finds no attr fork
Qiang Ma
1
-0
/
+5
2026-08-03
xfs: don't replace the wrong part of the cow fork
Darrick J. Wong
2
-75
/
+135
2026-08-03
xfs: factor out xfs_attr3_leaf_init
Long Li
2
-0
/
+25
2026-07-18
xfs: don't zap bmbt forks if they are MAXLEVELS tall
Darrick J. Wong
1
-1
/
+1
2026-07-18
xfs: fully check the parent handle when it points to the rootdir
Darrick J. Wong
1
-8
/
+8
2026-07-18
xfs: clamp timestamp nanoseconds correctly
Darrick J. Wong
1
-1
/
+1
2026-07-18
xfs: set xfarray killable sort correctly
Darrick J. Wong
2
-5
/
+4
2026-07-18
xfs: don't wrap around quota ids in dqiterate
Darrick J. Wong
1
-1
/
+1
2026-07-18
xfs: resample the data fork mapping after cycling ILOCK
Darrick J. Wong
1
-0
/
+36
2026-07-18
xfs: fail recovery on a committed log item with no regions
Weiming Shi
1
-0
/
+9
2026-07-18
xfs: fix null pointer dereference in tracepoint
Andrey Albershteyn
1
-1
/
+1
2026-07-18
xfs: fix exchmaps reservation limit check
Yingjie Gao
1
-1
/
+1
2026-07-18
xfs: fix pointer arithmetic error on 32-bit systems
Darrick J. Wong
1
-1
/
+1
2026-07-18
xfs: fix unreachable BIGTIME check in dquot flush validation
Alexey Nepomnyashih
1
-8
/
+8
2026-07-18
xfs: release dquot buffer after dqflush failure
Yingjie Gao
1
-3
/
+2
2026-07-18
xfs: use null daddr for unset first bad log block
Yousef Alhouseen
1
-3
/
+3
2026-07-04
xfs: fix error returns in CoW fork repair
Yingjie Gao
1
-5
/
+2
2026-07-04
xfs: remove the expr argument to XFS_TEST_ERROR
Christoph Hellwig
23
-65
/
+58
2026-05-07
xfs: fix a resource leak in xfs_alloc_buftarg()
Haoxiang Li
1
-0
/
+1
2026-04-02
xfs: avoid dereferencing log items after push callbacks
Yuto Ohnuki
2
-11
/
+51
2026-04-02
xfs: remove file_path tracepoint data
Darrick J. Wong
2
-19
/
+4
2026-04-02
xfs: don't irele after failing to iget in xfs_attri_recover_work
Darrick J. Wong
1
-1
/
+0
2026-04-02
xfs: fix ri_total validation in xlog_recover_attri_commit_pass2
Long Li
1
-2
/
+2
2026-04-02
xfs: scrub: unlock dquot before early return in quota scrub
hongao
1
-1
/
+3
2026-04-02
xfs: save ailp before dropping the AIL lock in push callbacks
Yuto Ohnuki
2
-4
/
+14
2026-04-02
xfs: stop reclaim before pushing AIL during unmount
Yuto Ohnuki
1
-3
/
+4
[next]