summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-06-01xfs: online repair of the realtime rmap btreeDarrick J. Wong
2020-06-01xfs: online repair of realtime bitmapsDarrick J. Wong
2020-06-01xfs: online repair of realtime file bmapsDarrick J. Wong
2020-06-01xfs: cross-reference the realtime rmapbtDarrick J. Wong
2020-06-01xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2020-06-01xfs: scrub the realtime rmapbtDarrick J. Wong
2020-06-01xfs: refactor realtime scrubbing context managementDarrick J. Wong
2020-06-01xfs: wire up getfsmap to the realtime reverse mapping btreeDarrick J. Wong
2020-06-01xfs: enable realtime rmap btreeDarrick J. Wong
2020-06-01xfs: dynamically create the realtime rmapbt inode when attaching rtdevDarrick J. Wong
2020-06-01xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong
2020-06-01xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong
2020-06-01xfs: wire up a new inode fork type for the realtime rmapDarrick J. Wong
2020-06-01xfs: add realtime reverse map inode to superblockDarrick J. Wong
2020-06-01xfs: add realtime rmap btree block detection to log recoveryDarrick J. Wong
2020-06-01xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2020-06-01xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong
2020-06-01xfs: add realtime rmap btree operationsDarrick J. Wong
2020-06-01xfs: realtime rmap btree transaction reservationsDarrick J. Wong
2020-06-01xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2020-06-01xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2020-06-01xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong
2020-06-01xfs: support storing records in the inode core rootDarrick J. Wong
2020-06-01xfs: make iroot_realloc a btree functionDarrick J. Wong
2020-06-01xfs: enable metadata inode directory featuremetadir_2020-06-01Darrick J. Wong
2020-06-01xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2020-06-01xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2020-06-01xfs: read and write metadata inode directoryDarrick J. Wong
2020-06-01xfs: enforce metadata inode flagDarrick J. Wong
2020-06-01xfs: convert metadata inode lookup keys to use pathsDarrick J. Wong
2020-06-01xfs: load metadata inode directory at mount timeDarrick J. Wong
2020-06-01xfs: define the on-disk format for the metadir featureDarrick J. Wong
2020-06-01xfs: iget for metadata inodesDarrick J. Wong
2020-06-01xfs: convert all users to xfs_imeta_logDarrick J. Wong
2020-06-01xfs: refactor the v4 group/project inode pointer switchDarrick J. Wong
2020-06-01xfs: create transaction reservations for metadata inode operationsDarrick J. Wong
2020-06-01xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2020-06-01xfs: get rid of cross_renameinode-refactor_2020-06-01Darrick J. Wong
2020-06-01xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2020-06-01xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2020-06-01xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2020-06-01xfs: hoist inode free function to libxfsDarrick J. Wong
2020-06-01xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2020-06-01xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2020-06-01xfs: hoist xfs_{bump,drop}link to libxfsDarrick J. Wong
2020-06-01xfs: hoist xfs_iunlink to libxfsDarrick J. Wong
2020-06-01xfs: move xfs_dir_ialloc to libxfsDarrick J. Wong
2020-06-01xfs: refactor special inode roll out of xfs_dir_iallocDarrick J. Wong
2020-06-01xfs: push xfs_ialloc_args creation out of xfs_dir_iallocDarrick J. Wong
2020-06-01xfs: hoist inode allocation functionDarrick J. Wong