summaryrefslogtreecommitdiffstats
path: root/Documentation/locking/preempt-locking.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-04xfs: track log space pinned by the AILDave Chinner3-6/+13
2024-07-04xfs: collapse xlog_state_set_callback in callerDave Chinner1-20/+11
2024-07-04xfs: l_last_sync_lsn is really AIL stateDave Chinner8-109/+102
2024-07-04xfs: ensure log tail is always up to dateDave Chinner2-5/+17
2024-07-04xfs: background AIL push should target physical spaceDave Chinner4-67/+80
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner6-229/+108
2024-07-04xfs: move and rename xfs_trans_committed_bulkDave Chinner3-133/+131
2024-07-04xfs: fix the contact address for the sysfs ABI documentationChristoph Hellwig1-4/+4
2024-07-04xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo4-130/+115
2024-07-02xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.cDarrick J. Wong4-20/+18
2024-07-02xfs: simplify usage of the rcur local variable in xfs_refcount_finish_oneDarrick J. Wong1-4/+3
2024-07-02xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...Darrick J. Wong3-20/+19
2024-07-02xfs: reuse xfs_refcount_update_cancel_itemDarrick J. Wong1-13/+12
2024-07-02xfs: add a ci_entry helperDarrick J. Wong1-11/+9
2024-07-02xfs: remove xfs_trans_set_refcount_flagsDarrick J. Wong1-20/+12
2024-07-02xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong4-51/+29
2024-07-02xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong4-20/+17
2024-07-02xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong2-72/+53
2024-07-02xfs: create specialized classes for refcount tracepointsDarrick J. Wong2-37/+48
2024-07-02xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong2-41/+27
2024-07-02xfs: simplify usage of the rcur local variable in xfs_rmap_finish_oneChristoph Hellwig1-4/+2
2024-07-02xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_oneChristoph Hellwig3-20/+19
2024-07-02xfs: reuse xfs_rmap_update_cancel_itemChristoph Hellwig1-13/+12
2024-07-02xfs: add a ri_entry helperChristoph Hellwig1-11/+9
2024-07-02xfs: remove xfs_trans_set_rmap_flagsDarrick J. Wong1-45/+34
2024-07-02xfs: move xfs_extent_free_defer_add to xfs_extfree_item.cDarrick J. Wong4-27/+25
2024-07-02xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong4-48/+44
2024-07-02xfs: pass btree cursors to rmap btree tracepointsDarrick J. Wong2-123/+85
2024-07-02xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong2-40/+110
2024-07-02xfs: remove xfs_defer_agfl_blockChristoph Hellwig1-46/+22
2024-07-02xfs: remove duplicate asserts in xfs_defer_extent_freeChristoph Hellwig1-13/+0
2024-07-02xfs: factor out a xfs_efd_add_extent helperChristoph Hellwig1-19/+18
2024-07-02xfs: reuse xfs_extent_free_cancel_itemChristoph Hellwig1-15/+13
2024-07-02xfs: add a xefi_entry helperChristoph Hellwig1-12/+10
2024-07-02xfs: pass the fsbno to xfs_perag_intent_getChristoph Hellwig6-23/+11
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong12-28/+39
2024-07-02xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong3-26/+20
2024-07-02xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsbDarrick J. Wong2-5/+5
2024-07-02xfs: get rid of trivial rename helpersDarrick J. Wong1-63/+14
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong6-144/+130
2024-07-02xfs: create libxfs helper to rename two directory entriesDarrick J. Wong3-215/+273
2024-07-02xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong3-98/+142
2024-07-02xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong3-65/+92
2024-07-02xfs: hoist inode free function to libxfsDarrick J. Wong3-34/+58
2024-07-02xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong3-46/+81
2024-07-02xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong4-65/+102
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong7-24/+33
2024-07-02xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong4-55/+55
2024-07-02xfs: hoist xfs_iunlink to libxfsDarrick J. Wong4-282/+289
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong4-52/+55