index
:
git.armlinux.org.uk/linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
2025-12-03
Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-11-12
xfs: remove xarray mark for reclaimable zones
Hans Holmberg
2025-11-12
xfs: remove the xlog_rec_header_t typedef
Christoph Hellwig
2025-11-12
xfs: remove xlog_in_core_2_t
Christoph Hellwig
2025-11-12
xfs: add a XLOG_CYCLE_DATA_SIZE constant
Christoph Hellwig
2025-11-11
xfs: use a lockref for the xfs_dquot reference count
Christoph Hellwig
2025-11-11
xfs: add a xfs_groups_to_rfsbs helper
Christoph Hellwig
2025-11-05
xfs: use blkdev_report_zones_cached()
Damien Le Moal
2025-11-05
xfs: error tag to force zeroing on debug kernels
Brian Foster
2025-10-31
xfs: prevent gc from picking the same zone twice
Christoph Hellwig
2025-09-18
xfs: improve default maximum number of open zones
Damien Le Moal
2025-09-18
xfs: centralize error tag definitions
Christoph Hellwig
2025-09-18
xfs: remove the expr argument to XFS_TEST_ERROR
Christoph Hellwig
2025-09-16
xfs: move the XLOG_REG_ constants out of xfs_log_format.h
Christoph Hellwig
2025-09-16
xfs: fix log CRC mismatches between i386 and other architectures
Christoph Hellwig
2025-09-16
xfs: remove the unused xfs_log_iovec_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the unused xfs_qoff_logformat_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the unused xfs_dq_logformat_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the unused xfs_buf_log_format_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the unused xfs_efd_log_format_64_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the unused xfs_efd_log_format_32_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the xfs_efd_log_format_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the xfs_efi_log_format_64_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the xfs_efi_log_format_32_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the xfs_efi_log_format_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the xfs_extent64_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the xfs_extent32_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the xfs_extent_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the xfs_trans_header_t typedef
Christoph Hellwig
2025-09-16
xfs: remove the xlog_op_header_t typedef
Christoph Hellwig
2025-09-05
xfs: remove deprecated sysctl knobs
Darrick J. Wong
2025-09-05
xfs: remove deprecated mount options
Darrick J. Wong
2025-08-26
xfs: do not propagate ENODATA disk errors into xattr code
Eric Sandeen
2025-07-24
xfs: don't use a xfs_log_iovec for ri_buf in log recovery
Christoph Hellwig
2025-07-24
fs/xfs: replace strncpy with memtostr_pad()
Pranav Tyagi
2025-07-24
xfs: improve the xg_active_ref check in xfs_group_free
Christoph Hellwig
2025-07-24
xfs: return the allocated transaction from xfs_trans_alloc_empty
Christoph Hellwig
2025-07-24
xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()
Fedor Pchelkin
2025-07-24
xfs: use a proper variable name and type for storing a comparison result
Fedor Pchelkin
2025-07-24
xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()
Fedor Pchelkin
2025-07-24
xfs: refactor cmp_two_keys routines to take advantage of cmp_int()
Fedor Pchelkin
2025-07-24
xfs: rename key_diff routines
Fedor Pchelkin
2025-07-24
xfs: rename diff_two_keys routines
Fedor Pchelkin
2025-07-18
xfs: don't allocate the xfs_extent_busy structure for zoned RTGs
Christoph Hellwig
2025-06-27
xfs: catch stale AGF/AGF metadata
Dave Chinner
2025-05-07
xfs: allow sysadmins to specify a maximum atomic write limit at mount time
Darrick J. Wong
2025-05-07
xfs: add xfs_calc_atomic_write_unit_max()
John Garry
2025-05-07
xfs: commit CoW-based atomic writes atomically
John Garry
[next]