aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+4
2021-12-15btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Gravatar Shin'ichiro Kawasaki 1-2/+4
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+13
2021-11-16btrfs: silence lockdep when reading chunk tree during mountGravatar Filipe Manana 1-5/+13
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-256/+336
2021-11-01Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-10-29btrfs: clear MISSING device status bit in btrfs_close_one_deviceGravatar Li Zhang 1-1/+3
2021-10-26btrfs: update device path inode time instead of bd_inodeGravatar Josef Bacik 1-8/+13
2021-10-26btrfs: fix deadlock between chunk allocation and chunk btree modificationsGravatar Filipe Manana 1-1/+14
2021-10-26btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsGravatar Josef Bacik 1-8/+7
2021-10-26btrfs: add a btrfs_get_dev_args_from_path helperGravatar Josef Bacik 1-32/+64
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsGravatar Josef Bacik 1-46/+76
2021-10-26btrfs: do not call close_fs_devices in btrfs_rm_deviceGravatar Josef Bacik 1-1/+9
2021-10-26btrfs: use num_device to check for the last surviving seed deviceGravatar Anand Jain 1-1/+1
2021-10-26btrfs: remove btrfs_raid_bio::fs_info memberGravatar Qu Wenruo 1-4/+3
2021-10-26btrfs: make sure btrfs_io_context::fs_info is always initializedGravatar Qu Wenruo 1-4/+5
2021-10-26btrfs: do not take the uuid_mutex in btrfs_rm_deviceGravatar Josef Bacik 1-5/+5
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-4/+4
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextGravatar Qu Wenruo 1-135/+132
2021-10-26btrfs: remove stale comment about the btrfs_show_devnameGravatar Anand Jain 1-7/+0
2021-10-26btrfs: update latest_dev when we create a sprout deviceGravatar Anand Jain 1-0/+2
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameGravatar Anand Jain 1-5/+5
2021-10-26btrfs: rename and switch to bool btrfs_chunk_readonlyGravatar Anand Jain 1-9/+8
2021-10-25btrfs: update comment for fs_devices::seed_list in btrfs_rm_deviceGravatar Su Yue 1-1/+1
2021-10-25btrfs: rename btrfs_alloc_chunk to btrfs_create_chunkGravatar Nikolay Borisov 1-5/+5
2021-10-22btrfs: use sync_blockdevGravatar Christoph Hellwig 1-1/+1
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 1-4/+4
2021-09-17btrfs: fix mount failure due to past and transient device flush errorGravatar Filipe Manana 1-0/+13
2021-09-07btrfs: fix lockdep warning while mounting sprout fsGravatar Anand Jain 1-3/+4
2021-09-07btrfs: delay blkdev_put until after the device removeGravatar Josef Bacik 1-6/+17
2021-09-07btrfs: update the bdev time directly when closingGravatar Josef Bacik 1-8/+10
2021-08-23btrfs: reset replace target device to allocation state on closeGravatar Desmond Cheong Zhi Xi 1-0/+3
2021-08-23btrfs: fix NULL pointer dereference when deleting device by invalid idGravatar Qu Wenruo 1-1/+1
2021-08-23btrfs: introduce btrfs_search_backwards functionGravatar Marcos Paulo de Souza 1-6/+1
2021-08-23btrfs: simplify return values in btrfs_check_raid_min_devicesGravatar Anand Jain 1-6/+2
2021-08-23btrfs: allow degenerate raid0/raid10Gravatar David Sterba 1-2/+2
2021-08-23btrfs: subpage: reject raid56 filesystem and profile conversionGravatar Qu Wenruo 1-0/+7
2021-08-23btrfs: constify and cleanup variables in comparatorsGravatar David Sterba 1-1/+1
2021-08-23btrfs: simplify data stripe calculation helpersGravatar David Sterba 1-13/+2
2021-08-23btrfs: merge alloc_device helpersGravatar David Sterba 1-41/+25
2021-08-23btrfs: uninline btrfs_bg_flags_to_raid_indexGravatar David Sterba 1-0/+26
2021-08-23btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritemsGravatar Marcos Paulo de Souza 1-1/+1
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cGravatar Nikolay Borisov 1-92/+0
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2021-07-28btrfs: fix rw device counting in __btrfs_free_extra_devidsGravatar Desmond Cheong Zhi Xi 1-0/+1
2021-07-13Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-85/+270
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayGravatar Filipe Manana 1-85/+270
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-06-22btrfs: ensure relocation never runs while we have send operations runningGravatar Filipe Manana 1-8/+0
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-4/+4