summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2021-12-15xfs: repair inode block mapsDarrick J. Wong
2021-12-15xfs: zap broken inode forksDarrick J. Wong
2021-12-15xfs: repair inode recordsDarrick J. Wong
2021-12-15xfs: repair refcount btreesrepair-ag-btrees_2021-12-15Darrick J. Wong
2021-12-15xfs: repair inode btreesDarrick J. Wong
2021-12-15xfs: repair free space btreesDarrick J. Wong
2021-12-15xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2021-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2021-12-15xfs: amend xfs_rmap_has_other_keys to check file offsets properlyDarrick J. Wong
2021-12-15xfs: reduce transaction reservations with reflinkDarrick J. Wong
2021-12-15xfs: reduce the absurdly large log reservationsDarrick J. Wong
2021-12-15xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong
2021-12-15xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2021-12-15xfs: speed up write operations by using non-overlapped lookups when possiblermap-speedups_2021-12-15Darrick J. Wong
2021-12-15xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2021-12-15xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2021-12-15xfs: teach xfs_btree_has_record to return false if there are gapsDarrick J. Wong
2021-12-15xfs: fix rmap key comparison functionsDarrick J. Wong
2021-11-24xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu
2021-11-11xfs: sync xfs_btree_split macros with userspace libxfsxfs-5.16-merge-5Darrick J. Wong
2021-11-10xfs: #ifdef out perag code for userspaceEric Sandeen
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang
2021-10-22xfs: remove unused parameter from refcount codeDarrick J. Wong
2021-10-22xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-10-22xfs: compact deferred intent item structuresDarrick J. Wong
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong
2021-10-19xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong
2021-10-19xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-10-19xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-10-19xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong
2021-10-19xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong
2021-10-19xfs: fix perag reference leak on iteration race with growfsBrian Foster
2021-10-19xfs: terminate perag iteration reliably on agcountBrian Foster
2021-10-19xfs: rename the next_agno perag iteration variableBrian Foster
2021-10-19xfs: fold perag loop iteration logic into helper functionBrian Foster
2021-10-14xfs: remove the xfs_dqblk_t typedefxfs-merge-5.16_2021-10-14xfs-5.16-merge-2Christoph Hellwig
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig