aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use fs_holder_ops for all opened devicesQu Wenruo2025-07-211-1/+1
* btrfs: use the super_block as holder when mounting file systemsChristoph Hellwig2025-07-211-1/+1
* btrfs: call bdev_fput() to reclaim the blk_holder immediatelyQu Wenruo2025-07-211-1/+1
* btrfs: switch RCU helper versions to btrfs_info()David Sterba2025-07-211-5/+5
* btrfs: switch RCU helper versions to btrfs_warn()David Sterba2025-07-211-1/+1
* btrfs: switch RCU helper versions to btrfs_err()David Sterba2025-07-211-1/+1
* btrfs: trivial conversion to return bool instead of intDavid Sterba2025-05-151-4/+4
* btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()David Sterba2025-05-151-1/+1
* btrfs: rename free_extent_state() to include a btrfs prefixFilipe Manana2025-05-151-1/+1
* btrfs: rename the functions to search for bits in extent rangesFilipe Manana2025-05-151-3/+3
* btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana2025-05-151-2/+2
* btrfs: return a literal instead of a variable in btrfs_init_dev_replace()Dan Carpenter2025-03-181-2/+1
* btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_run_dev_replace()David Sterba2025-03-181-10/+7
* btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_init_dev_replace()David Sterba2025-03-181-10/+5
* btrfs: dev-replace: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-3/+0
* btrfs: correct typos in multiple comments across various filesShen Lichuan2024-11-111-1/+1
* btrfs: don't take dev_replace rwsem on task already holding itJohannes Thumshirn2024-11-111-0/+2
* btrfs: more efficient chunk map iteration when device replace finishesFilipe Manana2024-09-101-11/+25
* btrfs: reschedule when updating chunk maps at the end of a device replaceFilipe Manana2024-09-101-0/+9
* btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba2024-07-111-2/+2
* set_blocksize(): switch to passing struct file *Al Viro2024-05-021-1/+1
* Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2024-03-121-4/+1
|\
| * btrfs: pass btrfs_device to btrfs_scratch_superblocks()David Sterba2024-03-041-2/+1
| * btrfs: remove unused included headersDavid Sterba2024-03-041-2/+0
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-7/+7
|\ \ | |/ |/|
| * btrfs: port device access to fileChristian Brauner2024-02-251-7/+7
* | btrfs: dev-replace: properly validate device namesDavid Sterba2024-02-221-4/+20
|/
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-151-16/+12
* Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-10-301-2/+1
|\
| * btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-1/+1
| * btrfs: check-integrity: remove btrfsic_unmount() functionQu Wenruo2023-10-121-1/+0
* | btrfs: Convert to bdev_open_by_path()Jan Kara2023-10-281-6/+8
|/
* btrfs: make find_first_extent_bit() return a booleanFilipe Manana2023-08-211-3/+3
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-4/+4
|\
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-3/+3
| * block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* | btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig2023-06-191-1/+1
* | btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-1/+1
* | btrfs: open code set_extent_bitsDavid Sterba2023-06-191-2/+2
|/
* btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo2022-12-051-12/+3
* btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()Anand Jain2022-12-051-9/+1
* btrfs: move scrub prototypes into scrub.hJosef Bacik2022-12-051-0/+1
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik2022-12-051-0/+1
* btrfs: don't take a bio_counter reference for cloned biosChristoph Hellwig2022-09-261-5/+0
* btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPYJosef Bacik2022-09-261-5/+0
* btrfs: convert block group bit field to use bit helpersJosef Bacik2022-09-261-3/+3
* btrfs: add info when mount fails due to stale replace targetAnand Jain2022-08-231-1/+1
* btrfs: replace: drop assert for suspended replaceAnand Jain2022-08-231-2/+1