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