summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-11-06xfs: pivot online scrub away from kmem.[ch]scrub-cleanup-malloc_2022-11-06Darrick J. Wong
2022-11-06xfs: initialize the check_owner object fullyDarrick J. Wong
2022-11-06xfs: standardize GFP flags usage in online scrubDarrick J. Wong
2022-11-06xfs: make AGFL repair function avoid crosslinked blocksscrub-fix-ag-header-handling_2022-11-06Darrick J. Wong
2022-11-06xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong
2022-11-06xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong
2022-11-06xfs: fully initialize xfs_da_args in xchk_directory_blocksDarrick J. Wong
2022-11-06xfs: rename XFS_REFC_COW_START to _COWFLAGxfs-6.1-fixes_2022-11-06Darrick J. Wong
2022-11-06xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong
2022-11-06xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong
2022-11-06xfs: check record domain when accessing refcount recordsDarrick J. Wong
2022-11-06xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong
2022-11-06xfs: refactor domain and refcount checkingDarrick J. Wong
2022-11-06xfs: report refcount domain in tracepointsDarrick J. Wong
2022-11-06xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-11-06xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong
2022-11-06xfs: move _irec structs to xfs_types.hDarrick J. Wong
2022-11-06xfs: check deferred refcount op continuation parametersDarrick J. Wong
2022-11-06xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-11-06xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong
2022-11-06xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong
2022-11-06xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong
2022-11-06xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong
2022-11-06xfs: fix memcpy fortify errors in BUI log format copyingDarrick J. Wong
2022-11-06xfs: fix validation in attr log item recoveryDarrick J. Wong
2022-11-06xfs: fix incorrect return type for fsdax fault handlersDarrick J. Wong
2022-11-06xfs: increase rename inode reservationAllison Henderson
2022-11-06xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()Li Zetao
2022-11-06xfs: fix memory leak in xfs_errortag_initZeng Heng
2022-11-06xfs: remove redundant pointer lipColin Ian King
2022-11-06xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan
2022-11-06xfs: avoid a UAF when log intent item recovery failsDarrick J. Wong
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-10-04xfs: on memory failure, only shut down fs after scanning all mappingsxfs-6.1-for-linusDarrick J. Wong
2022-10-04xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang
2022-10-04xfs: trim the mapp array accordingly in xfs_da_grow_inode_intShida Zhang
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-09-19xfs: do not need to check return value of xlog_kvmalloc()Zhiqiang Liu
2022-09-19xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner