summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: introduce exclusive operation BALANCE_PAUSED stateNikolay Borisov2022-01-071-2/+8
* btrfs: don't use the extent root in btrfs_chunk_alloc_add_chunk_itemJosef Bacik2022-01-031-2/+1
* btrfs: don't check stripe length if the profile is not stripe basedQu Wenruo2022-01-031-1/+6
* btrfs: zoned: cache reported zone during mountNaohiro Aota2022-01-031-1/+1
* btrfs: consolidate device_list_mutex in prepare_sprout to its parentAnand Jain2022-01-031-18/+51
* btrfs: switch seeding_dev in init_new_device to boolAnand Jain2022-01-031-2/+2
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-3/+3
* Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-171-2/+4
|\
| * btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki2021-12-151-2/+4
* | Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-181-5/+13
|\ \ | |/
| * btrfs: silence lockdep when reading chunk tree during mountFilipe Manana2021-11-161-5/+13
* | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-11-011-256/+336
|\ \ | |/
| * btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang2021-10-291-1/+3
| * btrfs: update device path inode time instead of bd_inodeJosef Bacik2021-10-261-8/+13
| * btrfs: fix deadlock between chunk allocation and chunk btree modificationsFilipe Manana2021-10-261-1/+14
| * btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik2021-10-261-8/+7
| * btrfs: add a btrfs_get_dev_args_from_path helperJosef Bacik2021-10-261-32/+64
| * btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik2021-10-261-46/+76
| * btrfs: do not call close_fs_devices in btrfs_rm_deviceJosef Bacik2021-10-261-1/+9
| * btrfs: use num_device to check for the last surviving seed deviceAnand Jain2021-10-261-1/+1
| * btrfs: remove btrfs_raid_bio::fs_info memberQu Wenruo2021-10-261-4/+3
| * btrfs: make sure btrfs_io_context::fs_info is always initializedQu Wenruo2021-10-261-4/+5
| * btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik2021-10-261-5/+5
| * btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-4/+4
| * btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo2021-10-261-135/+132
| * btrfs: remove stale comment about the btrfs_show_devnameAnand Jain2021-10-261-7/+0
| * btrfs: update latest_dev when we create a sprout deviceAnand Jain2021-10-261-0/+2
| * btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain2021-10-261-5/+5
| * btrfs: rename and switch to bool btrfs_chunk_readonlyAnand Jain2021-10-261-9/+8
| * btrfs: update comment for fs_devices::seed_list in btrfs_rm_deviceSu Yue2021-10-251-1/+1
| * btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkNikolay Borisov2021-10-251-5/+5
* | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \
| * | btrfs: use sync_blockdevChristoph Hellwig2021-10-221-1/+1
| |/
* | btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-4/+4
|/
* btrfs: fix mount failure due to past and transient device flush errorFilipe Manana2021-09-171-0/+13
* btrfs: fix lockdep warning while mounting sprout fsAnand Jain2021-09-071-3/+4
* btrfs: delay blkdev_put until after the device removeJosef Bacik2021-09-071-6/+17
* btrfs: update the bdev time directly when closingJosef Bacik2021-09-071-8/+10
* btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi2021-08-231-0/+3
* btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo2021-08-231-1/+1
* btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza2021-08-231-6/+1
* btrfs: simplify return values in btrfs_check_raid_min_devicesAnand Jain2021-08-231-6/+2
* btrfs: allow degenerate raid0/raid10David Sterba2021-08-231-2/+2
* btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo2021-08-231-0/+7
* btrfs: constify and cleanup variables in comparatorsDavid Sterba2021-08-231-1/+1
* btrfs: simplify data stripe calculation helpersDavid Sterba2021-08-231-13/+2
* btrfs: merge alloc_device helpersDavid Sterba2021-08-231-41/+25
* btrfs: uninline btrfs_bg_flags_to_raid_indexDavid Sterba2021-08-231-0/+26
* btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritemsMarcos Paulo de Souza2021-08-231-1/+1
* btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov2021-08-231-92/+0