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