summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-09-17xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2021-09-17xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2021-09-17xfs: read and write metadata inode directoryDarrick J. Wong
2021-09-17xfs: enforce metadata inode flagDarrick J. Wong
2021-09-17xfs: convert metadata inode lookup keys to use pathsDarrick J. Wong
2021-09-17xfs: load metadata directory root at mount timeDarrick J. Wong
2021-09-17xfs: update imeta transaction reservations for metadirDarrick J. Wong
2021-09-17xfs: define the on-disk format for the metadir featureDarrick J. Wong
2021-09-17xfs: iget for metadata inodesDarrick J. Wong
2021-09-17xfs: convert all users to xfs_imeta_logDarrick J. Wong
2021-09-17xfs: refactor the v4 group/project inode pointer switchDarrick J. Wong
2021-09-17xfs: create transaction reservations for metadata inode operationsDarrick J. Wong
2021-09-17xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2021-09-17xfs: get rid of cross_renameinode-refactor_2021-09-17Darrick J. Wong
2021-09-17xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2021-09-17xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2021-09-17xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2021-09-17xfs: hoist inode free function to libxfsDarrick J. Wong
2021-09-17xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2021-09-17xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2021-09-17xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2021-09-17xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2021-09-17xfs: wrap inode creation dqalloc callsDarrick J. Wong
2021-09-17xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2021-09-17xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2021-09-17xfs: split new inode creation into two piecesDarrick J. Wong
2021-09-17xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2021-09-17xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong
2021-09-17xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong
2021-09-17xfs: hoist project id get/set functions to libxfsDarrick J. Wong
2021-09-17xfs: hoist inode flag conversion functions to libxfsDarrick J. Wong
2021-09-17xfs: hoist extent size helpers to libxfsDarrick J. Wong
2021-09-17xfs: move inode copy-on-write predicates to xfs_inode.[ch]Darrick J. Wong
2021-09-17xfs: move orphan files to the orphanagerepair-dirs_2021-09-17Darrick J. Wong
2021-09-17xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong
2021-09-17xfs: online repair of parent pointersDarrick J. Wong
2021-09-17xfs: online repair of directoriesDarrick J. Wong
2021-09-17xfs: scrub should set preen if attr leaf has holesrepair-xattrs_2021-09-17Darrick J. Wong
2021-09-17xfs: repair extended attributesDarrick J. Wong
2021-09-17xfs: create a blob array data structureDarrick J. Wong
2021-09-17xfs: online repair of realtime summariesrepair-rtsummary_2021-09-17Darrick J. Wong
2021-09-17xfs: create temporary files and directories for online repairDarrick J. Wong
2021-09-17xfs: hide private inodes from bulkstat and handle functionsDarrick J. Wong
2021-09-17xfs: enable atomic swapext featureatomic-file-updates_2021-09-17Darrick J. Wong
2021-09-17xfs: support non-power-of-two rtextsize with exchange-rangeDarrick J. Wong
2021-09-17xfs: make atomic extent swapping support realtime filesDarrick J. Wong
2021-09-17xfs: condense directories after an atomic swapDarrick J. Wong
2021-09-17xfs: condense extended attributes after an atomic swapDarrick J. Wong
2021-09-17xfs: remove old swap extents implementationDarrick J. Wong
2021-09-17xfs: allow xfs_swap_range to use older extent swap algorithmsDarrick J. Wong