summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-08-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong1-0/+40
2024-08-27xfs: take m_growlock when running growfsrtDarrick J. Wong1-13/+25
2024-08-27xfs: Fix missing interval for missing_owner in xfs fsmapZizhi Wo1-1/+23
2024-08-27xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong1-2/+2
2024-08-26xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo1-1/+1
2024-08-26xfs: don't bother reporting blocks trimmed via FITRIMDarrick J. Wong1-25/+11
2024-08-26xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner1-1/+1
2024-08-26xfs: fix folio dirtying for XFILE_ALLOC callersDarrick J. Wong1-1/+1
2024-08-26xfs: fix di_onlink checking for V1/V2 inodesDarrick J. Wong1-4/+10
2024-08-14xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong1-0/+11
2024-08-14xfs: revert AIL TASK_KILLABLE thresholdDarrick J. Wong1-1/+6
2024-08-14xfs: attr forks require attr, not attr2Darrick J. Wong1-1/+7
2024-07-29xfs: convert comma to semicolonChen Ni1-1/+1
2024-07-29xfs: convert comma to semicolonChen Ni1-1/+1
2024-07-29xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2-15/+15
2024-07-29xfs: fix file_path handling in tracepointsDarrick J. Wong2-12/+8
2024-07-29xfs: allow SECURE namespace xattrs to use reserved block poolEric Sandeen1-1/+18
2024-07-29xfs: fix a memory leakDarrick J. Wong1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-3/+3
2024-07-17Merge tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds78-3393/+3769
2024-07-15Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+14
2024-07-15Merge tag 'vfs-6.11.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+3
2024-07-09xfs: fix rtalloc rotoring when delalloc is in useChristoph Hellwig1-1/+2
2024-07-04xfs: get rid of xfs_ag_resv_rmapbt_allocLong Li2-20/+6
2024-07-04xfs: skip flushing log items during pushDave Chinner4-3/+16
2024-07-04xfs: grant heads track byte counts, not LSNsDave Chinner6-228/+130
2024-07-04xfs: pass the full grant head to accounting functionsDave Chinner2-82/+77
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: 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: 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: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong4-20/+17
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