summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12btrfs: disable the seed feature for temp-fsidAnand Jain1-0/+8
2023-10-12btrfs: support cloned-device mount capabilityAnand Jain1-3/+57
2023-10-12btrfs: add helper function find_fsid_by_diskAnand Jain1-4/+15
2023-10-12btrfs: increase ->free_chunk_space in btrfs_grow_deviceJosef Bacik1-0/+1
2023-10-12btrfs: fix ->free_chunk_space math in btrfs_shrink_deviceJosef Bacik1-3/+17
2023-10-12btrfs: remove incomplete metadata_uuid conversion fixup logicAnand Jain1-156/+6
2023-10-12btrfs: reject devices with CHANGING_FSID_V2Anand Jain1-0/+7
2023-10-12btrfs: zoned: support RAID0/1/10 on top of raid stripe treeJohannes Thumshirn1-0/+2
2023-10-12btrfs: lookup physical address from stripe extentJohannes Thumshirn1-10/+32
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn1-1/+3
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-5/+5
2023-10-12btrfs: scan but don't register device on single device filesystemAnand Jain1-9/+34
2023-10-12btrfs: remove the need_raid_map parameter from btrfs_map_block()Qu Wenruo1-17/+9
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba1-1/+2
2023-10-12btrfs: sipmlify uuid parameters of alloc_fs_devices()Anand Jain1-14/+14
2023-09-26Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+6
2023-09-21btrfs: make sure to initialize start and len in find_free_dev_extentJosef Bacik1-7/+6
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-31/+63
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+1
2023-08-21btrfs: simplify memcpy either of metadata_uuid or fsidAnand Jain1-9/+2
2023-08-21btrfs: add a helper to read the superblock metadata_uuidAnand Jain1-0/+8
2023-08-21btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()Filipe Manana1-14/+7
2023-08-21btrfs: make find_free_dev_extent() staticFilipe Manana1-2/+2
2023-08-21btrfs: print name and pid when device scanning processes raceAnand Jain1-2/+3
2023-08-21btrfs: simplify the no-bioc fast path condition in btrfs_map_blockChristoph Hellwig1-3/+1
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana1-3/+3
2023-08-21btrfs: add comments for btrfs_map_block()Qu Wenruo1-0/+39
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2023-08-17btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-3/+1
2023-07-20Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+6
2023-07-11btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig1-1/+2
2023-07-11btrfs: fix race between balance and cancel/pauseJosef Bacik1-10/+4
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-31/+28
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-94/+79
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo1-14/+15
2023-06-20btrfs: fix u32 overflows when left shifting stripe_nrQu Wenruo1-5/+7
2023-06-19btrfs: update i_version in update_dev_timeJeff Layton1-1/+1
2023-06-19btrfs: open code need_full_stripe conditionsChristoph Hellwig1-17/+12
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig1-9/+0
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig1-8/+8
2023-06-19btrfs: remove unused btrfs_map_blockChristoph Hellwig1-8/+0
2023-06-19btrfs: remove unused BTRFS_MAP_DISCARDChristoph Hellwig1-3/+0
2023-06-19btrfs: simplify how changed fsid and metadata_uuid is checkedAnand Jain1-21/+26
2023-06-19btrfs: simplify fsid and metadata_uuid comparisonsAnand Jain1-15/+23
2023-06-19btrfs: merge calls to alloc_fs_devices in device_list_addAnand Jain1-6/+2
2023-06-19btrfs: streamline fsid checks in alloc_fs_devicesAnand Jain1-6/+7
2023-06-19btrfs: make btrfs_free_device() staticFilipe Manana1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-8/+8
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-15/+13