summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
31 hoursxfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong16-139/+41
31 hoursxfs: fix integer overflow in bmap intent sort comparatorLong Li1-1/+2
31 hoursxfs: Fix error pointer dereferenceEthan Tidmore1-1/+6
31 hoursxfs: ensure dquot item is deleted from AIL only after log shutdownLong Li1-1/+7
31 hoursxfs: fix undersized l_iclog_roundoff valuesDarrick J. Wong1-0/+2
31 hoursxfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino1-1/+1
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: 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: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster1-5/+6
2026-01-23xfs: Fix the return value of xfs_rtcopy_summary()Nirjhar Roy (IBM)1-1/+1
2026-01-08xfs: fix a UAF problem in xattr repairDarrick J. Wong1-1/+1
2026-01-08xfs: fix stupid compiler warningDarrick J. Wong1-1/+1
2026-01-08xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2026-01-08xfs: don't leak a locked dquot when xfs_dquot_attach_buf failsChristoph Hellwig1-2/+3
2025-12-01xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-12-01xfs: Replace strncpy with memcpyMarcelo Moreira1-1/+1
2025-10-29xfs: always warn about deprecated mount optionsDarrick J. Wong1-12/+21
2025-10-29xfs: fix locking in xchk_nlinks_collect_dirDarrick J. Wong1-3/+31
2025-10-23xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-4/+5
2025-10-23xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig5-9/+54
2025-10-23xfs: rename the old_crc variable in xlog_recover_processChristoph Hellwig1-9/+8
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-08-28xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flagsChristoph Hellwig1-1/+5
2025-08-20xfs: fix scrub trace with null pointer in quotacheckAndrey Albershteyn1-1/+1
2025-06-19xfs: don't assume perags are initialised when trimming AGsDave Chinner1-1/+16
2025-05-02xfs: flush inodegc before swaponChristoph Hellwig1-1/+34
2025-05-02xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig1-3/+3
2025-05-02xfs: Do not allow norecovery mount with quotacheckCarlos Maiolino1-15/+34
2025-05-02xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt1-2/+6
2025-02-27xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong3-6/+22
2025-02-18xfs: don't lose solo dquot update transactionsDarrick J. Wong3-14/+32
2025-02-17xfs: fix mount hang during primary superblock recovery failureLong Li1-1/+10
2025-02-17xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong1-1/+2
2025-02-17xfs: release the dquot buf outside of qli_lockDarrick J. Wong1-4/+8
2025-02-17xfs: convert quotacheck to attach dquot buffersDarrick J. Wong3-13/+16
2025-02-17xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong6-24/+168
2025-02-17xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong1-7/+8
2025-02-17xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong4-32/+86
2025-02-17xfs: don't lose solo superblock counter update transactionsDarrick J. Wong1-2/+7
2025-02-17xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong1-12/+14
2025-02-17xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang1-2/+5