aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: 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-19xfs: Remove the unneeded result variableye xingchen1-3/+1
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2-3/+3
2022-08-10xfs: fix inode reservation space for removing transactionhexiaole1-1/+1
2022-07-22xfs: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-20xfs: don't leak memory when attr fork loading failsDarrick J. Wong2-5/+1
2022-07-20xfs: delete unnecessary NULL checksDan Carpenter1-2/+1
2022-07-20xfs: 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/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.20-mergeBDarrick J. Wong13-144/+127
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeBDarrick J. Wong1-5/+10
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeBDarrick 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-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong6-12/+2
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong7-50/+63
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong9-58/+52
2022-07-09xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk1-1/+1
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner1-5/+10
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner6-17/+14
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner1-5/+5
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner6-62/+79
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner8-50/+87
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner2-17/+18
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner4-16/+8
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner4-19/+10
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner2-16/+14
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner2-18/+13
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner9-48/+32
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner6-39/+17