summaryrefslogtreecommitdiff
path: root/disk-io.h
Commit message (Expand)AuthorAge
* btrfs-progs: add new flag to read superblock with mismatched fsidsDavid Sterba2018-08-06
* btrfs-progs: Remove fs_info argument from write_ctree_superNikolay Borisov2018-06-07
* btrfs-progs: Remove unused argument from clean_tree_blockNikolay Borisov2018-06-07
* btrfs-progs: Rename OPEN_CTREE_FS_PARTIAL to OPEN_CTREE_TEMPORARY_SUPERQu Wenruo2018-04-24
* btrfs-progs: move transaction code out of disk-ioDavid Sterba2017-09-08
* btrfs-progs: drop blocksize argument from readahead_tree_blockDavid Sterba2017-09-08
* btrfs-progs: drop blocksize argument from btrfs_find_create_tree_blockDavid Sterba2017-09-08
* btrfs-progs: drop blocksize from read_tree_blockDavid Sterba2017-09-08
* btrfs-progs: Refactor write_all_supers and its callers to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_readahead_tree_block to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_find_tree_block to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor read_extent_data to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor write_tree_block to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor write_and_map_eb to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: raid56: Introduce raid56 header for later recovery usageQu Wenruo2017-07-03
* btrfs-progs: Refactor read_tree_block to get rid of btrfs_rootQu Wenruo2017-07-03
* btrfs-progs: Refactor block sizes users in disk-io.cQu Wenruo2017-07-03
* btrfs-progs: Remove deprecated leafsize usageQu Wenruo2017-07-03
* btrfs-progs: remove unused function wait_on_tree_block_writebackDavid Sterba2017-03-08
* btrfs-progs: remove unused argument from write_and_map_ebDavid Sterba2017-03-08
* btrfs-progs: remove unused argument from btrfs_csum_dataDavid Sterba2017-03-08
* btrfs-progs: Introduce macro to calculate backup superblock offsetQu Wenruo2017-03-08
* btrfs-progs: Introduce kernel sizes to cleanup large intermediate numberQu Wenruo2017-03-08
* btrfs-progs: raid56: Introduce new function to calculate raid5 parity or data...Qu Wenruo2016-12-14
* btrfs-progs: add OPEN_CTREE_INVALIDATE_FST flagOmar Sandoval2016-11-23
* btrfs-progs: rename raid6.c to raid56.cQu Wenruo2016-10-24
* btrfs-progs: rename __setup_root and change to return voidDavid Sterba2016-10-05
* btrfs-progs: change btrfs_csum_final result param type to u8Domagoj Tršan2016-10-03
* btrfs-progs: document all btrfs_open_ctree_flagsDavid Sterba2016-08-24
* btrfs-progs: two staged filesystem creationDavid Sterba2016-08-24
* btrfs-progs: make superblock reading/scanning api more genericDavid Sterba2016-08-24
* btrfs-progs: pass OPEN_CTREE flags as unsignedDavid Sterba2016-08-24
* btrfs-progs: no BUG_ON in close_ctreeDavid Sterba2016-08-18
* btrfs-progs: typo review of strings and commentsNicholas D Steeves2016-06-01
* btrfs-progs: Add new option for specify chunk root bytenrLu Fengqi2016-03-14
* btrfs-progs: Add support for tree block operations on fs_info without rootsQu Wenruo2016-02-26
* btrfs-progs: Allow open_ctree to return fs_info even chunk tree is corruptedQu Wenruo2016-02-26
* btrfs-progs: export read_extent_data functionQu Wenruo2015-06-17
* btrfs-progs: add missing includes to header filesDavid Sterba2015-06-10
* btrfs-progs: Export write_tree_blockQu Wenruo2015-05-14
* btrfs-progs: Add open_ctree check for uuid changingQu Wenruo2015-05-14
* btrfs-progs: fix typo in OPEN_CTREE flagDavid Sterba2015-02-12
* btrfs-progs: Add new btrfs_open_ctree_flags CHUNK_ONLYQu Wenruo2015-02-11
* btrfs-progs: Add support to suppress tree block csum error outputQu Wenruo2015-02-11
* Btrfs-progs: skip opening all devices with restoreJosef Bacik2015-02-09
* btrfs-progs: unify header file inclusion protectionsDavid Sterba2015-01-21
* btrfs-progs: Cleanup, use bitshift instead of immediate number in btrfs_open_...Qu Wenruo2015-01-21
* btrfs-progs: introduce a proper structure on which cli will call register-dev...Anand Jain2014-10-16
* btrfs-progs: kill BUG_ON in readahead_tree_block()Zach Brown2014-09-14
* btrfs-progs: Allow btrfs_read_dev_super() to read all 3 super for super_recover.Qu Wenruo2014-08-22