summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2 daysxfs: remove file_path tracepoint dataDarrick J. Wong2-19/+4
2 daysxfs: don't irele after failing to iget in xfs_attri_recover_workDarrick J. Wong1-1/+0
2 daysxfs: fix ri_total validation in xlog_recover_attri_commit_pass2Long Li1-2/+2
2 daysxfs: scrub: unlock dquot before early return in quota scrubhongao1-1/+3
2 daysxfs: avoid dereferencing log items after push callbacksYuto Ohnuki2-11/+51
2 daysxfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
2 daysxfs: stop reclaim before pushing AIL during unmountYuto Ohnuki1-3/+4
2026-03-19xfs: ensure dquot item is deleted from AIL only after log shutdownLong Li1-1/+7
2026-03-19xfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
2026-03-19xfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino1-1/+1
2026-03-19xfs: fix integer overflow in bmap intent sort comparatorLong Li1-1/+1
2026-03-12xfs: Fix error pointer dereferenceEthan Tidmore1-1/+6
2026-03-12xfs: 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