summaryrefslogtreecommitdiff
path: root/fs/btrfs/volumes.c
AgeCommit message (Expand)Author
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-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-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
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana
2023-03-28btrfs: scan device in non-exclusive modeAnand Jain
2023-03-15btrfs: handle missing chunk mapping more gracefullyQu Wenruo
2023-02-15btrfs: remove struct btrfs_io_geometryChristoph Hellwig
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-01-25btrfs: limit device extents to the device sizeJosef Bacik
2023-01-16btrfs: stop using write_one_page in btrfs_scratch_superblockChristoph Hellwig
2023-01-16btrfs: factor out scratching of one regular super blockChristoph Hellwig
2023-01-11btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo
2022-12-05btrfs: fix extent map use-after-free when handling missing device in read_one...void0red
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig
2022-12-05btrfs: allocate btrfs_io_context without GFP_NOFAILLi zeming
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo
2022-12-05btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()Anand Jain
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move scrub prototypes into scrub.hJosef Bacik
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik
2022-12-05btrfs: move ioctl prototypes into ioctl.hJosef Bacik
2022-12-05btrfs: move uuid tree prototypes to uuid-tree.hJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik