summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2022-04-02Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-6/+23
2022-03-25Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-22/+27
2022-03-23mm/fs: delete PF_SWAPWRITEHugh Dickins1-1/+1
2022-03-21xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2-6/+23
2022-03-14xfs: constify xfs_name_dotdotDarrick J. Wong2-2/+6
2022-03-14xfs: constify the name argument to various directory functionsDarrick J. Wong3-20/+21
2022-01-21Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+4
2022-01-21Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-25/+4
2022-01-17xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong1-4/+4
2022-01-17xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong1-25/+4
2022-01-13Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig1-2/+2
2021-11-24xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu1-10/+7
2021-11-11xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong1-0/+4
2021-11-10xfs: #ifdef out perag code for userspaceEric Sandeen2-3/+7
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang1-4/+1
2021-10-23xfs: remove unused parameter from refcount codeDarrick J. Wong1-11/+8
2021-10-23xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong2-11/+22
2021-10-23xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong9-92/+113
2021-10-23xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong8-9/+139
2021-10-23xfs: compact deferred intent item structuresDarrick J. Wong3-3/+3
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong8-18/+17
2021-10-23xfs: remove kmem_zone typedefDarrick J. Wong13-14/+14
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong12-23/+178
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong14-17/+203
2021-10-19xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong1-2/+0
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong5-18/+85
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong2-36/+37
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong1-1/+2
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong5-13/+16
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong6-7/+20
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong4-8/+10
2021-10-19xfs: refactor btree cursor allocation functionDarrick J. Wong6-22/+21
2021-10-19xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong1-4/+4
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong4-96/+121
2021-10-19xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong1-4/+4
2021-10-19xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong6-7/+0
2021-10-19xfs: fix perag reference leak on iteration race with growfsBrian Foster1-10/+6
2021-10-19xfs: terminate perag iteration reliably on agcountBrian Foster1-1/+1
2021-10-19xfs: rename the next_agno perag iteration variableBrian Foster1-9/+9
2021-10-19xfs: fold perag loop iteration logic into helper functionBrian Foster1-3/+13
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig2-4/+4
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig2-4/+4
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig3-13/+13
2021-10-14xfs: check that bc_nlevels never overflowsDarrick J. Wong2-0/+4
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong4-24/+24
2021-10-14xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong1-2/+2
2021-10-14xfs: port the defer ops capture and continue to resource captureDarrick J. Wong2-29/+71
2021-10-14xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong2-31/+78
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner13-37/+37