summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2025-09-29Merge tag 'xfs-merge-6.18' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds63-998/+1234
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-10/+11
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-23xfs: rework datasync tracking and executionDave Chinner5-69/+128
2025-09-23xfs: rearrange code in xfs_inode_item_precommitDave Chinner1-36/+29
2025-09-22xfs: scrub: use kstrdup_const() for metapath scan setupsDmitry Antipov1-6/+6
2025-09-22xfs: use bt_nr_sectors in xfs_dax_translate_rangeChristoph Hellwig1-1/+1
2025-09-22xfs: track the number of blocks in each buftargChristoph Hellwig5-34/+52
2025-09-19xfs: constify xfs_errortag_random_defaultChristoph Hellwig1-1/+1
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari3-10/+11
2025-09-18xfs: improve default maximum number of open zonesDamien Le Moal2-1/+8
2025-09-18xfs: improve zone statistics messageDamien Le Moal1-1/+1
2025-09-18xfs: centralize error tag definitionsChristoph Hellwig2-193/+87
2025-09-18xfs: remove pointless externs in xfs_error.hChristoph Hellwig1-19/+14
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig25-70/+62
2025-09-18xfs: remove xfs_errortag_setChristoph Hellwig2-26/+6
2025-09-18xfs: remove xfs_errortag_getChristoph Hellwig2-15/+2
2025-09-16xfs: move the XLOG_REG_ constants out of xfs_log_format.hChristoph Hellwig2-37/+37
2025-09-16xfs: adjust the hint based zone allocation policyHans Holmberg1-7/+1
2025-09-16xfs: refactor hint based zone allocationHans Holmberg1-60/+62
2025-09-16xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig5-9/+54
2025-09-16xfs: rename the old_crc variable in xlog_recover_processChristoph Hellwig1-9/+8
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 Hellwig2-3/+3
2025-09-16xfs: remove the xfs_efi_log_format_64_t typedefChristoph Hellwig2-3/+3
2025-09-16xfs: remove the xfs_efi_log_format_32_t typedefChristoph Hellwig2-3/+3
2025-09-16xfs: remove the xfs_efi_log_format_t typedefChristoph Hellwig2-3/+3
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 Hellwig3-4/+4
2025-09-16xfs: remove the xlog_op_header_t typedefChristoph Hellwig2-11/+11
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-05Merge tag 'kconfig-2025-changes_2025-09-05' of https://git.kernel.org/pub/scm...Carlos Maiolino15-187/+35
2025-09-05Merge tag 'fix-scrub-reap-calculations_2025-09-05' of https://git.kernel.org/...Carlos Maiolino5-130/+553
2025-09-05xfs: enable online fsck by default in KconfigDarrick J. Wong1-12/+2
2025-09-05xfs: use deferred reaping for data device cow extentsDarrick J. Wong1-2/+2
2025-09-05xfs: remove deprecated sysctl knobsDarrick J. Wong6-53/+6
2025-09-05xfs: remove static reap limits from repair.hDarrick J. Wong3-12/+9
2025-09-05xfs: remove deprecated mount optionsDarrick J. Wong8-118/+23
2025-09-05xfs: disable deprecated features by default in KconfigDarrick J. Wong1-4/+4
2025-09-05xfs: compute file mapping reap limits dynamicallyDarrick J. Wong2-5/+105
2025-09-05xfs: compute realtime device CoW staging extent reap limits dynamicallyDarrick J. Wong2-4/+68
2025-09-05xfs: compute data device CoW staging extent reap limits dynamicallyDarrick J. Wong2-5/+84