summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2022-07-10xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong16-104/+121
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong23-83/+95
2022-07-09xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk1-1/+1
2022-07-09xfs: add selinux labels to whiteout inodesEric Sandeen3-7/+21
2022-07-09Merge tag 'xfs-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Darrick J. Wong40-522/+486
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner8-17/+18
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner3-13/+11
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner10-81/+95
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner17-82/+115
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner4-19/+20
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner5-18/+10
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner5-22/+13
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner2-16/+14
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner4-43/+40
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner20-83/+70
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner7-41/+19
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner7-36/+31
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner3-36/+16
2022-07-07xfs: make last AG grow/shrink perag centricDave Chinner4-41/+40
2022-07-07xfs: xlog_sync() manually adjusts grant head spaceDave Chinner3-17/+41
2022-07-07xfs: avoid cil push lock if possibleDave Chinner1-3/+11
2022-07-07xfs: move CIL ordering to the logvec chainDave Chinner2-5/+12
2022-07-07xfs: convert log vector chain to use list headsDave Chinner6-35/+43
2022-07-07xfs: convert CIL to unordered per cpu listsDave Chinner2-21/+17
2022-07-07xfs: Add order IDs to log items in CILDave Chinner3-8/+33
2022-07-07xfs: convert CIL busy extents to per-cpuDave Chinner1-6/+20
2022-07-07xfs: track CIL ticket reservation in percpu structureDave Chinner2-4/+13
2022-07-07xfs: implement percpu cil space used calculationDave Chinner2-31/+149
2022-07-01xfs: introduce per-cpu CIL tracking structureDave Chinner3-2/+47
2022-07-01xfs: rework per-iclog header CIL reservationDave Chinner3-25/+59
2022-07-01xfs: lift init CIL reservation out of xc_cil_lockDave Chinner1-16/+14
2022-07-01xfs: use the CIL space used counter for emptiness checksDave Chinner2-19/+28
2022-07-01xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong1-2/+7
2022-06-29xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong1-0/+2
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong5-65/+12
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong1-9/+17
2022-06-27xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong1-19/+26
2022-06-27xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong1-1/+19
2022-06-27xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia1-2/+2
2022-06-27xfs: factor out the common lock flags assertKaixu Xia1-37/+23
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner5-10/+28
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner3-16/+24
2022-06-16xfs: preserve DIFLAG2_NREXT64 when setting other inode attributesDarrick J. Wong1-1/+2
2022-06-16xfs: fix variable state usageDarrick J. Wong1-2/+1
2022-06-16xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong6-22/+34
2022-06-02Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Linus Torvalds34-513/+719
2022-05-30Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-nextDave Chinner14-81/+126
2022-05-30Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-nextDave Chinner4-32/+85
2022-05-30xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster1-1/+1
2022-05-27xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong6-19/+39