summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong2023-12-153-11/+50
* xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong2023-12-152-15/+17
* xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong2023-12-154-3/+76
* 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-153-7/+42
* xfs: initialise di_crc in xfs_log_dinodeDave Chinner2023-12-151-0/+3
* xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong2023-12-151-1/+1
* xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen2023-12-151-0/+4
* 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-149-12/+13
* xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig2023-12-148-36/+34
* xfs: move xfs_attr_defer_type up in xfs_attr_item.cChristoph Hellwig2023-12-141-33/+33
* xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig2023-12-142-71/+21
* xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong2023-12-131-0/+5
* xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig2023-12-071-0/+0
* xfs: use static_assert to check struct sizes and offsetsChristoph Hellwig2023-12-071-4/+4
* 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: clean up xfs_fsops.hChristoph Hellwig2023-12-071-5/+5
* xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig2023-12-075-50/+14
* xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig2023-12-073-26/+20
* xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig2023-12-071-44/+43
* mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan2023-12-071-6/+102
* xfs: force small EFIs for reaping btree extentsDarrick J. Wong2023-12-063-11/+104
* xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong2023-12-062-8/+29
* xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong2023-12-064-0/+595
* 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-063-8/+117
* xfs: remove __xfs_free_extent_laterDarrick J. Wong2023-12-0611-27/+16
* xfs: allow pausing of pending deferred work itemsDarrick J. Wong2023-12-063-16/+111
* xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong2023-12-061-13/+48
* xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong2023-12-063-4/+31
* xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong2023-12-062-3/+4
* xfs: document what LARP meansDarrick J. Wong2023-12-061-0/+9
* xfs: don't allow overly small or large realtime volumesDarrick J. Wong2023-12-063-1/+17
* xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong2023-12-061-3/+5
* xfs: make rextslog computation consistent with mkfsDarrick J. Wong2023-12-064-3/+19
* xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong2023-12-068-119/+120
* xfs: collapse the ->create_done functionsDarrick J. Wong2023-12-065-109/+64
* xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong2023-12-066-17/+6
* xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong2023-12-066-7/+11
* xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong2023-12-067-26/+14
* xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong2023-12-066-15/+2
* xfs: collapse the ->finish_item helpersDarrick J. Wong2023-12-065-146/+58
* xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong2023-12-066-92/+34
* xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log itemDarrick J. Wong2023-12-061-2/+4
* xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong2023-12-0610-88/+109
* xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong2023-12-069-157/+49