summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
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: 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: 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: 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: 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
2020-10-26xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2020-10-26xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2020-10-26xfs: move xfs_dir_ialloc to libxfsDarrick J. Wong
2020-10-26xfs: refactor special inode roll out of xfs_dir_iallocDarrick J. Wong
2020-10-26xfs: hoist inode allocation functionDarrick J. Wong
2020-10-26xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2020-10-26xfs: pack inode allocation parameters into a separate structureDarrick J. Wong
2020-10-26xfs: hoist project id get/set functionsDarrick J. Wong
2020-10-26xfs: hoist inode flag conversion functionsDarrick J. Wong
2020-10-26xfs: hoist extent size helpers to libxfsDarrick J. Wong
2020-10-26xfs: repair extended attributesDarrick J. Wong
2020-10-26xfs: create a new inode fork block unmap helperDarrick J. Wong
2020-10-26xfs: enable atomic swapext featureatomic-file-updates_2020-10-26Darrick J. Wong
2020-10-26xfs: condense directories after an atomic swapDarrick J. Wong
2020-10-26xfs: condense extended attributes after an atomic swapDarrick J. Wong