summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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
2025-02-17xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang1-4/+2
2025-02-17xfs: don't call remap_verify_area with sb write protection heldChristoph Hellwig1-44/+27
2025-02-17xfs: don't over-report free space or inodes in statvfsDarrick J. Wong1-10/+17
2025-02-17xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong2-12/+17
2025-02-08xfs: don't shut down the filesystem for media failures beyond end of logDarrick J. Wong1-39/+82
2025-02-08xfs: check for dead buffers in xfs_buf_find_insertChristoph Hellwig1-2/+1
2024-12-27xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong1-2/+27
2024-12-27xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-12-27xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong1-11/+18
2024-12-27xfs: fix sparse inode limits on runt AGDave Chinner1-7/+9
2024-12-27xfs: sb_spino_align is not verifiedDave Chinner1-0/+14
2024-12-19xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong1-0/+3
2024-12-19xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-19xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong1-1/+1
2024-12-19xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong9-15/+17
2024-12-19xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong1-0/+8
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-19xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong1-1/+2
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-12-05xfs: fix simplify extent lookup in xfs_can_free_eofblocksDarrick J. Wong1-2/+6
2024-11-02Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-65/+62