summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-26xfs: add metadata reservations for realtime btreesreserve-rt-metadata-space_2020-10-26Darrick J. Wong
2020-10-26xfs: widen per-ag reservation structures to 64-bitsDarrick J. Wong
2020-10-26xfs: refactor realtime inode lockingrefactor-rt-locking_2020-10-26Darrick J. Wong
2020-10-26xfs: refactor realtime scrubbing context managementDarrick J. Wong
2020-10-26xfs: trace log intent item recovery failuresfix-recovered-log-intent-validation_2020-10-26Darrick J. Wong
2020-10-26xfs: improve the code that checks recovered extent-free intent itemsDarrick J. Wong
2020-10-26xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverDarrick J. Wong
2020-10-26xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong
2020-10-26xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong
2020-10-26xfs: improve the code that checks recovered rmap intent itemsDarrick J. Wong
2020-10-26xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong
2020-10-26xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong
2020-10-26xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverDarrick J. Wong
2020-10-26xfs: support dynamic btree cursor sizebtree-dynamic-depth_2020-10-26Darrick J. Wong
2020-10-26xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2020-10-26xfs: update btree keys correctly when _insrec splits an inode root blockbtree-ifork-records_2020-10-26Darrick J. Wong
2020-10-26xfs: support storing records in the inode core rootDarrick J. Wong
2020-10-26xfs: hoist the node iroot update code out of xfs_btree_kill_irootDarrick J. Wong
2020-10-26xfs: hoist the node iroot update code out of xfs_btree_new_irootDarrick J. Wong
2020-10-26xfs: support leaves in the incore btree root block in xfs_iroot_reallocDarrick J. Wong
2020-10-26xfs: generalize the btree root reallocation functionDarrick J. Wong
2020-10-26xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2020-10-26xfs: rearrange xfs_iroot_realloc a bitDarrick J. Wong
2020-10-26xfs: move the zero records logic into xfs_bmap_broot_space_calcDarrick J. Wong
2020-10-26xfs: hoist the code that moves the incore inode fork broot memoryDarrick J. Wong
2020-10-26xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2020-10-26xfs: refactor creation of bmap btree rootsDarrick J. Wong
2020-10-26xfs: refactor the allocation and freeing of incore inode fork btree rootsDarrick J. Wong
2020-10-26xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2020-10-26xfs: enable metadata directory featuremetadir_2020-10-26Darrick J. Wong
2020-10-26xfs: put metadata inodes in a separate lockdep classDarrick J. Wong
2020-10-26xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2020-10-26xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2020-10-26xfs: read and write metadata inode directoryDarrick J. Wong
2020-10-26xfs: enforce metadata inode flagDarrick J. Wong
2020-10-26xfs: convert metadata inode lookup keys to use pathsDarrick J. Wong
2020-10-26xfs: load metadata directory root at mount timeDarrick J. Wong
2020-10-26xfs: define the on-disk format for the metadir featureDarrick J. Wong
2020-10-26xfs: iget for metadata inodesDarrick J. Wong
2020-10-26xfs: convert all users to xfs_imeta_logDarrick J. Wong
2020-10-26xfs: refactor the v4 group/project inode pointer switchDarrick J. Wong
2020-10-26xfs: create transaction reservations for metadata inode operationsDarrick J. Wong
2020-10-26xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2020-10-26xfs: get rid of cross_renameinode-refactor_2020-10-26Darrick J. Wong
2020-10-26xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2020-10-26xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2020-10-26xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2020-10-26xfs: hoist inode free function to libxfsDarrick J. Wong
2020-10-26xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2020-10-26xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong