summaryrefslogtreecommitdiff
path: root/volumes.c
Commit message (Expand)AuthorAge
* btrfs-progs: Remove devid parameter from btrfs_rmap_blockNikolay Borisov2018-06-07
* btrfs-progs: Let function find_device to be consistent with kernelGu Jinxiang2018-04-24
* btrfs-progs: volumes: Allow find_free_dev_extent() to return maximum hole sizeQu Wenruo2018-02-24
* btrfs-progs: Introduce btrfs_raid_array and related infrastructuresQu Wenruo2018-02-24
* btrfs-progs: Refactor parameter of BTRFS_MAX_DEVS() from root to fs_infoQu Wenruo2018-02-24
* btrfs-progs: Use fs_info instead of root for BTRFS_LEAF_DATA_SIZEGu Jinxiang2018-02-02
* btrfs-progs: treewide: Replace strerror(errno) with %m.Rosen Penev2018-01-31
* btrfs-progs: volumes: Remove unnecessary parameters when allocating device ex...Qu Wenruo2018-01-31
* btrfs-progs: volumes: Remove unnecessary trans parameterQu Wenruo2018-01-31
* btrfs-progs: volumes: Make find_free_dev_extent_start staticQu Wenruo2018-01-31
* btrfs-progs: Replace usage of list_for_each with list_for_each_entryNikolay Borisov2018-01-31
* btrfs-progs: rescue: Introduce fix-device-sizeQu Wenruo2017-11-14
* btrfs-progs: Introduce function to fix super block total bytesQu Wenruo2017-11-14
* btrfs-progs: Introduce function to fix unaligned device sizeQu Wenruo2017-11-14
* btrfs-progs: mkfs: avoid BUG_ON for chunk allocation when ENOSPC happensQu Wenruo2017-11-14
* btrfs-progs: do not add stale device into fs_devicesLiu Bo2017-11-14
* btrfs-progs: Refactor find_next_chunk to get rid of parameter root and objectidQu Wenruo2017-09-25
* btrfs-progs: drop blocksize argument from btrfs_find_create_tree_blockDavid Sterba2017-09-08
* btrfs-progs: Use already defined BTRFS_BLOCK_GROUP_PROFILE_MASKNikolay Borisov2017-08-24
* btrfs-progs: Fix an infinite loop in btrfs_next_bgJustin Maggard2017-07-20
* btrfs-progs: Refactor chunk creation functions to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_add_device() to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_chunk_readonly to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_add_system_chunk to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_read_sys_array/chunk_tree to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_find_device to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_check_chunk_valid to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_next_bg and its callers to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_num_copies to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_map_block and its variants to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Introduce function to get correct stripe lengthQu Wenruo2017-07-03
* btrfs-progs: Enhance chunk item validation checkQu Wenruo2017-07-03
* btrfs-progs: raid56: Introduce raid56 header for later recovery usageQu Wenruo2017-07-03
* btrfs-progs: Refactor sectorsize users in volumes.cQu Wenruo2017-07-03
* btrfs-progs: Cleanup open-coded btrfs_chunk_item_sizeQu Wenruo2017-07-03
* btrfs-progs: report I/O errors when closing the filesystemOmar Sandoval2017-03-08
* btrfs-progs: remove unused argument from btrfs_add_system_chunkDavid Sterba2017-03-08
* btrfs-progs: Introduce kernel sizes to cleanup large intermediate numberQu Wenruo2017-03-08
* btrfs-progs: find_free_dev_extent() closer to kernel codeGoldwyn Rodrigues2016-12-14
* btrfs-progs: volumes: Use new raid5_gen_result to calculate raid5 parityQu Wenruo2016-12-14
* btrfs-progs: Fix memory leak in write_raid56_with_parityQu Wenruo2016-11-11
* btrfs-progs: fix unaligned u64 access in btrfs_alloc_data_chunkDavid Sterba2016-11-09
* btrfs-progs: volumes: Remove BUG_ON in raid56 write routineQu Wenruo2016-10-25
* btrfs-progs: don't access freed memory in btrfs_close_devicesDavid Sterba2016-10-05
* btrfs-progs: cleanup, kill trivial btrfs_key_type helperDavid Sterba2016-10-03
* btrfs-progs: improve error handling in btrfs_alloc_data_chunkDavid Sterba2016-10-03
* btrfs-progs: handle errors from btrfs_alloc_pathDavid Sterba2016-09-21
* btrfs-progs: Do extra chunk check before processing chunk itemQu Wenruo2016-09-05
* btrfs-progs: make superblock reading/scanning api more genericDavid Sterba2016-08-24
* btrfs-progs: fix memory leak with missing deviceJustin Maggard2016-07-29