summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
2023-10-19Merge tag 'for-6.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-15btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell
2023-09-26Merge tag 'for-6.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-21btrfs: make sure to initialize start and len in find_free_dev_extentJosef Bacik
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21btrfs: simplify memcpy either of metadata_uuid or fsidAnand Jain
2023-08-21btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-08-21btrfs: merge find_free_dev_extent() and find_free_dev_extent_start()Filipe Manana
2023-08-21btrfs: make find_free_dev_extent() staticFilipe Manana
2023-08-21btrfs: print name and pid when device scanning processes raceAnand Jain
2023-08-21btrfs: simplify the no-bioc fast path condition in btrfs_map_blockChristoph Hellwig
2023-08-21btrfs: make find_first_extent_bit() return a booleanFilipe Manana
2023-08-21btrfs: add comments for btrfs_map_block()Qu Wenruo
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-17btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-07-20Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-11btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig
2023-07-11btrfs: fix race between balance and cancel/pauseJosef Bacik
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo
2023-06-20btrfs: fix u32 overflows when left shifting stripe_nrQu Wenruo
2023-06-19btrfs: update i_version in update_dev_timeJeff Layton
2023-06-19btrfs: open code need_full_stripe conditionsChristoph Hellwig
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig
2023-06-19btrfs: remove unused btrfs_map_blockChristoph Hellwig
2023-06-19btrfs: remove unused BTRFS_MAP_DISCARDChristoph Hellwig
2023-06-19btrfs: simplify how changed fsid and metadata_uuid is checkedAnand Jain
2023-06-19btrfs: simplify fsid and metadata_uuid comparisonsAnand Jain
2023-06-19btrfs: merge calls to alloc_fs_devices in device_list_addAnand Jain
2023-06-19btrfs: streamline fsid checks in alloc_fs_devicesAnand Jain
2023-06-19btrfs: make btrfs_free_device() staticFilipe Manana
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-04-28btrfs: fix leak of source device allocation state after device replaceFilipe Manana
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo
2023-04-17btrfs: remove redundant release of btrfs_device::alloc_stateAnand Jain
2023-04-17btrfs: warn for any missed cleanup at btrfs_close_one_deviceAnand Jain
2023-04-17btrfs: remove bytes_used argument from btrfs_make_block_group()Filipe Manana
2023-04-17btrfs: do not use replace target device as an extra mirrorQu Wenruo
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo
2023-04-17btrfs: reduce type width of btrfs_io_contextsQu Wenruo
2023-04-17btrfs: simplify the bioc argument for handle_ops_on_dev_replace()Qu Wenruo