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.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-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
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-21
xfs: allow sunit mount option to repair bad primary sb stripe values
Dave Chinner
2
-11
/
+34
2024-06-21
xfs: shrink failure needs to hold AGI buffer
Dave Chinner
1
-1
/
+10
2024-04-03
xfs: remove conditional building of rt geometry validator functions
Darrick J. Wong
5
-30
/
+28
2024-04-03
xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
Andrey Albershteyn
1
-3
/
+3
2024-04-03
xfs: update dir3 leaf block metadata after swap
Zhang Tianci
1
-0
/
+7
2024-04-03
xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
Jiachen Zhang
1
-42
/
+31
2024-04-03
xfs: fix perag leak when growfs fails
Long Li
2
-10
/
+28
2024-04-03
xfs: add lock protection when remove perag from radix tree
Long Li
1
-0
/
+4
2024-04-03
xfs: force all buffers to be written during btree bulk load
Darrick J. Wong
1
-3
/
+1
2024-04-03
xfs: remove unused fields from struct xbtree_ifakeroot
Darrick J. Wong
1
-6
/
+0
2024-04-03
xfs: don't allow overly small or large realtime volumes
Darrick J. Wong
2
-1
/
+15
2024-04-03
xfs: fix 32-bit truncation in xfs_compute_rextslog
Darrick J. Wong
1
-3
/
+5
2024-04-03
xfs: make rextslog computation consistent with mkfs
Darrick J. Wong
3
-1
/
+19
2024-04-03
xfs: transfer recovered intent item ownership in ->iop_recover
Darrick J. Wong
1
-0
/
+2
2024-04-03
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
3
-28
/
+85
2024-04-03
xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
Darrick J. Wong
3
-2
/
+3
2024-04-03
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
3
-1
/
+84
2024-02-16
xfs: inode recovery does not validate the recovered inode
Dave Chinner
1
-0
/
+3
2024-02-16
xfs: fix internal error from AGFL exhaustion
Omar Sandoval
1
-3
/
+24
2024-02-16
xfs: abort intent items when recovery intents fail
Long Li
2
-3
/
+4
2024-02-16
xfs: factor out xfs_defer_pending_abort
Long Li
1
-8
/
+15
2024-02-16
xfs: fix units conversion error in xfs_bmap_del_extent_delay
Darrick J. Wong
1
-1
/
+1
2024-02-16
xfs: hoist freeing of rt data fork extent mappings
Darrick J. Wong
2
-16
/
+36
2024-02-16
xfs: bump max fsgeom struct version
Darrick J. Wong
1
-1
/
+1
2023-10-11
xfs: adjust the incore perag block_count when shrinking
Darrick J. Wong
1
-0
/
+6
2023-09-23
Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-1
/
+24
2023-09-20
Revert "xfs: switch to multigrain timestamps"
Christian Brauner
1
-3
/
+3
2023-09-12
xfs: reserve less log space when recovering log intent items
Darrick J. Wong
1
-0
/
+22
2023-09-12
xfs: fix log recovery when unknown rocompat bits are set
Darrick J. Wong
1
-1
/
+2
2023-08-30
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+5
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-5
/
+6
2023-08-11
xfs: switch to multigrain timestamps
Jeff Layton
1
-3
/
+3
2023-08-10
xfs: allow userspace to rebuild metadata structures
Darrick J. Wong
1
-1
/
+5
2023-07-24
xfs: convert to ctime accessor functions
Jeff Layton
2
-3
/
+4
2023-07-17
xfs: convert flex-array declarations in xfs attr shortform objects
Darrick J. Wong
1
-1
/
+1
2023-07-17
xfs: convert flex-array declarations in xfs attr leaf blocks
Darrick J. Wong
1
-8
/
+65
2023-07-17
xfs: convert flex-array declarations in struct xfs_attrlist*
Darrick J. Wong
1
-2
/
+2
2023-07-06
Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
12
-162
/
+297
2023-07-03
xfs: AGI length should be bounds checked
Darrick J. Wong
3
-39
/
+60
2023-07-02
xfs: fix xfs_btree_query_range callers to initialize btree rec fully
Darrick J. Wong
3
-20
/
+13
2023-06-29
Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+2
2023-06-29
xfs: fix bounds check in xfs_defer_agfl_block()
Dave Chinner
1
-5
/
+6
2023-06-29
xfs: AGF length has never been bounds checked
Dave Chinner
1
-34
/
+56
2023-06-29
xfs: journal geometry is not properly bounds checked
Dave Chinner
1
-1
/
+55
2023-06-29
xfs: don't block in busy flushing when freeing extents
Dave Chinner
2
-23
/
+56
2023-06-29
xfs: pass alloc flags through to xfs_extent_busy_flush()
Dave Chinner
2
-45
/
+53
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
9
-24
/
+29
2023-06-29
xfs: remove redundant initializations of pointers drop_leaf and save_leaf
Colin Ian King
1
-2
/
+0
2023-06-28
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-06-13
xfs: fix ag count overflow during growfs
Long Li
1
-0
/
+2
[next]