aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong2022-10-313-6/+6
* xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong2022-10-311-4/+6
* xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong2022-10-311-1/+3
* xfs: check record domain when accessing refcount recordsDarrick J. Wong2022-10-311-12/+41
* xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong2022-10-311-31/+17
* xfs: refactor domain and refcount checkingDarrick J. Wong2022-10-312-4/+13
* xfs: report refcount domain in tracepointsDarrick J. Wong2022-10-311-0/+4
* xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong2022-10-314-54/+141
* xfs: move _irec structs to xfs_types.hDarrick J. Wong2022-10-312-20/+20
* xfs: check deferred refcount op continuation parametersDarrick J. Wong2022-10-311-2/+36
* xfs: create a predicate to verify per-AG extentsDarrick J. Wong2022-10-314-17/+19
* xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong2022-10-311-3/+17
* xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong2022-10-311-0/+48
* xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong2022-10-311-6/+6
* xfs: increase rename inode reservationAllison Henderson2022-10-261-2/+2
* xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan2022-10-201-2/+7
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang2022-10-042-22/+32
* xfs: trim the mapp array accordingly in xfs_da_grow_inode_intShida Zhang2022-10-041-1/+1
* xfs: Remove the unneeded result variableye xingchen2022-09-191-3/+1
* xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2022-09-192-3/+3
* xfs: fix inode reservation space for removing transactionhexiaole2022-08-101-1/+1
* xfs: Fix typo 'the the' in commentSlark Xiao2022-07-221-1/+1
* xfs: don't leak memory when attr fork loading failsDarrick J. Wong2022-07-202-5/+1
* xfs: delete unnecessary NULL checksDan Carpenter2022-07-201-2/+1
* xfs: fix comment for start time value of inode with bigtime enabledXiaole He2022-07-201-1/+1
* Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...Darrick J. Wong2022-07-1413-144/+127
|\
| * xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-128-30/+17
| * xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong2022-07-125-9/+8
| * xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong2022-07-096-12/+2
| * xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-097-50/+63
| * xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-099-58/+52
* | Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong2022-07-141-5/+10
|\ \
| * | xfs: rework xfs_buf_incore() APIDave Chinner2022-07-071-5/+10
* | | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-07-143-15/+2
|\ \ \ | |_|/ |/| |
| * | xfs: double link the unlinked inode listDave Chinner2022-07-142-14/+0
| * | xfs: track the iunlink list pointer in the xfs_inodeDave Chinner2022-07-141-1/+2
* | | xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk2022-07-091-1/+1
|/ /
* | xfs: make is_log_ag() a first class helperDave Chinner2022-07-076-17/+14
* | xfs: replace xfs_ag_block_count() with perag accessesDave Chinner2022-07-071-5/+5
* | xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-076-62/+79
* | xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-078-50/+87
* | xfs: pass perag to xfs_alloc_read_agflDave Chinner2022-07-072-17/+18
* | xfs: pass perag to xfs_alloc_put_freelistDave Chinner2022-07-074-16/+8
* | xfs: pass perag to xfs_alloc_get_freelistDave Chinner2022-07-074-19/+10
* | xfs: pass perag to xfs_read_agfDave Chinner2022-07-072-16/+14
* | xfs: pass perag to xfs_read_agiDave Chinner2022-07-072-18/+13
* | xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-079-48/+32
* | xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-076-39/+17