summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2025-11-06xfs: free xfs_busy_extents structure when no RT extents are queuedChristoph Hellwig1-1/+3
2025-11-05xfs: fix zone selection in xfs_select_open_zone_mruChristoph Hellwig1-1/+1
2025-11-05xfs: fix a rtgroup leak when xfs_init_zone failsChristoph Hellwig1-1/+3
2025-11-05xfs: fix various problems in xfs_atomic_write_cow_iomap_beginDarrick J. Wong1-11/+50
2025-11-05xfs: fix delalloc write failures in software-provided atomic writesDarrick J. Wong1-2/+19
2025-10-31xfs: document another racy GC case in xfs_zoned_map_extentChristoph Hellwig1-0/+8
2025-10-31xfs: prevent gc from picking the same zone twiceChristoph Hellwig2-0/+33
2025-10-22xfs: fix locking in xchk_nlinks_collect_dirDarrick J. Wong1-3/+31
2025-10-22xfs: loudly complain about defunct mount optionsDarrick J. Wong1-2/+18
2025-10-22xfs: always warn about deprecated mount optionsDarrick J. Wong1-8/+17
2025-10-22xfs: don't set bt_nr_sectors to a negative numberDarrick J. Wong2-1/+2
2025-10-21xfs: don't use __GFP_NOFAIL in xfs_init_fs_contextChristoph Hellwig1-1/+1
2025-10-21xfs: cache open zone in inode->i_privateChristoph Hellwig4-85/+53
2025-10-21xfs: avoid busy loops in GCDChristoph Hellwig1-35/+46
2025-10-21xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FSGeert Uytterhoeven1-1/+1
2025-10-21xfs: do not tightly pack-write large filesDamien Le Moal1-4/+15
2025-10-21xfs: Improve CONFIG_XFS_RT Kconfig helpDamien Le Moal1-0/+9
2025-09-30Merge 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