summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-06-01xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-06-01xfs: minimize lifespan of deferred work items to reduce log tail pinningDarrick J. Wong
2020-06-01xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2020-06-01xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong
2020-06-01xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2020-06-01vfs: introduce new file extent swap ioctlDarrick J. Wong
2020-06-01xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-06-01xfs: actually account for quota changes in xfs_swap_extentsDarrick J. Wong
2020-06-01xfs: fix an incore inode UAF in xfs_bui_recoverfix-log-recovery_2020-06-01Darrick J. Wong
2020-06-01xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong
2020-06-01xfs: clean up bmap intent item recovery checkingDarrick J. Wong
2020-06-01xfs: xfs_defer_capture should absorb remaining block reservationDarrick J. Wong
2020-06-01xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-06-01xfs: report realtime rmap btree corruption errors to the health systemrealtime-rmap_2020-06-01Darrick J. Wong
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