summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-19btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
2025-07-17btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2024-12-14btrfs: avoid unnecessary device path update for the same deviceQu Wenruo1-1/+37
2024-05-25btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet1-0/+1
2024-05-17btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain1-5/+12
2024-04-13btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba1-1/+11
2024-04-13btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana1-1/+1
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana1-3/+4
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain1-0/+8
2023-08-26btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-04-05btrfs: scan device in non-exclusive modeAnand Jain1-1/+10
2023-02-15btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-1/+15
2023-02-15btrfs: limit device extents to the device sizeJosef Bacik1-1/+5
2022-09-08btrfs: harden identification of a stale deviceAnand Jain1-7/+37
2022-06-09btrfs: repair super block num_devices automaticallyQu Wenruo1-4/+4
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2021-11-26btrfs: update device path inode time instead of bd_inodeJosef Bacik1-8/+13
2021-11-18btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik1-5/+5
2021-11-18btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang1-1/+3
2021-10-09btrfs: fix mount failure due to past and transient device flush errorFilipe Manana1-0/+13
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-09-26btrfs: fix lockdep warning while mounting sprout fsAnand Jain1-3/+4
2021-09-26btrfs: update the bdev time directly when closingJosef Bacik1-8/+10
2021-09-18btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi1-0/+3
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo1-1/+1
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi1-0/+1
2021-02-04btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue1-1/+1
2021-01-27btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik1-0/+2
2020-11-23btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn1-1/+7
2020-11-05btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain1-19/+7
2020-10-27btrfs: convert data_seqcount to seqcount_mutex_tDavidlohr Bueso1-1/+1
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana1-0/+3
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain1-6/+12
2020-10-07btrfs: return error if we're unable to read device statsJosef Bacik1-8/+18
2020-10-07btrfs: init device stats for seed devicesJosef Bacik1-41/+46
2020-10-07btrfs: simplify gotos in open_seed_deviceAnand Jain1-5/+3
2020-10-07btrfs: remove unnecessary tmp variable in btrfs_assign_next_active_device()Anand Jain1-6/+3
2020-10-07btrfs: use sprout device_list_mutex in btrfs_init_devices_lateAnand Jain1-3/+1
2020-10-07btrfs: split and refactor btrfs_sysfs_remove_devices_dirAnand Jain1-4/+4
2020-10-07btrfs: simplify parameters of btrfs_sysfs_add_devices_dirAnand Jain1-1/+1
2020-10-07btrfs: improve device scanning messagesAnand Jain1-6/+8
2020-10-07btrfs: enumerate the type of exclusive operation in progressGoldwyn Rodrigues1-10/+10
2020-10-07btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-10-07btrfs: don't opencode sync_blockdev in btrfs_init_new_deviceNikolay Borisov1-1/+1
2020-10-07btrfs: remove redundant code from btrfs_free_stale_devicesNikolay Borisov1-2/+0
2020-10-07btrfs: refactor locked condition in btrfs_init_new_deviceNikolay Borisov1-3/+4
2020-10-07btrfs: use RCU for quick device check in btrfs_init_new_deviceNikolay Borisov1-5/+4
2020-10-07btrfs: do not hold device_list_mutex when closing devicesJosef Bacik1-5/+4
2020-10-07btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik1-1/+0