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-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
2026-03-11
xfs: fix integer overflow in bmap intent sort comparator
Long Li
1
-1
/
+1
2026-03-10
xfs: fix undersized l_iclog_roundoff values
Darrick J. Wong
1
-0
/
+2
2026-03-10
xfs: ensure dquot item is deleted from AIL only after log shutdown
Long Li
1
-1
/
+7
2026-03-10
xfs: remove redundant set null for ip->i_itemp
Long Li
1
-1
/
+0
2026-03-06
xfs: fix returned valued from xfs_defer_can_append
Carlos Maiolino
1
-1
/
+1
2026-03-05
xfs: Remove redundant NULL check after __GFP_NOFAIL
hongao
1
-6
/
+2
2026-03-04
xfs: fix race between healthmon unmount and read_iter
Darrick J. Wong
1
-7
/
+10
2026-03-04
xfs: remove scratch field from struct xfs_gc_bio
Damien Le Moal
1
-2
/
+0
2026-02-25
xfs: add static size checks for ioctl UABI
Wilfred Mallawa
1
-5
/
+34
2026-02-25
xfs: remove duplicate static size checks
Wilfred Mallawa
1
-9
/
+0
2026-02-25
xfs: Add comments for usages of some macros.
Nirjhar Roy (IBM)
1
-0
/
+9
2026-02-25
xfs: Update lazy counters in xfs_growfs_rt_bmblock()
Nirjhar Roy (IBM)
1
-0
/
+9
2026-02-25
xfs: Add a comment in xfs_log_sb()
Nirjhar Roy (IBM)
1
-0
/
+3
2026-02-25
xfs: Fix xfs_last_rt_bmblock()
Nirjhar Roy (IBM)
1
-6
/
+24
2026-02-25
xfs: don't report half-built inodes to fserror
Darrick J. Wong
2
-3
/
+14
2026-02-25
xfs: don't report metadata inodes to fserror
Darrick J. Wong
1
-2
/
+14
2026-02-25
xfs: fix potential pointer access race in xfs_healthmon_get
Darrick J. Wong
2
-5
/
+8
2026-02-25
xfs: fix xfs_group release bug in xfs_dax_notify_dev_failure
Darrick J. Wong
1
-2
/
+2
2026-02-25
xfs: fix xfs_group release bug in xfs_verify_report_losses
Darrick J. Wong
1
-2
/
+2
2026-02-25
xfs: fix copy-paste error in previous fix
Darrick J. Wong
1
-1
/
+1
2026-02-25
xfs: Fix error pointer dereference
Ethan Tidmore
1
-1
/
+6
2026-02-25
xfs: remove metafile inodes from the active inode stat
Christoph Hellwig
5
-5
/
+23
2026-02-25
xfs: cleanup inode counter stats
Christoph Hellwig
4
-18
/
+18
2026-02-25
xfs: fix code alignment issues in xfs_ondisk.c
Wilfred Mallawa
1
-2
/
+2
2026-02-25
xfs: Replace &rtg->rtg_group with rtg_group()
Nirjhar Roy (IBM)
2
-8
/
+8
2026-02-25
xfs: Refactoring the nagcount and delta calculation
Nirjhar Roy (IBM)
3
-15
/
+33
2026-02-25
xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary()
Nirjhar Roy (IBM)
1
-1
/
+4
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2
-4
/
+2
2026-02-22
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
12
-15
/
+15
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
63
-115
/
+106
2026-02-19
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-4
/
+5
2026-02-13
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
1
-2
/
+2
2026-02-13
mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
Lorenzo Stoakes
2
-2
/
+3
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-9
/
+0
2026-02-10
Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-5
/
+44
2026-02-10
Merge tag 'xfs-merge-7.0' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
219
-1342
/
+4212
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-2
/
+22
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2026-02-09
Merge tag 'vfs-7.0-rc1.nonblocking_timestamps' of git://git.kernel.org/pub/sc...
Linus Torvalds
2
-43
/
+35
2026-01-30
xfs: add sysfs stats for zoned GC
Christoph Hellwig
3
-1
/
+18
2026-01-30
xfs: give the defer_relog stat a xs_ prefix
Christoph Hellwig
3
-5
/
+5
2026-01-30
xfs: add zone reset error injection
Christoph Hellwig
2
-4
/
+15
2026-01-30
xfs: refactor zone reset handling
Christoph Hellwig
1
-21
/
+28
2026-01-30
xfs: don't mark all discard issued by zoned GC as sync
Christoph Hellwig
1
-1
/
+2
2026-01-30
xfs: allow setting errortags at mount time
Christoph Hellwig
3
-1
/
+47
2026-01-30
xfs: use WRITE_ONCE/READ_ONCE for m_errortag
Christoph Hellwig
1
-9
/
+14
2026-01-30
xfs: move the guts of XFS_ERRORTAG_DELAY out of line
Christoph Hellwig
2
-12
/
+24
2026-01-30
xfs: don't validate error tags in the I/O path
Christoph Hellwig
3
-30
/
+12
2026-01-30
xfs: allocate m_errortag early
Christoph Hellwig
2
-25
/
+13
[next]