summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-12btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig1-9/+8
2023-06-05block: introduce holder opsChristoph Hellwig1-3/+3
2023-04-28btrfs: fix leak of source device allocation state after device replaceFilipe Manana1-0/+1
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang1-1/+1
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo1-0/+73
2023-04-17btrfs: remove redundant release of btrfs_device::alloc_stateAnand Jain1-1/+0
2023-04-17btrfs: warn for any missed cleanup at btrfs_close_one_deviceAnand Jain1-4/+4
2023-04-17btrfs: remove bytes_used argument from btrfs_make_block_group()Filipe Manana1-1/+1
2023-04-17btrfs: do not use replace target device as an extra mirrorQu Wenruo1-120/+7
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo1-51/+33
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo1-91/+71
2023-04-17btrfs: reduce type width of btrfs_io_contextsQu Wenruo1-7/+9
2023-04-17btrfs: simplify the bioc argument for handle_ops_on_dev_replace()Qu Wenruo1-4/+2
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo1-29/+36
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo1-31/+34
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana1-1/+8
2023-03-28btrfs: scan device in non-exclusive modeAnand Jain1-1/+10
2023-03-15btrfs: handle missing chunk mapping more gracefullyQu Wenruo1-1/+2
2023-02-15btrfs: remove struct btrfs_io_geometryChristoph Hellwig1-83/+31
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King1-1/+1
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-1/+15
2023-01-25btrfs: limit device extents to the device sizeJosef Bacik1-1/+5
2023-01-16btrfs: stop using write_one_page in btrfs_scratch_superblockChristoph Hellwig1-9/+8
2023-01-16btrfs: factor out scratching of one regular super blockChristoph Hellwig1-25/+26
2023-01-11btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo1-1/+10