summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-10xfs: scrub and repair finobt block countersDarrick J. Wong
2019-08-10xfs: store free inode btree block counts in AGI headerDarrick J. Wong
2019-08-10xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2019-08-10xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2019-08-10xfs: read and write metadata inode directoryDarrick J. Wong
2019-08-10xfs: enforce metadata inode flagDarrick J. Wong
2019-08-10xfs: convert metadata inode lookup keys to use pathsDarrick J. Wong
2019-08-10xfs: load metadata inode directory at mount timeDarrick J. Wong
2019-08-10xfs: define the on-disk format for the metadir featureDarrick J. Wong
2019-08-10xfs: iget for metadata inodesDarrick J. Wong
2019-08-10xfs: convert all users to xfs_imeta_logDarrick J. Wong
2019-08-10xfs: refactor the v4 group/project inode pointer switchDarrick J. Wong
2019-08-10xfs: create transaction reservations for metadata inode operationsDarrick J. Wong
2019-08-10xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2019-08-10xfs: get rid of cross_renameinode-refactor_2019-08-10Darrick J. Wong
2019-08-10xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2019-08-10xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2019-08-10xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2019-08-10xfs: hoist inode free function to libxfsDarrick J. Wong
2019-08-10xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2019-08-10xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2019-08-10xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2019-08-10xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2019-08-10xfs: move xfs_dir_ialloc to libxfsDarrick J. Wong
2019-08-10xfs: refactor special inode roll out of xfs_dir_iallocDarrick J. Wong
2019-08-10xfs: push xfs_ialloc_args creation out of xfs_dir_iallocDarrick J. Wong
2019-08-10xfs: hoist inode allocation functionDarrick J. Wong
2019-08-10xfs: delegate post-allocation igetDarrick J. Wong
2019-08-10xfs: split inode allocation and initializationDarrick J. Wong
2019-08-10xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2019-08-10xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2019-08-10xfs: pack inode allocation parameters into a separate structureDarrick J. Wong
2019-08-10xfs: hoist project id get/set functionsDarrick J. Wong
2019-08-10xfs: hoist inode flag conversion functionsDarrick J. Wong
2019-08-10xfs: hoist extent size helpers to libxfsDarrick J. Wong
2019-08-10xfs: repair summary countersrepair-part-two_2019-08-10Darrick J. Wong
2019-08-10xfs: implement live quotacheck as part of quota repairDarrick J. Wong
2019-08-10xfs: repair the rmapbtDarrick J. Wong
2019-08-10xfs: introduce online scrub freezeDarrick J. Wong
2019-08-10xfs: update health status if we get a clean bill of healthDarrick J. Wong
2019-08-10xfs: remember sick inodes that get inactivatedDarrick J. Wong
2019-08-10xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2019-08-10xfs: create a polled function to force inode inactivationdeferred-inactivation_2019-08-10Darrick J. Wong
2019-08-10xfs: parallelize inode inactivationDarrick J. Wong
2019-08-10xfs: force inactivation before fallocate when space is lowDarrick J. Wong
2019-08-10xfs: force inode inactivation and retry fs writes when there isn't spaceDarrick J. Wong
2019-08-10xfs: deferred inode inactivationDarrick J. Wong
2019-08-10xfs: pass around xfs_inode_ag_walk iget/irele helper functionsDarrick J. Wong
2019-08-10xfs: pass per-ag structure to the xfs_ici_walk execute functionDarrick J. Wong
2019-08-10xfs: track unlinked inactive inode quota countersDarrick J. Wong