Age | Commit message (Expand) | Author | Files | Lines |
2022-07-12 | xfs: replace XFS_IFORK_Q with a proper predicate function | Darrick J. Wong | 13 | -27/+31 |
2022-07-09 | xfs: use XFS_IFORK_Q to determine the presence of an xattr fork | Darrick J. Wong | 11 | -29/+12 |
2022-07-09 | xfs: make inode attribute forks a permanent part of struct xfs_inode | Darrick J. Wong | 16 | -104/+121 |
2022-07-09 | xfs: convert XFS_IFORK_PTR to a static inline helper | Darrick J. Wong | 23 | -83/+95 |
2022-07-09 | xfs: removed useless condition in function xfs_attr_node_get | Andrey Strachuk | 1 | -1/+1 |
2022-07-09 | xfs: add selinux labels to whiteout inodes | Eric Sandeen | 3 | -7/+21 |
2022-07-09 | Merge tag 'xfs-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Darrick J. Wong | 40 | -522/+486 |
2022-07-07 | xfs: rework xfs_buf_incore() API | Dave Chinner | 5 | -37/+41 |
2022-07-07 | xfs: make is_log_ag() a first class helper | Dave Chinner | 8 | -17/+18 |
2022-07-07 | xfs: replace xfs_ag_block_count() with perag accesses | Dave Chinner | 3 | -13/+11 |
2022-07-07 | xfs: Pre-calculate per-AG agino geometry | Dave Chinner | 10 | -81/+95 |
2022-07-07 | xfs: Pre-calculate per-AG agbno geometry | Dave Chinner | 17 | -82/+115 |
2022-07-07 | xfs: pass perag to xfs_alloc_read_agfl | Dave Chinner | 4 | -19/+20 |
2022-07-07 | xfs: pass perag to xfs_alloc_put_freelist | Dave Chinner | 5 | -18/+10 |
2022-07-07 | xfs: pass perag to xfs_alloc_get_freelist | Dave Chinner | 5 | -22/+13 |
2022-07-07 | xfs: pass perag to xfs_read_agf | Dave Chinner | 2 | -16/+14 |
2022-07-07 | xfs: pass perag to xfs_read_agi | Dave Chinner | 4 | -43/+40 |
2022-07-07 | xfs: pass perag to xfs_alloc_read_agf() | Dave Chinner | 20 | -83/+70 |
2022-07-07 | xfs: kill xfs_alloc_pagf_init() | Dave Chinner | 7 | -41/+19 |
2022-07-07 | xfs: pass perag to xfs_ialloc_read_agi() | Dave Chinner | 7 | -36/+31 |
2022-07-07 | xfs: kill xfs_ialloc_pagi_init() | Dave Chinner | 3 | -36/+16 |
2022-07-07 | xfs: make last AG grow/shrink perag centric | Dave Chinner | 4 | -41/+40 |
2022-07-07 | xfs: xlog_sync() manually adjusts grant head space | Dave Chinner | 3 | -17/+41 |
2022-07-07 | xfs: avoid cil push lock if possible | Dave Chinner | 1 | -3/+11 |
2022-07-07 | xfs: move CIL ordering to the logvec chain | Dave Chinner | 2 | -5/+12 |
2022-07-07 | xfs: convert log vector chain to use list heads | Dave Chinner | 6 | -35/+43 |
2022-07-07 | xfs: convert CIL to unordered per cpu lists | Dave Chinner | 2 | -21/+17 |
2022-07-07 | xfs: Add order IDs to log items in CIL | Dave Chinner | 3 | -8/+33 |
2022-07-07 | xfs: convert CIL busy extents to per-cpu | Dave Chinner | 1 | -6/+20 |
2022-07-07 | xfs: track CIL ticket reservation in percpu structure | Dave Chinner | 2 | -4/+13 |
2022-07-07 | xfs: implement percpu cil space used calculation | Dave Chinner | 2 | -31/+149 |
2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 3 | -3/+5 |
2022-07-02 | xfs: introduce per-cpu CIL tracking structure | Dave Chinner | 3 | -2/+47 |
2022-07-02 | xfs: rework per-iclog header CIL reservation | Dave Chinner | 3 | -25/+59 |
2022-07-02 | xfs: lift init CIL reservation out of xc_cil_lock | Dave Chinner | 1 | -16/+14 |
2022-07-02 | xfs: use the CIL space used counter for emptiness checks | Dave Chinner | 2 | -19/+28 |
2022-07-01 | xfs: prevent a UAF when log IO errors race with unmount | Darrick J. Wong | 1 | -2/+7 |
2022-06-29 | xfs: dont treat rt extents beyond EOF as eofblocks to be cleared | Darrick J. Wong | 1 | -0/+2 |
2022-06-29 | xfs: don't hold xattr leaf buffers across transaction rolls | Darrick J. Wong | 5 | -65/+12 |
2022-06-29 | xfs: empty xattr leaf header blocks are not corruption | Darrick J. Wong | 1 | -9/+17 |
2022-06-26 | xfs: clean up the end of xfs_attri_item_recover | Darrick J. Wong | 1 | -19/+26 |
2022-06-26 | xfs: always free xattri_leaf_bp when cancelling a deferred op | Darrick J. Wong | 1 | -1/+19 |
2022-06-26 | xfs: use invalidate_lock to check the state of mmap_lock | Kaixu Xia | 1 | -2/+2 |
2022-06-26 | xfs: factor out the common lock flags assert | Kaixu Xia | 1 | -37/+23 |
2022-06-26 | attr: port attribute changes to new types | Christian Brauner | 1 | -4/+6 |
2022-06-26 | fs: port to iattr ownership update helpers | Christian Brauner | 1 | -4/+4 |
2022-06-23 | xfs: introduce xfs_inodegc_push() | Dave Chinner | 5 | -10/+28 |
2022-06-23 | xfs: bound maximum wait time for inodegc work | Dave Chinner | 3 | -16/+24 |
2022-06-15 | xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes | Darrick J. Wong | 1 | -1/+2 |
2022-06-15 | xfs: fix variable state usage | Darrick J. Wong | 1 | -2/+1 |