aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2024-04-13btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba
2024-04-13btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-08-30btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui
2023-04-05btrfs: scan device in non-exclusive modeAnand Jain
2023-02-22btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-02-22btrfs: limit device extents to the device sizeJosef Bacik
2022-09-15btrfs: harden identification of a stale deviceAnand Jain
2022-06-14btrfs: repair super block num_devices automaticallyQu Wenruo
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