aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
10 daysxfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster1-5/+6
10 daysxfs: fix an overly long line in xfs_rtgroup_calc_geometryChristoph Hellwig1-1/+2
10 daysxfs: mark __xfs_rtgroup_extents staticChristoph Hellwig2-27/+25
2025-12-17xfs: validate that zoned RT devices are zone alignedChristoph Hellwig1-0/+15
2025-12-03Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-30/+41
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2025-11-12xfs: remove xarray mark for reclaimable zonesHans Holmberg1-6/+0
2025-11-12xfs: remove the xlog_rec_header_t typedefChristoph Hellwig1-2/+2
2025-11-12xfs: remove xlog_in_core_2_tChristoph Hellwig2-18/+19
2025-11-12xfs: add a XLOG_CYCLE_DATA_SIZE constantChristoph Hellwig1-2/+3
2025-11-11xfs: use a lockref for the xfs_dquot reference countChristoph Hellwig1-3/+1
2025-11-11xfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig2-0/+17
2025-11-05xfs: use blkdev_report_zones_cached()Damien Le Moal1-0/+1
2025-11-05xfs: error tag to force zeroing on debug kernelsBrian Foster1-2/+4
2025-10-31xfs: prevent gc from picking the same zone twiceChristoph Hellwig1-0/+6
2025-09-18xfs: improve default maximum number of open zonesDamien Le Moal1-0/+7
2025-09-18xfs: centralize error tag definitionsChristoph Hellwig1-47/+67
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig15-34/+29
2025-09-16xfs: move the XLOG_REG_ constants out of xfs_log_format.hChristoph Hellwig1-37/+0
2025-09-16xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig2-1/+31
2025-09-16xfs: remove the unused xfs_log_iovec_t typedefChristoph Hellwig1-3/+2
2025-09-16xfs: remove the unused xfs_qoff_logformat_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the unused xfs_dq_logformat_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the unused xfs_buf_log_format_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the unused xfs_efd_log_format_64_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the unused xfs_efd_log_format_32_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_efd_log_format_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_efi_log_format_64_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_efi_log_format_32_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_efi_log_format_t typedefChristoph Hellwig1-2/+2
2025-09-16xfs: remove the xfs_extent64_t typedefChristoph Hellwig1-4/+4
2025-09-16xfs: remove the xfs_extent32_t typedefChristoph Hellwig1-4/+4
2025-09-16xfs: remove the xfs_extent_t typedefChristoph Hellwig1-8/+9
2025-09-16xfs: remove the xfs_trans_header_t typedefChristoph Hellwig2-3/+3
2025-09-16xfs: remove the xlog_op_header_t typedefChristoph Hellwig1-3/+2
2025-09-05xfs: remove deprecated sysctl knobsDarrick J. Wong1-11/+0
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong4-37/+13
2025-08-26xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-07-24xfs: don't use a xfs_log_iovec for ri_buf in log recoveryChristoph Hellwig1-2/+2
2025-07-24fs/xfs: replace strncpy with memtostr_pad()Pranav Tyagi1-1/+1
2025-07-24xfs: improve the xg_active_ref check in xfs_group_freeChristoph Hellwig1-1/+2
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig1-3/+1
2025-07-24xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()Fedor Pchelkin2-7/+7
2025-07-24xfs: use a proper variable name and type for storing a comparison resultFedor Pchelkin1-11/+12
2025-07-24xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()Fedor Pchelkin8-62/+27
2025-07-24xfs: refactor cmp_two_keys routines to take advantage of cmp_int()Fedor Pchelkin8-72/+45
2025-07-24xfs: rename key_diff routinesFedor Pchelkin9-23/+26
2025-07-24xfs: rename diff_two_keys routinesFedor Pchelkin9-33/+33
2025-07-18xfs: don't allocate the xfs_extent_busy structure for zoned RTGsChristoph Hellwig1-5/+9