Age | Commit message (Expand) | Author |
2021-12-01 | xfs: remove incorrect ASSERT in xfs_rename | Eric Sandeen |
2021-11-24 | xfs: remove xfs_inew_wait | Christoph Hellwig |
2021-11-24 | xfs: Fix the free logic of state in xfs_attr_node_hasname | Yang Xu |
2021-11-14 | Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2021-11-11 | xfs: sync xfs_btree_split macros with userspace libxfs | Darrick J. Wong |
2021-11-10 | xfs: #ifdef out perag code for userspace | Eric Sandeen |
2021-11-08 | xfs: use swap() to make dabtree code cleaner | Yang Guang |
2021-11-02 | Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2021-11-01 | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-10-30 | xfs: use swap() to make code cleaner | Changcheng Deng |
2021-10-30 | xfs: Remove duplicated include in xfs_super | Wan Jiabing |
2021-10-24 | iomap: Add done_before argument to iomap_dio_rw | Andreas Gruenbacher |
2021-10-22 | xfs: punch out data fork delalloc blocks on COW writeback failure | Brian Foster |
2021-10-22 | xfs: remove unused parameter from refcount code | Darrick J. Wong |
2021-10-22 | xfs: reduce the size of struct xfs_extent_free_item | Darrick J. Wong |
2021-10-22 | xfs: rename xfs_bmap_add_free to xfs_free_extent_later | Darrick J. Wong |
2021-10-22 | xfs: create slab caches for frequently-used deferred items | Darrick J. Wong |
2021-10-22 | xfs: compact deferred intent item structures | Darrick J. Wong |
2021-10-22 | xfs: rename _zone variables to _cache | Darrick J. Wong |
2021-10-22 | xfs: remove kmem_zone typedef | Darrick J. Wong |
2021-10-20 | xfs: Use kvcalloc() instead of kvzalloc() | Gustavo A. R. Silva |
2021-10-19 | xfs: use separate btree cursor cache for each btree type | Darrick J. Wong |
2021-10-19 | xfs: compute absolute maximum nlevels for each btree type | Darrick J. Wong |
2021-10-19 | xfs: kill XFS_BTREE_MAXLEVELS | Darrick J. Wong |
2021-10-19 | xfs: compute the maximum height of the rmap btree when reflink enabled | Darrick J. Wong |
2021-10-19 | xfs: clean up xfs_btree_{calc_size,compute_maxlevels} | Darrick J. Wong |
2021-10-19 | xfs: compute maximum AG btree height for critical reservation calculation | Darrick J. Wong |
2021-10-19 | xfs: rename m_ag_maxlevels to m_allocbt_maxlevels | Darrick J. Wong |
2021-10-19 | xfs: dynamically allocate cursors based on maxlevels | Darrick J. Wong |
2021-10-19 | xfs: encode the max btree height in the cursor | Darrick J. Wong |
2021-10-19 | xfs: refactor btree cursor allocation function | Darrick J. Wong |
2021-10-19 | xfs: rearrange xfs_btree_cur fields for better packing | Darrick J. Wong |
2021-10-19 | xfs: prepare xfs_btree_cur for dynamic cursor heights | Darrick J. Wong |
2021-10-19 | xfs: dynamically allocate btree scrub context structure | Darrick J. Wong |
2021-10-19 | xfs: don't track firstrec/firstkey separately in xchk_btree | Darrick J. Wong |
2021-10-19 | xfs: reduce the size of nr_ops for refcount btree cursors | Darrick J. Wong |
2021-10-19 | xfs: remove xfs_btree_cur.bc_blocklog | Darrick J. Wong |
2021-10-19 | xfs: fix incorrect decoding in xchk_btree_cur_fsbno | Darrick J. Wong |
2021-10-19 | xfs: fix perag reference leak on iteration race with growfs | Brian Foster |
2021-10-19 | xfs: terminate perag iteration reliably on agcount | Brian Foster |
2021-10-19 | xfs: rename the next_agno perag iteration variable | Brian Foster |
2021-10-19 | xfs: fold perag loop iteration logic into helper function | Brian Foster |
2021-10-19 | xfs: replace snprintf in show functions with sysfs_emit | Qing Wang |
2021-10-18 | block: switch polling to be bio based | Christoph Hellwig |
2021-10-14 | xfs: remove the xfs_dqblk_t typedef | Christoph Hellwig |
2021-10-14 | xfs: remove the xfs_dsb_t typedef | Christoph Hellwig |
2021-10-14 | xfs: remove the xfs_dinode_t typedef | Christoph Hellwig |
2021-10-14 | xfs: check that bc_nlevels never overflows | Darrick J. Wong |
2021-10-14 | xfs: stricter btree height checking when scanning for btree roots | Darrick J. Wong |