summaryrefslogtreecommitdiff
path: root/disk-io.c
Commit message (Expand)AuthorAge
* btrfs-progs: add OPEN_CTREE_INVALIDATE_FST flagOmar Sandoval2016-11-23
* btrfs-progs: rename btrfs_scan_lblkid() to btrfs_scan_devices()Karel Zak2016-10-25
* btrfs-progs: fix printf format of sizeof on 32bit buildDavid Sterba2016-10-10
* btrfs-progs: rename __setup_root and change to return voidDavid Sterba2016-10-05
* btrfs-progs: more sanity checks in read_tree_block_fs_infoDavid Sterba2016-10-03
* btrfs-progs: Remove unnecessary parameter to clear_extent_uptodateQu Wenruo2016-10-03
* btrfs-progs: Return more meaningful value for btrfs_read_deve_superQu Wenruo2016-10-03
* btrfs-progs: change btrfs_csum_final result param type to u8Domagoj Tršan2016-10-03
* btrfs-progs: catch invalid flags in open_ctree_fdDavid Sterba2016-09-21
* btrfs-progs: handle errors from btrfs_alloc_pathDavid Sterba2016-09-21
* btrfs-progs: better error report in btrfs_scan_fs_devicesDavid Sterba2016-09-21
* btrfs-progs: remove stray newline from message in check_superDavid Sterba2016-09-21
* btrfs-progs: check: do early check for read_tree_blockQu Wenruo2016-09-05
* 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: use proper unaligned helper in btrfs_csum_finalDavid Sterba2016-07-29
* Btrfs-progs: Initialize stripesize to the value of sectorsizeChandan Rajendra2016-06-17
* btrfs-progs: drop O_CREATE from open_ctree_fs_infoDavid Sterba2016-06-01
* btrfs-progs: Enhance tree block check by checking empty leaf or nodeQu Wenruo2016-06-01
* btrfs-progs: replace printf with message helpers in check_superLiu Bo2016-05-11
* btrfs-progs: add three more validation checks for superblockLiu Bo2016-05-11
* btrfs-progs: fix incorrect flag check while recovering superLiu Bo2016-05-11
* btrfs-progs: deprecate and stop using btrfs_level_sizeDavid Sterba2016-05-02
* btrfs-progs: replace leafsize with nodesizeDavid Sterba2016-05-02
* btrfs-progs: switch to common message helpers in open_ctree_fs_infoDavid Sterba2016-03-18
* btrfs-progs: handle stat errors in open_ctree_fs_infoDavid Sterba2016-03-18
* btrfs-progs: add stat check in open_ctree_fs_infoAustin S. Hemmelgarn2016-03-18
* 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: add basic awareness of the free space treeOmar Sandoval2016-01-12
* btrfs-progs: Enhance chunk validation checkQu Wenruo2016-01-12
* btrfs-progs: use on-stack buffer in __csum_tree_block_sizeDavid Sterba2015-11-13
* btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke2015-10-21
* btrfs-progs: add more superblock validation checksQu Wenruo2015-10-21
* btrfs-progs: Read the whole superblock instead of struct btrfs_super_blockQu Wenruo2015-10-21
* btrfs-progs: Show detail error message when write sb failed in write_dev_supe...Zhao Lei2015-10-02
* btrfs-progs: use calloc instead of malloc+memset for tree rootsOmar Sandoval2015-09-14
* btrfs-progs: Avoid reading bad fd in case of missing device.Qu Wenruo2015-08-31
* btrfs-progs: add missing free operation of raid_map for raid56Zhao Lei2015-08-31
* btrfs-progs: disk-io: Support commit transaction on chunk treeQu Wenruo2015-07-10
* btrfs-progs: export read_extent_data functionQu Wenruo2015-06-17
* btrfs-progs: Enhance read_tree_block to avoid memory corruptionQu Wenruo2015-05-25
* 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: Cleanup check_tree_block() functionQu Wenruo2015-02-11