summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2024-07-292-15/+15
* xfs: get rid of xfs_ag_resv_rmapbt_allocLong Li2024-07-042-20/+6
* xfs: background AIL push should target physical spaceDave Chinner2024-07-041-1/+1
* xfs: AIL doesn't need manual pushingDave Chinner2024-07-041-1/+3
* xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo2024-07-044-130/+115
* xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.cDarrick J. Wong2024-07-022-7/+2
* xfs: simplify usage of the rcur local variable in xfs_refcount_finish_oneDarrick J. Wong2024-07-021-4/+3
* xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...Darrick J. Wong2024-07-022-20/+1
* xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong2024-07-022-10/+10
* xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong2024-07-021-27/+15
* xfs: create specialized classes for refcount tracepointsDarrick J. Wong2024-07-021-15/+9
* xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong2024-07-021-28/+14
* xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong2024-07-022-7/+2
* xfs: simplify usage of the rcur local variable in xfs_rmap_finish_oneChristoph Hellwig2024-07-021-4/+2
* xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_oneChristoph Hellwig2024-07-022-20/+1
* xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong2024-07-022-17/+15
* xfs: pass btree cursors to rmap btree tracepointsDarrick J. Wong2024-07-021-111/+73
* xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong2024-07-021-22/+11
* xfs: move xfs_extent_free_defer_add to xfs_extfree_item.cDarrick J. Wong2024-07-022-13/+2
* xfs: remove xfs_defer_agfl_blockChristoph Hellwig2024-07-021-46/+22
* xfs: remove duplicate asserts in xfs_defer_extent_freeChristoph Hellwig2024-07-021-13/+0
* xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong2024-07-029-22/+31
* xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong2024-07-021-4/+3
* xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsbDarrick J. Wong2024-07-022-5/+5
* xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong2024-07-022-0/+129
* xfs: create libxfs helper to rename two directory entriesDarrick J. Wong2024-07-022-0/+230
* xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong2024-07-022-0/+128
* xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong2024-07-022-0/+83
* xfs: hoist inode free function to libxfsDarrick J. Wong2024-07-022-0/+57
* xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong2024-07-022-4/+71
* xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong2024-07-022-0/+65
* xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong2024-07-022-10/+27
* xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong2024-07-022-0/+55
* xfs: hoist xfs_iunlink to libxfsDarrick J. Wong2024-07-022-0/+286
* xfs: hoist new inode initialization functions to libxfsDarrick J. Wong2024-07-023-8/+224
* xfs: split new inode creation into two piecesDarrick J. Wong2024-07-021-0/+15
* xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong2024-07-022-0/+3
* xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong2024-07-021-0/+22
* xfs: hoist project id get/set functions to libxfsDarrick J. Wong2024-07-022-0/+12
* xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong2024-07-023-0/+139
* xfs: hoist extent size helpers to libxfsDarrick J. Wong2024-07-022-0/+45
* xfs: Remove header files which are included more than onceWenchao Hao2024-07-011-1/+0
* xfs: don't walk off the end of a directory data blocklei lu2024-07-012-5/+33
* xfs: avoid redundant AGFL buffer invalidationGao Xiang2024-07-012-29/+5
* xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong2024-06-261-1/+1
* xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong2024-06-261-5/+18
* xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2024-06-261-4/+27
* xfs: make sure sb_fdblocks is non-negativeWengang Wang2024-06-101-3/+4
* xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)2024-05-271-0/+1
* xfs: allow symlinks with short remote targetsDarrick J. Wong2024-05-271-4/+24