summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-04xfs: grant heads track byte counts, not LSNsDave Chinner
2024-07-04xfs: pass the full grant head to accounting functionsDave Chinner
2024-07-04xfs: track log space pinned by the AILDave Chinner
2024-07-04xfs: collapse xlog_state_set_callback in callerDave Chinner
2024-07-04xfs: l_last_sync_lsn is really AIL stateDave Chinner
2024-07-04xfs: ensure log tail is always up to dateDave Chinner
2024-07-04xfs: background AIL push should target physical spaceDave Chinner
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner
2024-07-04xfs: move and rename xfs_trans_committed_bulkDave Chinner
2024-07-04xfs: fix the contact address for the sysfs ABI documentationChristoph Hellwig
2024-07-04xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo
2024-07-04Merge tag 'refcount-intent-cleanups-6.11_2024-07-02' of https://git.kernel.or...Chandan Babu R
2024-07-04Merge tag 'rmap-intent-cleanups-6.11_2024-07-02' of https://git.kernel.org/pu...Chandan Babu R
2024-07-04Merge tag 'extfree-intent-cleanups-6.11_2024-07-02' of https://git.kernel.org...Chandan Babu R
2024-07-04Merge tag 'inode-refactor-6.11_2024-07-02' of https://git.kernel.org/pub/scm/...Chandan Babu R
2024-07-02xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.cDarrick J. Wong
2024-07-02xfs: simplify usage of the rcur local variable in xfs_refcount_finish_oneDarrick J. Wong
2024-07-02xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...Darrick J. Wong
2024-07-02xfs: reuse xfs_refcount_update_cancel_itemDarrick J. Wong
2024-07-02xfs: add a ci_entry helperDarrick J. Wong
2024-07-02xfs: remove xfs_trans_set_refcount_flagsDarrick J. Wong
2024-07-02xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong
2024-07-02xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong
2024-07-02xfs: create specialized classes for refcount tracepointsDarrick J. Wong
2024-07-02xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong
2024-07-02xfs: simplify usage of the rcur local variable in xfs_rmap_finish_oneChristoph Hellwig
2024-07-02xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_oneChristoph Hellwig
2024-07-02xfs: reuse xfs_rmap_update_cancel_itemChristoph Hellwig
2024-07-02xfs: add a ri_entry helperChristoph Hellwig
2024-07-02xfs: remove xfs_trans_set_rmap_flagsDarrick J. Wong
2024-07-02xfs: move xfs_extent_free_defer_add to xfs_extfree_item.cDarrick J. Wong
2024-07-02xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: pass btree cursors to rmap btree tracepointsDarrick J. Wong
2024-07-02xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong
2024-07-02xfs: remove xfs_defer_agfl_blockChristoph Hellwig
2024-07-02xfs: remove duplicate asserts in xfs_defer_extent_freeChristoph Hellwig
2024-07-02xfs: factor out a xfs_efd_add_extent helperChristoph Hellwig
2024-07-02xfs: reuse xfs_extent_free_cancel_itemChristoph Hellwig
2024-07-02xfs: add a xefi_entry helperChristoph Hellwig
2024-07-02xfs: pass the fsbno to xfs_perag_intent_getChristoph Hellwig
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong
2024-07-02xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsbDarrick J. Wong
2024-07-02xfs: get rid of trivial rename helpersDarrick J. Wong
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong
2024-07-02xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2024-07-02xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2024-07-02xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2024-07-02xfs: hoist inode free function to libxfsDarrick J. Wong