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