summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2023-02-05xfs: pass refcount intent directly through the log intent codeDarrick J. Wong
2023-02-05xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong
2023-02-05xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2023-01-03xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-12-01xfs: invalidate xfs_bufs when allocating cow extentsxfs-6.2-merge-6Darrick J. Wong
2022-12-01xfs: get rid of assert from xfs_btree_islastblockGuo Xuenan
2022-12-01xfs: estimate post-merge refcounts correctlymaxrefcount-fixes-6.2_2022-12-01Darrick J. Wong
2022-12-01xfs: hoist refcount record merge predicatesDarrick J. Wong
2022-11-28xfs: add debug knob to slow down write for funxfs-merge-6.2_2022-11-29iomap-write-race-testing-6.2_2022-11-30Darrick J. Wong
2022-11-28xfs: add debug knob to slow down writeback for funDarrick J. Wong
2022-11-28Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...xfs-6.2-merge-4Darrick J. Wong
2022-11-29xfs: drop write error injection is unfixable, remove itDave Chinner
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-16xfs: fix sb write verify for lazysbcountLong Li
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGrefcount-cow-domain-6.1_2022-10-31Darrick J. Wong
2022-10-31xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong
2022-10-31xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong
2022-10-31xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong
2022-10-31xfs: report refcount domain in tracepointsDarrick J. Wong
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-10-31xfs: move _irec structs to xfs_types.hDarrick J. Wong
2022-10-31xfs: check deferred refcount op continuation parametersDarrick J. Wong
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-10-31xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong
2022-10-26xfs: increase rename inode reservationxfs-6.1-fixes_2022-10-27Allison Henderson
2022-10-20xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan
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-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-09-19xfs: Remove the unneeded result variableye xingchen
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng
2022-08-10xfs: fix inode reservation space for removing transactionxfs-5.20-merge-8hexiaole
2022-07-22xfs: Fix typo 'the the' in commentxfs-5.20-merge-5Slark Xiao
2022-07-20xfs: don't leak memory when attr fork loading failsxfs-5.20-merge-4Darrick J. Wong
2022-07-20xfs: delete unnecessary NULL checksDan Carpenter
2022-07-20xfs: fix comment for start time value of inode with bigtime enabledXiaole He
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong
2022-07-14xfs: double link the unlinked inode listDave Chinner
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner
2022-07-12xfs: replace inode fork size macros with functionsmake-attr-fork-permanent-5.20_2022-07-14Darrick J. Wong