aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota
2021-11-17btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik
2021-11-17btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang
2021-09-26btrfs: fix lockdep warning while mounting sprout fsAnand Jain
2021-09-22btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi
2021-01-27btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik
2020-12-30btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo
2020-12-02btrfs: don't access possibly stale fs_info data for printing duplicate deviceJohannes Thumshirn
2020-11-18btrfs: dev-replace: fail mount if we don't have replace item with target deviceAnand Jain
2020-11-18btrfs: sysfs: init devices outside of the chunk_mutexJosef Bacik
2020-11-05btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana
2020-11-05btrfs: improve device scanning messagesAnand Jain
2020-10-14btrfs: Ensure we trim ranges across block group boundaryQu Wenruo
2020-10-14btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo
2020-09-17btrfs: fix lockdep splat in add_missing_devJosef Bacik
2020-09-09btrfs: drop path before adding new uuid tree entryJosef Bacik
2020-08-21btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo
2020-08-21btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik
2020-08-21btrfs: open device without device_list_mutexJosef Bacik
2020-08-21btrfs: allow use of global block reserve for balance item deletionDavid Sterba
2020-07-29btrfs: fix mount failure caused by race with umountBoris Burkov
2020-06-22btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain
2020-06-22btrfs: free alien device after device addAnand Jain
2020-02-24btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov
2020-02-24btrfs: device stats, log when stats are zeroedAnand Jain
2020-02-11btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov
2020-01-23btrfs: check rw_devices, not num_devices for balanceJosef Bacik
2020-01-09btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2019-10-25btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo
2019-10-01btrfs: fix balance convert to single on 32-bit host CPUsZygo Blaxell
2019-09-25btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo
2019-09-09btrfs: move dev_stats helpers to volumes.cDavid Sterba
2019-09-09btrfs: move math functions to misc.hDavid Sterba
2019-09-09btrfs: use proper error values on allocation failure in clone_fs_devicesAnand Jain
2019-09-09btrfs: proper error handling when invalid device is found in find_next_devidAnand Jain
2019-09-09btrfs: fix error pointer check in __btrfs_map_block()Dan Carpenter
2019-09-09btrfs: dev stat drop useless gotoAnand Jain
2019-09-09btrfs: dev stats item key conversion per cpu type is not neededAnand Jain
2019-09-09btrfs: factor out sysfs code for updating sprout fsidDavid Sterba
2019-09-09btrfs: factor out sysfs code for sending device ueventDavid Sterba
2019-09-09btrfs: opencode reset of all device statsAnand Jain
2019-09-09btrfs: reset device stat using btrfs_dev_stat_setAnand Jain
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-09-09btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo
2019-09-09btrfs: volumes: Add comment for find_free_dev_extent_start()Qu Wenruo
2019-09-09btrfs: volumes: Unexport find_free_dev_extent_start()Qu Wenruo
2019-09-09btrfs: remove set but not used variable 'offset'YueHaibing
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana