summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-145-29/+148
|\
| * xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong2022-12-011-1/+1
| * xfs: get rid of assert from xfs_btree_islastblockGuo Xuenan2022-12-011-1/+0
| * xfs: estimate post-merge refcounts correctlyDarrick J. Wong2022-12-011-4/+21
| * xfs: hoist refcount record merge predicatesDarrick J. Wong2022-12-011-16/+113
| * xfs: add debug knob to slow down write for funDarrick J. Wong2022-11-291-1/+3
| * xfs: add debug knob to slow down writeback for funDarrick J. Wong2022-11-291-1/+3
| * Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-11-292-9/+9
| |\
| | * xfs: drop write error injection is unfixable, remove itDave Chinner2022-11-281-7/+5
| | * xfs: use iomap_valid method to detect stale cached iomapsDave Chinner2022-11-281-2/+4
| * | xfs: fix sb write verify for lazysbcountLong Li2022-11-171-1/+3
| |/
* / treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
|/
* 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-121-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-122-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-181-3/+1
* xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2022-09-182-3/+3
* xfs: fix inode reservation space for removing transactionhexiaole2022-08-111-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-212-5/+1
* xfs: delete unnecessary NULL checksDan Carpenter2022-07-211-2/+1
* xfs: fix comment for start time value of inode with bigtime enabledXiaole He2022-07-211-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-106-12/+2
| * xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-107-50/+63
| * xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-109-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