summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
5 daysxfs: ensure dquot item is deleted from AIL only after log shutdownLong Li1-1/+7
5 daysxfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
5 daysxfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino1-1/+1
5 daysxfs: fix integer overflow in bmap intent sort comparatorLong Li1-1/+1
13 daysxfs: Fix error pointer dereferenceEthan Tidmore1-1/+6
13 daysxfs: fix xfs_group release bug in xfs_dax_notify_dev_failureDarrick J. Wong1-2/+2
2026-03-04xfs: fix copy-paste error in previous fixDarrick J. Wong1-1/+1
2026-03-04xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong2-3/+32
2026-03-04xfs: check return value of xchk_scrub_create_subordDarrick J. Wong3-1/+7
2026-03-04xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong5-9/+24
2026-03-04xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong19-166/+47
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-03-04xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong1-27/+27
2026-03-04xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
2026-03-04xfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
2026-03-04xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig1-51/+24
2026-03-04xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-02-16xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong1-2/+5
2026-01-23xfs: Fix the return value of xfs_rtcopy_summary()Nirjhar Roy (IBM)1-1/+1
2026-01-23xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster1-5/+6
2026-01-02xfs: validate that zoned RT devices are zone alignedChristoph Hellwig1-0/+15
2026-01-02xfs: fix a UAF problem in xattr repairDarrick J. Wong1-1/+1
2026-01-02xfs: fix the zoned RT growfs check for zone alignmentChristoph Hellwig1-6/+8
2026-01-02xfs: fix stupid compiler warningDarrick J. Wong1-1/+1
2026-01-02xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2026-01-02xfs: don't leak a locked dquot when xfs_dquot_attach_buf failsChristoph Hellwig1-2/+3
2025-11-22Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2025-11-20xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
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-11-05xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_superYongpeng Yang1-1/+4
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-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