summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-08-10convert freespto btree bulk loadrepair-redesign_2019-08-10Darrick J. Wong
2019-08-10refactor freespace repair to use one context structureDarrick J. Wong
2019-08-10convert refcount repair to bulk loadDarrick J. Wong
2019-08-10ialloc initial bulkload implementationDarrick J. Wong
2019-08-10implement incore btree space reservationsDarrick J. Wong
2019-08-10implement btree bulk loadDarrick J. Wong
2019-08-10clean up refcount repair codeDarrick J. Wong
2019-08-10clean up and reorganize iallocDarrick J. Wong
2019-08-10xfs: whine to dmesg when we encounter errorsdjwong-wtf_2019-08-10Darrick J. Wong
2019-08-10xfs: Don't free EOF blocks on close when extent size hints are setrough-fixes_2019-08-10Dave Chinner
2019-08-10xfs: don't free EOF blocks on read closeDave Chinner
2019-08-10xfs: only free posteof blocks on first closeDarrick J. Wong
2019-08-10xfs: cross-reference the realtime rmapbtrealtime-rmap_2019-08-10Darrick J. Wong
2019-08-10xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2019-08-10xfs: scrub the realtime rmapbtDarrick J. Wong
2019-08-10xfs: wire up getfsmap to the realtime reverse mapping btreeDarrick J. Wong
2019-08-10xfs: enable realtime rmap btreeDarrick J. Wong
2019-08-10xfs: dynamically create the realtime rmapbt inode when attaching rtdevDarrick J. Wong
2019-08-10xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong
2019-08-10xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong
2019-08-10xfs: wire up a new inode fork type for the realtime rmapDarrick J. Wong
2019-08-10xfs: add realtime reverse map inode to superblockDarrick J. Wong
2019-08-10xfs: add realtime rmap btree block detection to log recoveryDarrick J. Wong
2019-08-10xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2019-08-10xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong
2019-08-10xfs: add realtime rmap btree operationsDarrick J. Wong
2019-08-10xfs: realtime rmap btree transaction reservationsDarrick J. Wong
2019-08-10xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2019-08-10xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2019-08-10xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong
2019-08-10xfs: support storing records in the inode core rootDarrick J. Wong
2019-08-10xfs: make iroot_realloc a btree functionDarrick J. Wong
2019-08-10xfs: enable metadata inode directory featuremetadir_2019-08-10Darrick J. Wong
2019-08-10xfs: scrub and repair finobt block countersDarrick J. Wong
2019-08-10xfs: store free inode btree block counts in AGI headerDarrick J. Wong
2019-08-10xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2019-08-10xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2019-08-10xfs: read and write metadata inode directoryDarrick J. Wong
2019-08-10xfs: enforce metadata inode flagDarrick J. Wong
2019-08-10xfs: convert metadata inode lookup keys to use pathsDarrick J. Wong
2019-08-10xfs: load metadata inode directory at mount timeDarrick J. Wong
2019-08-10xfs: define the on-disk format for the metadir featureDarrick J. Wong
2019-08-10xfs: iget for metadata inodesDarrick J. Wong
2019-08-10xfs: convert all users to xfs_imeta_logDarrick J. Wong
2019-08-10xfs: refactor the v4 group/project inode pointer switchDarrick J. Wong
2019-08-10xfs: create transaction reservations for metadata inode operationsDarrick J. Wong
2019-08-10xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2019-08-10xfs: get rid of cross_renameinode-refactor_2019-08-10Darrick J. Wong
2019-08-10xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2019-08-10xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong