summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong
2022-07-09xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-07-09xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk
2022-07-09xfs: add selinux labels to whiteout inodesEric Sandeen
2022-07-09Merge tag 'xfs-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Darrick J. Wong
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner
2022-07-07xfs: make last AG grow/shrink perag centricDave Chinner
2022-07-07xfs: xlog_sync() manually adjusts grant head spaceDave Chinner
2022-07-07xfs: avoid cil push lock if possibleDave Chinner
2022-07-07xfs: move CIL ordering to the logvec chainDave Chinner
2022-07-07xfs: convert log vector chain to use list headsDave Chinner
2022-07-07xfs: convert CIL to unordered per cpu listsDave Chinner
2022-07-07xfs: Add order IDs to log items in CILDave Chinner
2022-07-07xfs: convert CIL busy extents to per-cpuDave Chinner
2022-07-07xfs: track CIL ticket reservation in percpu structureDave Chinner
2022-07-07xfs: implement percpu cil space used calculationDave Chinner
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-07-02xfs: introduce per-cpu CIL tracking structureDave Chinner
2022-07-02xfs: rework per-iclog header CIL reservationDave Chinner
2022-07-02xfs: lift init CIL reservation out of xc_cil_lockDave Chinner
2022-07-02xfs: use the CIL space used counter for emptiness checksDave Chinner
2022-07-01xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong
2022-06-29xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong
2022-06-26xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong
2022-06-26xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong
2022-06-26xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia
2022-06-26xfs: factor out the common lock flags assertKaixu Xia
2022-06-26attr: port attribute changes to new typesChristian Brauner
2022-06-26fs: port to iattr ownership update helpersChristian Brauner
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner
2022-06-15xfs: preserve DIFLAG2_NREXT64 when setting other inode attributesDarrick J. Wong
2022-06-15xfs: fix variable state usageDarrick J. Wong