summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-22btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-0/+12
2023-02-22btrfs: limit device extents to the device sizeJosef Bacik1-1/+5
2022-09-15btrfs: harden identification of a stale deviceAnand Jain1-7/+37
2022-06-14btrfs: repair super block num_devices automaticallyQu Wenruo1-4/+4
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2021-11-17btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik1-5/+5
2021-11-17btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang1-1/+3
2021-09-26btrfs: fix lockdep warning while mounting sprout fsAnand Jain1-3/+4
2021-09-22btrfs: 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-01-27btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik1-0/+2
2020-12-30btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo1-0/+4
2020-12-02btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn1-1/+7
2020-11-18btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain1-19/+7
2020-11-18btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik1-3/+4
2020-11-05btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana1-0/+3
2020-11-05btrfs: improve device scanning messagesAnand Jain1-6/+8
2020-10-14btrfs: Ensure we trim ranges across block group boundaryQu Wenruo1-2/+4
2020-10-14btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo1-1/+1
2020-09-17btrfs: fix lockdep splat in add_missing_devJosef Bacik1-0/+10
2020-09-09btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-08-21btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo1-1/+16
2020-08-21btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik1-2/+2
2020-08-21btrfs: open device without device_list_mutexJosef Bacik1-3/+18
2020-08-21btrfs: allow use of global block reserve for balance item deletionDavid Sterba1-1/+1
2020-07-29btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8
2020-06-22btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain1-0/+2
2020-06-22btrfs: free alien device after device addAnand Jain1-1/+11
2020-02-24btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov1-4/+38
2020-02-24btrfs: device stats, log when stats are zeroedAnand Jain1-0/+2
2020-02-11btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov1-3/+14
2020-01-23btrfs: check rw_devices, not num_devices for balanceJosef Bacik1-1/+5
2020-01-09btrfs: get rid of unique workqueue helper functionsOmar Sandoval1-2/+1
2019-10-25btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo1-0/+1
2019-10-01btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell1-1/+5
2019-09-25btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo1-1/+7
2019-09-09btrfs: move dev_stats helpers to volumes.cDavid Sterba1-0/+23
2019-09-09btrfs: move math functions to misc.hDavid Sterba1-1/+1
2019-09-09btrfs: use proper error values on allocation failure in clone_fs_devicesAnand Jain1-2/+6
2019-09-09btrfs: proper error handling when invalid device is found in find_next_devidAnand Jain1-1/+6
2019-09-09btrfs: fix error pointer check in __btrfs_map_block()Dan Carpenter1-1/+1
2019-09-09btrfs: dev stat drop useless gotoAnand Jain1-5/+2
2019-09-09btrfs: dev stats item key conversion per cpu type is not neededAnand Jain1-2/+0
2019-09-09btrfs: factor out sysfs code for updating sprout fsidDavid Sterba1-10/+2
2019-09-09btrfs: factor out sysfs code for sending device ueventDavid Sterba1-13/+0
2019-09-09btrfs: opencode reset of all device statsAnand Jain1-10/+2
2019-09-09btrfs: reset device stat using btrfs_dev_stat_setAnand Jain1-3/+3
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-09-09btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo1-4/+0