summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn2024-01-291-3/+3
* xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong2024-01-111-1/+1
* xfs: use the op name in trace_xlog_intent_recovery_failedChristoph Hellwig2023-12-291-2/+1
* xfs: fix a use after free in xfs_defer_finish_recoveryChristoph Hellwig2023-12-291-2/+4
* xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into ass...Christoph Hellwig2023-12-291-4/+2
* xfs: remove xfs_attr_sf_hdr_tChristoph Hellwig2023-12-292-10/+2
* xfs: remove struct xfs_attr_shortformChristoph Hellwig2023-12-297-49/+59
* xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalueChristoph Hellwig2023-12-291-11/+5
* xfs: remove xfs_attr_shortform_lookupChristoph Hellwig2023-12-293-39/+7
* xfs: simplify xfs_attr_sf_findnameChristoph Hellwig2023-12-294-66/+48
* xfs: move the xfs_attr_sf_lookup tracepointChristoph Hellwig2023-12-291-2/+3
* xfs: return if_data from xfs_idata_reallocChristoph Hellwig2023-12-294-32/+22
* xfs: make if_data a void pointerChristoph Hellwig2023-12-2910-138/+101
* xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig2023-12-222-10/+4
* xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig2023-12-222-20/+12
* xfs: split xfs_rtmodify_summary_intChristoph Hellwig2023-12-221-51/+25
* xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig2023-12-222-2/+16
* xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig2023-12-221-5/+14
* xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig2023-12-221-1/+0
* xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig2023-12-222-7/+16
* xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig2023-12-221-10/+9
* xfs: fix perag leak when growfs failsLong Li2023-12-222-10/+28
* xfs: add lock protection when remove perag from radix treeLong Li2023-12-221-0/+4
* xfs: improve dquot iteration for scrubDarrick J. Wong2023-12-151-0/+3
* xfs: create a new inode fork block unmap helperDarrick J. Wong2023-12-152-4/+42
* xfs: create a ranged query function for refcount btreesDarrick J. Wong2023-12-152-0/+51
* xfs: repair inode fork block mapping data structuresDarrick J. Wong2023-12-157-30/+136
* xfs: zap broken inode forksDarrick J. Wong2023-12-159-42/+57
* xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong2023-12-151-0/+10
* xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong2023-12-151-1/+1
* xfs: repair refcount btreesDarrick J. Wong2023-12-156-7/+45
* xfs: repair inode btreesDarrick J. Wong2023-12-152-14/+20
* xfs: repair free space btreesDarrick J. Wong2023-12-156-8/+35
* xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong2023-12-152-11/+49
* xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong2023-12-152-15/+17
* xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong2023-12-153-2/+10
* xfs: set XBF_DONE on newly formatted btree block that are ready for writingDarrick J. Wong2023-12-151-0/+6
* xfs: force all buffers to be written during btree bulk loadDarrick J. Wong2023-12-151-3/+1
* xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig2023-12-147-36/+10
* xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig2023-12-143-5/+6
* xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig2023-12-142-28/+20
* xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig2023-12-141-69/+21
* xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig2023-12-071-0/+199
* xfs: extract xfs_da_buf_copy() helper functionZhang Tianci2023-12-073-52/+36
* xfs: update dir3 leaf block metadata after swapZhang Tianci2023-12-071-0/+7
* xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang2023-12-071-42/+31
* xfs: force small EFIs for reaping btree extentsDarrick J. Wong2023-12-062-11/+99
* xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong2023-12-061-6/+0
* xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong2023-12-062-4/+112
* xfs: remove __xfs_free_extent_laterDarrick J. Wong2023-12-069-25/+14