aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2024-08-26xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner1-1/+1
2024-08-26xfs: fix di_onlink checking for V1/V2 inodesDarrick J. Wong1-4/+10
2024-07-29xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2-15/+15
2024-07-04xfs: get rid of xfs_ag_resv_rmapbt_allocLong Li2-20/+6
2024-07-04xfs: background AIL push should target physical spaceDave Chinner1-1/+1
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner1-1/+3
2024-07-04xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo4-130/+115
2024-07-02xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.cDarrick J. Wong2-7/+2
2024-07-02xfs: simplify usage of the rcur local variable in xfs_refcount_finish_oneDarrick J. Wong1-4/+3
2024-07-02xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...Darrick J. Wong2-20/+1
2024-07-02xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong2-10/+10
2024-07-02xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong1-27/+15
2024-07-02xfs: create specialized classes for refcount tracepointsDarrick J. Wong1-15/+9
2024-07-02xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong1-28/+14
2024-07-02xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong2-7/+2
2024-07-02xfs: simplify usage of the rcur local variable in xfs_rmap_finish_oneChristoph Hellwig1-4/+2
2024-07-02xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_oneChristoph Hellwig2-20/+1
2024-07-02xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong2-17/+15
2024-07-02xfs: pass btree cursors to rmap btree tracepointsDarrick J. Wong1-111/+73
2024-07-02xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong1-22/+11
2024-07-02xfs: move xfs_extent_free_defer_add to xfs_extfree_item.cDarrick J. Wong2-13/+2
2024-07-02xfs: remove xfs_defer_agfl_blockChristoph Hellwig1-46/+22
2024-07-02xfs: remove duplicate asserts in xfs_defer_extent_freeChristoph Hellwig1-13/+0
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong9-22/+31
2024-07-02xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong1-4/+3
2024-07-02xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsbDarrick J. Wong2-5/+5
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong2-0/+129
2024-07-02xfs: create libxfs helper to rename two directory entriesDarrick J. Wong2-0/+230
2024-07-02xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong2-0/+128
2024-07-02xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong2-0/+83
2024-07-02xfs: hoist inode free function to libxfsDarrick J. Wong2-0/+57
2024-07-02xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong2-4/+71
2024-07-02xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong2-0/+65
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong2-10/+27
2024-07-02xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong2-0/+55
2024-07-02xfs: hoist xfs_iunlink to libxfsDarrick J. Wong2-0/+286
2024-07-02xfs: hoist new inode initialization functions to libxfsDarrick J. Wong3-8/+224
2024-07-02xfs: split new inode creation into two piecesDarrick J. Wong1-0/+15
2024-07-02xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong2-0/+3
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong1-0/+22
2024-07-02xfs: hoist project id get/set functions to libxfsDarrick J. Wong2-0/+12
2024-07-02xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong3-0/+139
2024-07-02xfs: hoist extent size helpers to libxfsDarrick J. Wong2-0/+45
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao1-1/+0
2024-07-01xfs: don't walk off the end of a directory data blocklei lu2-5/+33
2024-07-01xfs: avoid redundant AGFL buffer invalidationGao Xiang2-29/+5
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong1-1/+1
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong1-4/+27
2024-06-10xfs: make sure sb_fdblocks is non-negativeWengang Wang1-3/+4