summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-15xfs: refactor realtime inode lockingrefactor-rt-locking_2021-12-15Darrick J. Wong
2021-12-15xfs: use separate lock classes for realtime metadata inode ILOCKsDarrick J. Wong
2021-12-15xfs: refactor realtime scrubbing context managementDarrick J. Wong
2021-12-15xfs: update btree keys correctly when _insrec splits an inode root blockbtree-ifork-records_2021-12-15Darrick J. Wong
2021-12-15xfs: support storing records in the inode core rootDarrick J. Wong
2021-12-15xfs: hoist the node iroot update code out of xfs_btree_kill_irootDarrick J. Wong
2021-12-15xfs: hoist the node iroot update code out of xfs_btree_new_irootDarrick J. Wong
2021-12-15xfs: support leaves in the incore btree root block in xfs_iroot_reallocDarrick J. Wong
2021-12-15xfs: generalize the btree root reallocation functionDarrick J. Wong
2021-12-15xfs: standardize the btree maxrecs function parametersDarrick J. Wong
2021-12-15xfs: rearrange xfs_iroot_realloc a bitDarrick J. Wong
2021-12-15xfs: move the zero records logic into xfs_bmap_broot_space_calcDarrick J. Wong
2021-12-15xfs: hoist the code that moves the incore inode fork broot memoryDarrick J. Wong
2021-12-15xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2021-12-15xfs: refactor creation of bmap btree rootsDarrick J. Wong
2021-12-15xfs: refactor the allocation and freeing of incore inode fork btree rootsDarrick J. Wong
2021-12-15xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong
2021-12-15xfs: enable metadata directory featuremetadir_2021-12-15Darrick J. Wong
2021-12-15xfs: scrub metadata directoriesDarrick J. Wong
2021-12-15xfs: allow bulkstat to return metadata directoriesDarrick J. Wong
2021-12-15xfs: advertise metadata directory featureDarrick J. Wong
2021-12-15xfs: hide metadata inodes from everyone because they are specialDarrick J. Wong
2021-12-15xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2021-12-15xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2021-12-15xfs: read and write metadata inode directoryDarrick J. Wong
2021-12-15xfs: enforce metadata inode flagDarrick J. Wong
2021-12-15xfs: convert metadata inode lookup keys to use pathsDarrick J. Wong
2021-12-15xfs: load metadata directory root at mount timeDarrick J. Wong
2021-12-15xfs: update imeta transaction reservations for metadirDarrick J. Wong
2021-12-15xfs: define the on-disk format for the metadir featureDarrick J. Wong
2021-12-15xfs: iget for metadata inodesDarrick J. Wong
2021-12-15xfs: convert all users to xfs_imeta_logDarrick J. Wong
2021-12-15xfs: refactor the v4 group/project inode pointer switchDarrick J. Wong
2021-12-15xfs: create transaction reservations for metadata inode operationsDarrick J. Wong
2021-12-15xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2021-12-15xfs: get rid of cross_renameinode-refactor_2021-12-15Darrick J. Wong
2021-12-15xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2021-12-15xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2021-12-15xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2021-12-15xfs: hoist inode free function to libxfsDarrick J. Wong
2021-12-15xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2021-12-15xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2021-12-15xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2021-12-15xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2021-12-15xfs: wrap inode creation dqalloc callsDarrick J. Wong
2021-12-15xfs: push xfs_icreate_args creation out of xfs_create*Darrick J. Wong
2021-12-15xfs: hoist new inode initialization functions to libxfsDarrick J. Wong
2021-12-15xfs: split new inode creation into two piecesDarrick J. Wong
2021-12-15xfs: use xfs_trans_ichgtime to set times when allocating inodeDarrick J. Wong
2021-12-15xfs: implement atime updates in xfs_trans_ichgtimeDarrick J. Wong