summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong2022-07-0916-104/+121
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-0923-83/+95
* xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk2022-07-091-1/+1
* xfs: add selinux labels to whiteout inodesEric Sandeen2022-07-093-7/+21
* Merge tag 'xfs-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Darrick J. Wong2022-07-0940-522/+486
|\
| * xfs: make is_log_ag() a first class helperDave Chinner2022-07-078-17/+18
| * xfs: replace xfs_ag_block_count() with perag accessesDave Chinner2022-07-073-13/+11
| * xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-0710-81/+95
| * xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-0717-82/+115
| * xfs: pass perag to xfs_alloc_read_agflDave Chinner2022-07-074-19/+20
| * xfs: pass perag to xfs_alloc_put_freelistDave Chinner2022-07-075-18/+10
| * xfs: pass perag to xfs_alloc_get_freelistDave Chinner2022-07-075-22/+13
| * xfs: pass perag to xfs_read_agfDave Chinner2022-07-072-16/+14
| * xfs: pass perag to xfs_read_agiDave Chinner2022-07-074-43/+40
| * xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-0720-83/+70
| * xfs: kill xfs_alloc_pagf_init()Dave Chinner2022-07-077-41/+19
| * xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-077-36/+31
| * xfs: kill xfs_ialloc_pagi_init()Dave Chinner2022-07-073-36/+16
| * xfs: make last AG grow/shrink perag centricDave Chinner2022-07-074-41/+40
* | Merge tag 'xfs-cil-scale-5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong2022-07-099-190/+768
|\ \
| * | xfs: expanding delayed logging design with background materialDave Chinner2022-07-071-39/+322
| * | xfs: xlog_sync() manually adjusts grant head spaceDave Chinner2022-07-073-17/+41
| * | xfs: avoid cil push lock if possibleDave Chinner2022-07-071-3/+11
| * | xfs: move CIL ordering to the logvec chainDave Chinner2022-07-072-5/+12
| * | xfs: convert log vector chain to use list headsDave Chinner2022-07-076-35/+43
| * | xfs: convert CIL to unordered per cpu listsDave Chinner2022-07-072-21/+17
| * | xfs: Add order IDs to log items in CILDave Chinner2022-07-073-8/+33
| * | xfs: convert CIL busy extents to per-cpuDave Chinner2022-07-071-6/+20
| * | xfs: track CIL ticket reservation in percpu structureDave Chinner2022-07-072-4/+13
| * | xfs: implement percpu cil space used calculationDave Chinner2022-07-072-31/+149
| * | xfs: introduce per-cpu CIL tracking structureDave Chinner2022-07-023-2/+47
| * | xfs: rework per-iclog header CIL reservationDave Chinner2022-07-023-25/+59
| * | xfs: lift init CIL reservation out of xc_cil_lockDave Chinner2022-07-021-16/+14
| * | xfs: use the CIL space used counter for emptiness checksDave Chinner2022-07-022-19/+28
| |/
* | Linux 5.19-rc5v5.19-rc5Linus Torvalds2022-07-031-1/+1
* | lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds2022-07-032-26/+0
* | sparse: introduce conditional lock acquire function attributeLinus Torvalds2022-07-032-3/+5
* | Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-07-0314-131/+130
|\|
| * xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong2022-07-011-2/+7
| * xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong2022-06-291-0/+2
| * xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-295-65/+12
| * xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong2022-06-291-9/+17
| * xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong2022-06-261-19/+26
| * xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong2022-06-261-1/+19
| * xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia2022-06-261-2/+2
| * xfs: factor out the common lock flags assertKaixu Xia2022-06-261-37/+23
| * xfs: introduce xfs_inodegc_push()Dave Chinner2022-06-235-10/+28
| * xfs: bound maximum wait time for inodegc workDave Chinner2022-06-233-16/+24
* | Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-07-022-2/+3
|\ \
| * | SUNRPC: Fix READ_PLUS crasherChuck Lever2022-06-301-1/+1