summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2023-01-03xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong1-1/+6
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-29/+148
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-01xfs: estimate post-merge refcounts correctlyDarrick J. Wong1-4/+21
2022-12-01xfs: hoist refcount record merge predicatesDarrick J. Wong1-16/+113
2022-11-29xfs: add debug knob to slow down write for funDarrick J. Wong1-1/+3
2022-11-29xfs: add debug knob to slow down writeback for funDarrick J. Wong1-1/+3
2022-11-29Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2-9/+9
2022-11-29xfs: drop write error injection is unfixable, remove itDave Chinner1-7/+5
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner1-2/+4
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2-2/+2
2022-11-17xfs: fix sb write verify for lazysbcountLong Li1-1/+3
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. Wong1-12/+41
2022-10-31xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong1-31/+17
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong2-4/+13
2022-10-31xfs: report refcount domain in tracepointsDarrick J. Wong1-0/+4
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong4-54/+141
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. Wong4-17/+19
2022-10-31xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong1-3/+17
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong1-0/+48
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong1-6/+6
2022-10-26xfs: increase rename inode reservationAllison Henderson1-2/+2
2022-10-20xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan1-2/+7
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2-2/+2
2022-10-04xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang2-22/+32
2022-10-04xfs: trim the mapp array accordingly in xfs_da_grow_inode_intShida Zhang1-1/+1
2022-09-18xfs: Remove the unneeded result variableye xingchen1-3/+1
2022-09-18xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2-3/+3
2022-08-11xfs: fix inode reservation space for removing transactionhexiaole1-1/+1
2022-07-22xfs: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-21xfs: don't leak memory when attr fork loading failsDarrick J. Wong2-5/+1
2022-07-21xfs: delete unnecessary NULL checksDan Carpenter1-2/+1
2022-07-21xfs: fix comment for start time value of inode with bigtime enabledXiaole He1-1/+1
2022-07-14Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong13-144/+127
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong1-5/+10
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong3-15/+2
2022-07-14xfs: double link the unlinked inode listDave Chinner2-14/+0
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner1-1/+2
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong8-30/+17
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong5-9/+8
2022-07-10xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong6-12/+2
2022-07-10xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong7-50/+63
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong9-58/+52