summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.h
AgeCommit message (Expand)AuthorLines
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba-1/+1
2024-03-04btrfs: add forward declarations and headers, part 1David Sterba-0/+4
2022-12-05btrfs: move dev-replace prototypes into dev-replace.hJosef Bacik-0/+8
2022-09-26btrfs: add struct declarations in dev-replace.hJosef Bacik-0/+4
2021-02-09btrfs: zoned: mark block groups to copy for device-replaceNaohiro Aota-0/+3
2019-11-18btrfs: add __pure attribute to functionsDavid Sterba-1/+1
2019-04-29btrfs: get fs_info from trans in btrfs_run_dev_replaceDavid Sterba-2/+1
2018-12-17btrfs: dev-replace: open code trivial locking helpersDavid Sterba-4/+0
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba-1/+0
2018-12-17btrfs: mark btrfs_dev_replace_start as staticAnand Jain-3/+0
2018-10-15btrfs: open code btrfs_after_dev_replace_commitDavid Sterba-1/+0
2018-10-15btrfs: open code btrfs_dev_replace_stats_incDavid Sterba-5/+0
2018-10-15btrfs: open code btrfs_dev_replace_clear_lock_blockingDavid Sterba-2/+0
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba-16/+4
2018-03-31btrfs: split dev-replace locking helpers for read and writeDavid Sterba-2/+4
2018-03-26btrfs: btrfs_dev_replace_cancel() can return intAnand Jain-1/+1
2018-03-26btrfs: rename __btrfs_dev_replace_cancel()Anand Jain-1/+1
2018-03-26btrfs: open code btrfs_dev_replace_cancel()Anand Jain-2/+1
2017-02-28btrfs: constify device path passed to relevant helpersDavid Sterba-2/+3
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney-2/+2
2016-04-28btrfs: refactor btrfs_dev_replace_start for reuseAnand Jain-1/+3
2016-02-23Btrfs: fix lockdep deadlock warning due to dev_replaceLiu Bo-2/+5
2012-12-12Btrfs: add new sources for device replace codeStefan Behrens-0/+18
2012-12-12Btrfs: add code to scrub to copy read data to another diskStefan Behrens-0/+26