summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong2024-08-141-0/+11
* xfs: revert AIL TASK_KILLABLE thresholdDarrick J. Wong2024-08-141-1/+6
* xfs: attr forks require attr, not attr2Darrick J. Wong2024-08-141-1/+7
* xfs: convert comma to semicolonChen Ni2024-07-291-1/+1
* xfs: convert comma to semicolonChen Ni2024-07-291-1/+1
* xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2024-07-292-15/+15
* xfs: fix file_path handling in tracepointsDarrick J. Wong2024-07-292-12/+8
* xfs: allow SECURE namespace xattrs to use reserved block poolEric Sandeen2024-07-291-1/+18
* xfs: fix a memory leakDarrick J. Wong2024-07-291-1/+1
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-3/+3
* Merge tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-07-1778-3393/+3769
|\
| * xfs: fix rtalloc rotoring when delalloc is in useChristoph Hellwig2024-07-091-1/+2
| * xfs: get rid of xfs_ag_resv_rmapbt_allocLong Li2024-07-042-20/+6
| * xfs: skip flushing log items during pushDave Chinner2024-07-044-3/+16
| * xfs: grant heads track byte counts, not LSNsDave Chinner2024-07-046-228/+130
| * xfs: pass the full grant head to accounting functionsDave Chinner2024-07-042-82/+77
| * xfs: track log space pinned by the AILDave Chinner2024-07-043-6/+13
| * xfs: collapse xlog_state_set_callback in callerDave Chinner2024-07-041-20/+11
| * xfs: l_last_sync_lsn is really AIL stateDave Chinner2024-07-048-109/+102
| * xfs: ensure log tail is always up to dateDave Chinner2024-07-042-5/+17
| * xfs: background AIL push should target physical spaceDave Chinner2024-07-044-67/+80
| * xfs: AIL doesn't need manual pushingDave Chinner2024-07-046-229/+108
| * xfs: move and rename xfs_trans_committed_bulkDave Chinner2024-07-043-133/+131
| * xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo2024-07-044-130/+115
| * xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.cDarrick J. Wong2024-07-024-20/+18
| * xfs: simplify usage of the rcur local variable in xfs_refcount_finish_oneDarrick J. Wong2024-07-021-4/+3
| * xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...Darrick J. Wong2024-07-023-20/+19
| * xfs: reuse xfs_refcount_update_cancel_itemDarrick J. Wong2024-07-021-13/+12
| * xfs: add a ci_entry helperDarrick J. Wong2024-07-021-11/+9
| * xfs: remove xfs_trans_set_refcount_flagsDarrick J. Wong2024-07-021-20/+12
| * xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong2024-07-024-51/+29
| * xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong2024-07-022-72/+53
| * xfs: create specialized classes for refcount tracepointsDarrick J. Wong2024-07-022-37/+48
| * xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong2024-07-022-41/+27
| * xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong2024-07-024-20/+17
| * xfs: simplify usage of the rcur local variable in xfs_rmap_finish_oneChristoph Hellwig2024-07-021-4/+2
| * xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_oneChristoph Hellwig2024-07-023-20/+19
| * xfs: reuse xfs_rmap_update_cancel_itemChristoph Hellwig2024-07-021-13/+12
| * xfs: add a ri_entry helperChristoph Hellwig2024-07-021-11/+9
| * xfs: remove xfs_trans_set_rmap_flagsDarrick J. Wong2024-07-021-45/+34
| * xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong2024-07-024-48/+44
| * xfs: pass btree cursors to rmap btree tracepointsDarrick J. Wong2024-07-022-123/+85
| * xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong2024-07-022-40/+110
| * xfs: move xfs_extent_free_defer_add to xfs_extfree_item.cDarrick J. Wong2024-07-024-27/+25
| * xfs: remove xfs_defer_agfl_blockChristoph Hellwig2024-07-021-46/+22
| * xfs: remove duplicate asserts in xfs_defer_extent_freeChristoph Hellwig2024-07-021-13/+0
| * xfs: factor out a xfs_efd_add_extent helperChristoph Hellwig2024-07-021-19/+18
| * xfs: reuse xfs_extent_free_cancel_itemChristoph Hellwig2024-07-021-15/+13
| * xfs: add a xefi_entry helperChristoph Hellwig2024-07-021-12/+10
| * xfs: pass the fsbno to xfs_perag_intent_getChristoph Hellwig2024-07-026-23/+11