summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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: push xfs_ialloc_args creation out of xfs_dir_iallocDarrick J. Wong
2020-10-26xfs: hoist inode allocation functionDarrick J. Wong
2020-10-26xfs: delegate post-allocation igetDarrick J. Wong
2020-10-26xfs: split inode allocation and initializationDarrick J. Wong
2020-10-26xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick 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: online repair of parent pointersrepair-dirs_2020-10-26Darrick J. Wong
2020-10-26xfs: parent repair should try the dcache firstDarrick J. Wong
2020-10-26xfs: online repair of directoriesDarrick J. Wong
2020-10-26xfs: scrub should set preen if attr leaf has holesrepair-xattrs_2020-10-26Darrick J. Wong
2020-10-26xfs: repair extended attributesDarrick J. Wong
2020-10-26xfs: create a blob array data structureDarrick J. Wong
2020-10-26xfs: online repair of realtime summariesrepair-rtsummary_2020-10-26Darrick J. Wong
2020-10-26xfs: create temporary files and directories for online repairDarrick 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
2020-10-26xfs: remove old swap extents implementationDarrick J. Wong
2020-10-26xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong
2020-10-26xfs: refactor reflink flag handling in xfs_swap_extent_forksDarrick J. Wong