- c04c51c xfs: remove unused parameter from refcount code by Darrick J. Wong · 3 years, 3 months ago
- b3b5ff4 xfs: reduce the size of struct xfs_extent_free_item by Darrick J. Wong · 3 years, 3 months ago
- c201d9c xfs: rename xfs_bmap_add_free to xfs_free_extent_later by Darrick J. Wong · 3 years, 3 months ago
- f3c799c xfs: create slab caches for frequently-used deferred items by Darrick J. Wong · 3 years, 3 months ago
- 9e25395 xfs: compact deferred intent item structures by Darrick J. Wong · 3 years, 3 months ago
- 182696f xfs: rename _zone variables to _cache by Darrick J. Wong · 3 years, 3 months ago
- e7720afa xfs: remove kmem_zone typedef by Darrick J. Wong · 3 years, 4 months ago
- 9fa47bd xfs: use separate btree cursor cache for each btree type by Darrick J. Wong · 3 years, 4 months ago
- 0ed5f73 xfs: compute absolute maximum nlevels for each btree type by Darrick J. Wong · 3 years, 4 months ago
- bc8883e xfs: kill XFS_BTREE_MAXLEVELS by Darrick J. Wong · 3 years, 4 months ago
- 9ec6912 xfs: compute the maximum height of the rmap btree when reflink enabled by Darrick J. Wong · 3 years, 4 months ago
- 1b236ad xfs: clean up xfs_btree_{calc_size,compute_maxlevels} by Darrick J. Wong · 3 years, 3 months ago
- b74e15d xfs: compute maximum AG btree height for critical reservation calculation by Darrick J. Wong · 3 years, 4 months ago
- 7cb3efb xfs: rename m_ag_maxlevels to m_allocbt_maxlevels by Darrick J. Wong · 3 years, 3 months ago
- c940a0c xfs: dynamically allocate cursors based on maxlevels by Darrick J. Wong · 3 years, 4 months ago
- c0643f6 xfs: encode the max btree height in the cursor by Darrick J. Wong · 3 years, 4 months ago
- 56370ea xfs: refactor btree cursor allocation function by Darrick J. Wong · 3 years, 4 months ago
- 69724d9 xfs: rearrange xfs_btree_cur fields for better packing by Darrick J. Wong · 3 years, 3 months ago
- 6ca444cf xfs: prepare xfs_btree_cur for dynamic cursor heights by Darrick J. Wong · 3 years, 4 months ago
- efb79ea xfs: reduce the size of nr_ops for refcount btree cursors by Darrick J. Wong · 3 years, 4 months ago
- cc41174 xfs: remove xfs_btree_cur.bc_blocklog by Darrick J. Wong · 3 years, 4 months ago
- 892a666f xfs: fix perag reference leak on iteration race with growfs by Brian Foster · 3 years, 3 months ago
- 8ed004e xfs: terminate perag iteration reliably on agcount by Brian Foster · 3 years, 3 months ago
- f1788b5 xfs: rename the next_agno perag iteration variable by Brian Foster · 3 years, 3 months ago
- bf2307b xfs: fold perag loop iteration logic into helper function by Brian Foster · 3 years, 3 months ago
- 11a83f4 xfs: remove the xfs_dqblk_t typedef by Christoph Hellwig · 3 years, 3 months ago
- ed67ebf xfs: remove the xfs_dsb_t typedef by Christoph Hellwig · 3 years, 3 months ago
- de38db7 xfs: remove the xfs_dinode_t typedef by Christoph Hellwig · 3 years, 3 months ago
- 4c175af xfs: check that bc_nlevels never overflows by Darrick J. Wong · 3 years, 4 months ago
- ae127f0 xfs: remove xfs_btree_cur_t typedef by Darrick J. Wong · 3 years, 4 months ago
- 78e8ec8 xfs: fix maxlevels comparisons in the btree staging code by Darrick J. Wong · 3 years, 4 months ago
- 512edfa xfs: port the defer ops capture and continue to resource capture by Darrick J. Wong · 3 years, 4 months ago
- c5db9f9 xfs: formalize the process of holding onto resources across a defer roll by Darrick J. Wong · 3 years, 4 months ago
- 9343ee7 xfs: convert bp->b_bn references to xfs_buf_daddr() by Dave Chinner · 3 years, 5 months ago
- 04fcad8 xfs: introduce xfs_buf_daddr() by Dave Chinner · 3 years, 5 months ago
- cf28e17 xfs: kill xfs_sb_version_has_v3inode() by Dave Chinner · 3 years, 5 months ago
- d6837c1 xfs: introduce xfs_sb_is_v5 helper by Dave Chinner · 3 years, 5 months ago
- 2beb7b5 xfs: remove unused xfs_sb_version_has wrappers by Dave Chinner · 3 years, 5 months ago
- ebd9027 xfs: convert xfs_sb_version_has checks to use mount features by Dave Chinner · 3 years, 5 months ago
- fe08cc5 xfs: open code sb verifier feature checks by Dave Chinner · 3 years, 5 months ago
- 03288b1 xfs: convert xfs_fs_geometry to use mount feature checks by Dave Chinner · 3 years, 5 months ago
- 75c8c50f xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown by Dave Chinner · 3 years, 5 months ago
- 2e973b2 xfs: convert remaining mount flags to state flags by Dave Chinner · 3 years, 5 months ago
- 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 5 months ago
- 38c26bf xfs: replace xfs_sb_version checks with feature flag checks by Dave Chinner · 3 years, 5 months ago
- a1d86e8 xfs: reflect sb features in xfs_mount by Dave Chinner · 3 years, 5 months ago
- e23b55d xfs: rework attr2 feature and mount options by Dave Chinner · 3 years, 5 months ago
- 51b495e xfs: rename xfs_has_attr() by Dave Chinner · 3 years, 5 months ago
- 8cf07f3 xfs: sb verifier doesn't handle uncached sb buffer by Dave Chinner · 3 years, 5 months ago
- f93f85f xfs: resolve fork names in trace output by Darrick J. Wong · 3 years, 5 months ago
- 32816fd xfs: constify btree function parameters that are not modified by Darrick J. Wong · 3 years, 5 months ago
- 60e265f xfs: make the start pointer passed to btree update_lastrec functions const by Darrick J. Wong · 3 years, 5 months ago
- deb06b9 xfs: make the start pointer passed to btree alloc_block functions const by Darrick J. Wong · 3 years, 5 months ago
- b5a6e5f xfs: make the pointer passed to btree set_root functions const by Darrick J. Wong · 3 years, 5 months ago
- 22ece4e8 xfs: mark the record passed into xchk_btree functions as const by Darrick J. Wong · 3 years, 5 months ago
- 8e38dc8 xfs: make the keys and records passed to btree inorder functions const by Darrick J. Wong · 3 years, 5 months ago
- 23825cd xfs: mark the record passed into btree init_key functions as const by Darrick J. Wong · 3 years, 5 months ago
- 159eb69 xfs: make the record pointer passed to query_range functions const by Darrick J. Wong · 3 years, 5 months ago
- 04dcb47 xfs: make the key parameters to all btree query range functions const by Darrick J. Wong · 3 years, 5 months ago
- d29d557 xfs: make the key parameters to all btree key comparison functions const by Darrick J. Wong · 3 years, 5 months ago
- c02f652 xfs: make xfs_rtalloc_query_range input parameters const by Darrick J. Wong · 3 years, 5 months ago
- 5e68b4c xfs: Rename __xfs_attr_rmtval_remove by Allison Henderson · 3 years, 5 months ago
- df08263 xfs: add attr state machine tracepoints by Allison Henderson · 3 years, 5 months ago
- 4bc6198 xfs: refactor xfs_iget calls from log intent recovery by Darrick J. Wong · 3 years, 5 months ago
- 908ce71 xfs: allow setting and clearing of log incompat feature flags by Darrick J. Wong · 3 years, 5 months ago
- d634525 xfs: replace kmem_alloc_large() with kvmalloc() by Dave Chinner · 3 years, 5 months ago
- b7df763 xfs: fix silly whitespace problems with kernel libxfs by Darrick J. Wong · 3 years, 5 months ago
- 149e53a xfs: remove the active vs running quota differentiation by Christoph Hellwig · 3 years, 5 months ago
- 40b5222 xfs: remove support for disabling quota accounting on a mounted file system by Christoph Hellwig · 3 years, 5 months ago
- aa66032 Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 6 months ago
- 32baa63 xfs: logging the on disk inode LSN can make it go backwards by Dave Chinner · 3 years, 6 months ago
- f0eb870 Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 6 months ago
- 83193e5 xfs: correct the narrative around misaligned rtinherit/extszinherit dirs by Darrick J. Wong · 3 years, 6 months ago
- da062d1 xfs: check for sparse inode clusters that cross new EOAG when shrinking by Darrick J. Wong · 3 years, 6 months ago
- 5937e00 xfs: Fix multiple fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 7 months ago
- 9f7b640 Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 7 months ago
- 8ec035a Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 7 months ago
- d3a3340 xfs: Initialize error in xfs_attr_remove_iter by Allison Henderson · 3 years, 7 months ago
- a8f3522 xfs: fix endianness issue in xfs_ag_shrink_space by Darrick J. Wong · 3 years, 7 months ago
- 5f9b4b0 xfs: xfs_log_force_lsn isn't passed a LSN by Dave Chinner · 3 years, 7 months ago
- a6a65fe xfs: log stripe roundoff is a property of the log by Dave Chinner · 3 years, 7 months ago
- 90e2c1c xfs: perag may be null in xfs_imap() by Dave Chinner · 3 years, 7 months ago
- d1015e2 Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderson/xfs_work into xfs-5.14-merge4 by Darrick J. Wong · 3 years, 7 months ago
- 816c8e3 xfs: Make attr name schemes consistent by Allison Henderson · 3 years, 8 months ago
- 4a4957c xfs: Fix default ASSERT in xfs_attr_set_iter by Allison Henderson · 3 years, 8 months ago
- ffc1858 Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
- 8b943d2 Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
- f52edf6 Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
- 9ba0889 xfs: drop the AGI being passed to xfs_check_agi_freecount by Dave Chinner · 3 years, 7 months ago
- c3eabd3 Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
- ebf2e33 Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.14-merge2 by Darrick J. Wong · 3 years, 7 months ago
- 919a4dd xfs: fix radix tree tag signs by Darrick J. Wong · 3 years, 8 months ago
- 5a981e4 xfs: mark xfs_bmap_set_attrforkoff static by Christoph Hellwig · 3 years, 8 months ago
- 9673261 xfs: Remove redundant assignment to busy by Jiapeng Chong · 3 years, 8 months ago
- 5f7fd75 xfs: sort variable alphabetically to avoid repeated declaration by Shaokun Zhang · 3 years, 8 months ago
- 5092011 xfs: remove xfs_perag_t by Dave Chinner · 3 years, 8 months ago
- f40aadb xfs: use perag through unlink processing by Dave Chinner · 3 years, 8 months ago
- 8237fbf xfs: clean up and simplify xfs_dialloc() by Dave Chinner · 3 years, 8 months ago
- 309161f xfs: inode allocation can use a single perag instance by Dave Chinner · 3 years, 8 months ago
- b652afd xfs: get rid of xfs_dir_ialloc() by Dave Chinner · 3 years, 8 months ago