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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-06
xfs: free xfs_busy_extents structure when no RT extents are queued
Christoph Hellwig
1
-1
/
+3
2025-11-05
xfs: fix zone selection in xfs_select_open_zone_mru
Christoph Hellwig
1
-1
/
+1
2025-11-05
xfs: fix a rtgroup leak when xfs_init_zone fails
Christoph Hellwig
1
-1
/
+3
2025-11-05
xfs: fix various problems in xfs_atomic_write_cow_iomap_begin
Darrick J. Wong
1
-11
/
+50
2025-11-05
xfs: fix delalloc write failures in software-provided atomic writes
Darrick J. Wong
1
-2
/
+19
2025-10-31
xfs: document another racy GC case in xfs_zoned_map_extent
Christoph Hellwig
1
-0
/
+8
2025-10-31
xfs: prevent gc from picking the same zone twice
Christoph Hellwig
2
-0
/
+33
2025-10-22
xfs: fix locking in xchk_nlinks_collect_dir
Darrick J. Wong
1
-3
/
+31
2025-10-22
xfs: loudly complain about defunct mount options
Darrick J. Wong
1
-2
/
+18
2025-10-22
xfs: always warn about deprecated mount options
Darrick J. Wong
1
-8
/
+17
2025-10-22
xfs: don't set bt_nr_sectors to a negative number
Darrick J. Wong
2
-1
/
+2
2025-10-21
xfs: don't use __GFP_NOFAIL in xfs_init_fs_context
Christoph Hellwig
1
-1
/
+1
2025-10-21
xfs: cache open zone in inode->i_private
Christoph Hellwig
4
-85
/
+53
2025-10-21
xfs: avoid busy loops in GCD
Christoph Hellwig
1
-35
/
+46
2025-10-21
xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FS
Geert Uytterhoeven
1
-1
/
+1
2025-10-21
xfs: do not tightly pack-write large files
Damien Le Moal
1
-4
/
+15
2025-10-21
xfs: Improve CONFIG_XFS_RT Kconfig help
Damien Le Moal
1
-0
/
+9
2025-09-30
Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
63
-998
/
+1234
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-10
/
+11
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-23
xfs: rework datasync tracking and execution
Dave Chinner
5
-69
/
+128
2025-09-23
xfs: rearrange code in xfs_inode_item_precommit
Dave Chinner
1
-36
/
+29
2025-09-22
xfs: scrub: use kstrdup_const() for metapath scan setups
Dmitry Antipov
1
-6
/
+6
2025-09-22
xfs: use bt_nr_sectors in xfs_dax_translate_range
Christoph Hellwig
1
-1
/
+1
2025-09-22
xfs: track the number of blocks in each buftarg
Christoph Hellwig
5
-34
/
+52
2025-09-19
xfs: constify xfs_errortag_random_default
Christoph Hellwig
1
-1
/
+1
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
3
-10
/
+11
2025-09-18
xfs: improve default maximum number of open zones
Damien Le Moal
2
-1
/
+8
2025-09-18
xfs: improve zone statistics message
Damien Le Moal
1
-1
/
+1
2025-09-18
xfs: centralize error tag definitions
Christoph Hellwig
2
-193
/
+87
2025-09-18
xfs: remove pointless externs in xfs_error.h
Christoph Hellwig
1
-19
/
+14
2025-09-18
xfs: remove the expr argument to XFS_TEST_ERROR
Christoph Hellwig
25
-70
/
+62
2025-09-18
xfs: remove xfs_errortag_set
Christoph Hellwig
2
-26
/
+6
2025-09-18
xfs: remove xfs_errortag_get
Christoph Hellwig
2
-15
/
+2
2025-09-16
xfs: move the XLOG_REG_ constants out of xfs_log_format.h
Christoph Hellwig
2
-37
/
+37
2025-09-16
xfs: adjust the hint based zone allocation policy
Hans Holmberg
1
-7
/
+1
2025-09-16
xfs: refactor hint based zone allocation
Hans Holmberg
1
-60
/
+62
2025-09-16
xfs: fix log CRC mismatches between i386 and other architectures
Christoph Hellwig
5
-9
/
+54
2025-09-16
xfs: rename the old_crc variable in xlog_recover_process
Christoph Hellwig
1
-9
/
+8
2025-09-16
xfs: remove the unused xfs_log_iovec_t typedef
Christoph Hellwig
1
-3
/
+2
2025-09-16
xfs: remove the unused xfs_qoff_logformat_t typedef
Christoph Hellwig
1
-2
/
+2
2025-09-16
xfs: remove the unused xfs_dq_logformat_t typedef
Christoph Hellwig
1
-2
/
+2
2025-09-16
xfs: remove the unused xfs_buf_log_format_t typedef
Christoph Hellwig
1
-2
/
+2
2025-09-16
xfs: remove the unused xfs_efd_log_format_64_t typedef
Christoph Hellwig
1
-2
/
+2
2025-09-16
xfs: remove the unused xfs_efd_log_format_32_t typedef
Christoph Hellwig
1
-2
/
+2
2025-09-16
xfs: remove the xfs_efd_log_format_t typedef
Christoph Hellwig
2
-3
/
+3
2025-09-16
xfs: remove the xfs_efi_log_format_64_t typedef
Christoph Hellwig
2
-3
/
+3
2025-09-16
xfs: remove the xfs_efi_log_format_32_t typedef
Christoph Hellwig
2
-3
/
+3
2025-09-16
xfs: remove the xfs_efi_log_format_t typedef
Christoph Hellwig
2
-3
/
+3
[next]