summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong5-30/+28
2024-01-29xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn1-3/+3
2024-01-11xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong1-1/+1
2023-12-29xfs: use the op name in trace_xlog_intent_recovery_failedChristoph Hellwig1-2/+1
2023-12-29xfs: fix a use after free in xfs_defer_finish_recoveryChristoph Hellwig1-2/+4
2023-12-29xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into ass...Christoph Hellwig1-4/+2
2023-12-29xfs: remove xfs_attr_sf_hdr_tChristoph Hellwig2-10/+2
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig7-49/+59
2023-12-29xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalueChristoph Hellwig1-11/+5
2023-12-29xfs: remove xfs_attr_shortform_lookupChristoph Hellwig3-39/+7
2023-12-29xfs: simplify xfs_attr_sf_findnameChristoph Hellwig4-66/+48
2023-12-29xfs: move the xfs_attr_sf_lookup tracepointChristoph Hellwig1-2/+3
2023-12-29xfs: return if_data from xfs_idata_reallocChristoph Hellwig4-32/+22
2023-12-29xfs: make if_data a void pointerChristoph Hellwig10-138/+101
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig2-10/+4
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig2-20/+12
2023-12-22xfs: split xfs_rtmodify_summary_intChristoph Hellwig1-51/+25
2023-12-22xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig2-2/+16
2023-12-22xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig1-5/+14
2023-12-22xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig1-1/+0
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig2-7/+16
2023-12-22xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig1-10/+9
2023-12-22xfs: fix perag leak when growfs failsLong Li2-10/+28
2023-12-22xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong1-0/+3
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong2-4/+42
2023-12-15xfs: create a ranged query function for refcount btreesDarrick J. Wong2-0/+51
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong7-30/+136
2023-12-15xfs: zap broken inode forksDarrick J. Wong9-42/+57
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-0/+10
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong1-1/+1
2023-12-15xfs: repair refcount btreesDarrick J. Wong6-7/+45
2023-12-15xfs: repair inode btreesDarrick J. Wong2-14/+20
2023-12-15xfs: repair free space btreesDarrick J. Wong6-8/+35
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong2-11/+49
2023-12-15xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong2-15/+17
2023-12-15xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong3-2/+10
2023-12-15xfs: set XBF_DONE on newly formatted btree block that are ready for writingDarrick J. Wong1-0/+6
2023-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong1-3/+1
2023-12-14xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig7-36/+10
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig3-5/+6
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig2-28/+20
2023-12-14xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig1-69/+21
2023-12-07xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig1-0/+199
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci3-52/+36
2023-12-07xfs: update dir3 leaf block metadata after swapZhang Tianci1-0/+7
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2023-12-07xfs: force small EFIs for reaping btree extentsDarrick J. Wong2-11/+99
2023-12-07xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2023-12-07xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong2-4/+112