summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-03ext4: allow online filesystem uuid queriesonline-fsuuid-ops_2020-03-03Darrick J. Wong
2020-03-03xfs: allow online filesystem uuid queriesDarrick J. Wong
2020-03-03vfs: create ioctls to query and set the filesystem uuidsDarrick J. Wong
2020-03-03xfs: introduce xfs buffer verifier contextDarrick J. Wong
2020-03-03xfs: xfs_buf_corruption_error should mark buffers staleDarrick J. Wong
2020-03-03STOP HEREDarrick J. Wong
2020-03-03xfs: whine to dmesg when we encounter errorsdjwong-wtf_2020-03-03Darrick J. Wong
2020-03-03xfs: try unbound pwork queuesDarrick J. Wong
2020-03-03xfs: Don't free EOF blocks on close when extent size hints are setDave Chinner
2020-03-03xfs: don't free EOF blocks on read closeDave Chinner
2020-03-03xfs: only free posteof blocks on first closeDarrick J. Wong
2020-03-03xfs: report realtime rmap btree corruption errors to the health systemrealtime-rmap_2020-03-03Darrick J. Wong
2020-03-03xfs: cross-reference the realtime rmapbtDarrick J. Wong
2020-03-03xfs: cross-reference realtime bitmap to realtime rmapbt scrubberDarrick J. Wong
2020-03-03xfs: scrub the realtime rmapbtDarrick J. Wong
2020-03-03xfs: wire up getfsmap to the realtime reverse mapping btreeDarrick J. Wong
2020-03-03xfs: enable realtime rmap btreeDarrick J. Wong
2020-03-03xfs: dynamically create the realtime rmapbt inode when attaching rtdevDarrick J. Wong
2020-03-03xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong
2020-03-03xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong
2020-03-03xfs: wire up a new inode fork type for the realtime rmapDarrick J. Wong
2020-03-03xfs: add realtime reverse map inode to superblockDarrick J. Wong
2020-03-03xfs: add realtime rmap btree block detection to log recoveryDarrick J. Wong
2020-03-03xfs: add a realtime flag to the rmap update log redo itemsDarrick J. Wong
2020-03-03xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong
2020-03-03xfs: add realtime rmap btree operationsDarrick J. Wong
2020-03-03xfs: realtime rmap btree transaction reservationsDarrick J. Wong
2020-03-03xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2020-03-03xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2020-03-03xfs: widen xfs_rmap_irec fields to handle realtime rmapbtDarrick J. Wong
2020-03-03xfs: support storing records in the inode core rootDarrick J. Wong
2020-03-03xfs: make iroot_realloc a btree functionDarrick J. Wong
2020-03-03xfs: enable metadata inode directory featuremetadir_2020-03-03Darrick J. Wong
2020-03-03xfs: disable the agi rotor for metadata inodesDarrick J. Wong
2020-03-03xfs: ensure metadata directory paths exist before creating filesDarrick J. Wong
2020-03-03xfs: read and write metadata inode directoryDarrick J. Wong
2020-03-03xfs: enforce metadata inode flagDarrick J. Wong
2020-03-03xfs: convert metadata inode lookup keys to use pathsDarrick J. Wong
2020-03-03xfs: load metadata inode directory at mount timeDarrick J. Wong
2020-03-03xfs: define the on-disk format for the metadir featureDarrick J. Wong
2020-03-03xfs: iget for metadata inodesDarrick J. Wong
2020-03-03xfs: convert all users to xfs_imeta_logDarrick J. Wong
2020-03-03xfs: refactor the v4 group/project inode pointer switchDarrick J. Wong
2020-03-03xfs: create transaction reservations for metadata inode operationsDarrick J. Wong
2020-03-03xfs: create imeta abstractions to get and set metadata inodesDarrick J. Wong
2020-03-03xfs: get rid of cross_renameinode-refactor_2020-03-03Darrick J. Wong
2020-03-03xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2020-03-03xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2020-03-03xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2020-03-03xfs: hoist inode free function to libxfsDarrick J. Wong