summaryrefslogtreecommitdiff
path: root/disk-io.c
Commit message (Expand)AuthorAge
* 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
* Btrfs-progs: skip opening all devices with restoreJosef Bacik2015-02-09
* Btrfs-progs: remove global transaction from fsckJosef Bacik2015-02-09
* btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo2015-02-02
* btrfs-progs: Record orphan data extent ref to corresponding root.Qu Wenruo2015-02-02
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-27
* btrfs-progs: Fix a copy-n-paste bug in btrfs_read_fs_root().Qu Wenruo2015-01-09
* btrfs-progs: Fix a clang dead-judgement warning in disk-io.c.Qu Wenruo2014-12-19
* btrfs-progs: Check sb_bytenr with device size before scanning one device.Qu Wenruo2014-11-14
* Btrfs-progs: don't fail on log tree opening with PARTIALJosef Bacik2014-11-14
* btrfs-progs: optimize btrfs_scan_lblkid() for multiple callsAnand Jain2014-11-03
* btrfs-progs: fix csum root copy-n-paste errorZach Brown2014-11-03
* Btrfs-progs: check, ability to detect and fix outdated snapshot root itemsFilipe Manana2014-10-17
* btrfs-progs: introduce a proper structure on which cli will call register-dev...Anand Jain2014-10-16
* Btrfs-progs: break out rbtree util functionsJosef Bacik2014-10-14
* Btrfs-progs: fsck: deal with corrupted csum rootWang Shilong2014-10-10
* Btrfs-progs: fsck: disallow partial opening if critical roots corruptedWang Shilong2014-10-10
* btrfs-progs: remove BTRFS_SCAN_PROC scan methodAnand Jain2014-10-10
* btrfs-progs: don't fall back to recursive /dev scanEric Sandeen2014-10-10