summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-11-23xfs: sync xfs_btree_split macros with userspace libxfsxfs-5.16-merge_2021-11-23Darrick J. Wong
2021-11-23xfs: #ifdef out perag code for userspaceEric Sandeen
2021-11-23xfs: use swap() to make dabtree code cleanerYang Guang
2021-11-23xfs: use swap() to make code cleanerChangcheng Deng
2021-11-23xfs: Remove duplicated include in xfs_superWan Jiabing
2021-11-23xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster
2021-11-23xfs: remove unused parameter from refcount codeDarrick J. Wong
2021-11-23xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong
2021-11-23xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-11-23xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-11-23xfs: compact deferred intent item structuresDarrick J. Wong
2021-11-23xfs: rename _zone variables to _cacheDarrick J. Wong
2021-11-23xfs: remove kmem_zone typedefDarrick J. Wong
2021-11-23xfs: use separate btree cursor cache for each btree typeDarrick J. Wong
2021-11-23xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong
2021-11-23xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong
2021-11-23xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-11-23xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong
2021-11-23xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong
2021-11-23xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong
2021-11-23xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-11-23xfs: encode the max btree height in the cursorDarrick J. Wong
2021-11-23xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-11-23xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong
2021-11-23xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-11-23xfs: dynamically allocate btree scrub context structureDarrick J. Wong
2021-11-23xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong
2021-11-23xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong
2021-11-23xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong
2021-11-23xfs: fix incorrect decoding in xchk_btree_cur_fsbnoDarrick J. Wong
2021-11-23xfs: fix perag reference leak on iteration race with growfsBrian Foster
2021-11-23xfs: terminate perag iteration reliably on agcountBrian Foster
2021-11-23xfs: rename the next_agno perag iteration variableBrian Foster
2021-11-23xfs: fold perag loop iteration logic into helper functionBrian Foster
2021-11-23xfs: replace snprintf in show functions with sysfs_emitQing Wang
2021-11-23xfs: remove the xfs_dqblk_t typedefChristoph Hellwig
2021-11-23xfs: remove the xfs_dsb_t typedefChristoph Hellwig
2021-11-23xfs: remove the xfs_dinode_t typedefChristoph Hellwig
2021-11-23xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-11-23xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong
2021-11-23xfs: stricter btree height checking when looking for errorsDarrick J. Wong
2021-11-23xfs: don't allocate scrub contexts on the stackDarrick J. Wong
2021-11-23xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-11-23xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong
2021-11-23xfs: port the defer ops capture and continue to resource captureDarrick J. Wong
2021-11-23xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong
2021-11-23xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev
2021-11-23xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva
2021-10-29Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from lzo"David Sterba