summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2022-11-16xfs: skip fscounters comparisons when the scan is incompleteDarrick J. Wong1-1/+20
2022-11-16xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong2-4/+4
2022-11-16xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong1-4/+52
2022-11-16xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong1-2/+2
2022-11-16xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong1-1/+5
2022-11-16xfs: fix return code when fatal signal encountered during dquot scrubDarrick J. Wong1-1/+1
2022-11-16xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong1-1/+1
2022-11-16xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong8-24/+24
2022-11-16xfs: initialize the check_owner object fullyDarrick J. Wong1-1/+4
2022-11-16xfs: standardize GFP flags usage in online scrubDarrick J. Wong4-7/+15
2022-11-16xfs: make AGFL repair function avoid crosslinked blocksDarrick J. Wong1-12/+66
2022-11-16xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong1-9/+21
2022-11-16xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong5-33/+35
2022-11-16xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong1-4/+6
2022-11-07xfs: write page faults in iomap are not buffered writesDave Chinner3-1/+11
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong3-6/+6
2022-10-31xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong1-4/+6
2022-10-31xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong1-1/+3
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong2-14/+43
2022-10-31xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong1-31/+17
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong3-10/+17
2022-10-31xfs: report refcount domain in tracepointsDarrick J. Wong2-9/+43
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong5-67/+151
2022-10-31xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong1-30/+24
2022-10-31xfs: move _irec structs to xfs_types.hDarrick J. Wong2-20/+20
2022-10-31xfs: check deferred refcount op continuation parametersDarrick J. Wong1-2/+36
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong7-26/+24
2022-10-31xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong1-3/+17
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong5-20/+43
2022-10-31xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong2-5/+21
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong4-57/+88
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong4-22/+36
2022-10-31xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong2-31/+30
2022-10-31xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong2-24/+25
2022-10-31xfs: fix memcpy fortify errors in BUI log format copyingDarrick J. Wong2-24/+27
2022-10-31xfs: fix validation in attr log item recoveryDarrick J. Wong1-31/+23
2022-10-31xfs: fix incorrect return type for fsdax fault handlersDarrick J. Wong1-3/+4
2022-10-26xfs: increase rename inode reservationAllison Henderson2-3/+3
2022-10-20xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()Li Zetao1-1/+6
2022-10-20xfs: fix memory leak in xfs_errortag_initZeng Heng1-2/+7
2022-10-20xfs: remove redundant pointer lipColin Ian King1-2/+1
2022-10-20xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan1-2/+7
2022-10-20fs: rename current get acl methodChristian Brauner1-3/+3
2022-10-19fs: pass dentry to set acl methodChristian Brauner3-6/+9
2022-10-18xfs: avoid a UAF when log intent item recovery failsDarrick J. Wong1-2/+8
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld3-3/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld3-3/+3
2022-10-10Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds21-98/+116
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+9
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4