summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-04xfs: Remove duplicated include in xfs_iomap.cYang Li1-2/+0
2022-12-01xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong1-1/+1
2022-12-01xfs: get rid of assert from xfs_btree_islastblockGuo Xuenan1-1/+0
2022-12-01Merge tag 'maxrefcount-fixes-6.2_2022-12-01' of git://git.kernel.org/pub/scm/...Darrick J. Wong1-16/+130
2022-12-01xfs: estimate post-merge refcounts correctlyDarrick J. Wong1-4/+21
2022-12-01xfs: hoist refcount record merge predicatesDarrick J. Wong1-16/+113
2022-11-30xfs: fix super block buf log item UAF during force shutdownGuo Xuenan1-0/+2
2022-11-30xfs: wait iclog complete before tearing down AILGuo Xuenan1-11/+25
2022-11-30Merge tag 'random-fixes-6.2_2022-11-30' of git://git.kernel.org/pub/scm/linux...Darrick J. Wong4-6/+9
2022-11-30Merge tag 'iomap-write-race-testing-6.2_2022-11-30' of git://git.kernel.org/p...Darrick J. Wong7-5/+149
2022-11-30xfs: attach dquots to inode before reading data/cow fork mappingsDarrick J. Wong1-4/+4
2022-11-30xfs: shut up -Wuninitialized in xfsaild_pushDarrick J. Wong1-1/+3
2022-11-30xfs: use memcpy, not strncpy, to format the attr prefix during listxattrDarrick J. Wong1-1/+1
2022-11-30xfs: invalidate block device page cache during unmountDarrick J. Wong1-0/+1
2022-11-29xfs: add debug knob to slow down write for funDarrick J. Wong4-3/+60
2022-11-29xfs: add debug knob to slow down writeback for funDarrick J. Wong6-3/+90
2022-11-29Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong13-114/+464
2022-11-29xfs: drop write error injection is unfixable, remove itDave Chinner3-23/+25
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner5-27/+87
2022-11-29iomap: write iomap validity checksDave Chinner3-10/+81
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner4-21/+15
2022-11-29iomap: buffered write failure should not truncate the page cacheDave Chinner1-15/+180
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner3-39/+72
2022-11-23xfs: use byte ranges for write cleanup rangesDave Chinner1-15/+25
2022-11-23xfs: punching delalloc extents on write failure is racyDave Chinner1-18/+23
2022-11-21xfs: fix incorrect i_nlink caused by inode racingLong Li1-0/+6
2022-11-17xfs: Print XFS UUID on mount and umount events.Lukas Herbolt2-5/+7
2022-11-17xfs: fix sb write verify for lazysbcountLong Li2-1/+18
2022-11-17xfs: fix incorrect error-out in xfs_removeDarrick J. Wong1-1/+1
2022-11-17Merge tag 'scrub-check-metadata-inode-records-6.2_2022-11-16' of git://git.ke...Darrick J. Wong2-7/+35
2022-11-17Merge tag 'scrub-bmap-enhancements-6.2_2022-11-16' of git://git.kernel.org/pu...Darrick J. Wong2-30/+123
2022-11-17Merge tag 'scrub-fscounters-enhancements-6.2_2022-11-16' of git://git.kernel....Darrick J. Wong2-11/+104
2022-11-17Merge tag 'scrub-fix-rtmeta-ilocking-6.2_2022-11-16' of git://git.kernel.org/...Darrick J. Wong2-8/+56
2022-11-17Merge tag 'scrub-fix-return-value-6.2_2022-11-16' of git://git.kernel.org/pub...Darrick J. Wong3-5/+9
2022-11-17Merge tag 'scrub-cleanup-malloc-6.2_2022-11-16' of git://git.kernel.org/pub/s...Darrick J. Wong11-32/+43
2022-11-17Merge tag 'scrub-fix-ag-header-handling-6.2_2022-11-16' of git://git.kernel.o...Darrick J. Wong6-58/+128
2022-11-17xfs: check inode core when scrubbing metadata filesDarrick J. Wong1-6/+34
2022-11-17xfs: don't warn about files that are exactly s_maxbytes longDarrick J. Wong1-1/+1
2022-11-17xfs: teach scrub to flag non-extents format cow forksDarrick J. Wong1-0/+2
2022-11-17xfs: check that CoW fork extents are not sharedDarrick J. Wong1-0/+2
2022-11-17xfs: check quota files for unwritten extentsDarrick J. Wong1-2/+4
2022-11-17xfs: block map scrub should handle incore delalloc reservationsDarrick J. Wong1-19/+36
2022-11-17xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong1-2/+72
2022-11-17xfs: fix perag loop in xchk_bmap_check_rmapsDarrick J. Wong1-7/+7
2022-11-17xfs: online checking of the free rt extent countDarrick J. Wong2-10/+84
2022-11-17xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong2-4/+4
2022-11-17xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong1-2/+2
2022-11-17xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong1-1/+20
2022-11-17xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong1-4/+52
2022-11-17xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong8-24/+24