summaryrefslogtreecommitdiff
path: root/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs-progs: add basic awareness of the free space treeOmar Sandoval2016-01-121-1/+15
* btrfs-progs: Enhance chunk validation checkQu Wenruo2016-01-121-2/+0
* btrfs-progs: use on-stack buffer in __csum_tree_block_sizeDavid Sterba2015-11-131-7/+1
* btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke2015-10-211-5/+2
* btrfs-progs: add more superblock validation checksQu Wenruo2015-10-211-4/+142
* btrfs-progs: Read the whole superblock instead of struct btrfs_super_blockQu Wenruo2015-10-211-16/+17
* btrfs-progs: Show detail error message when write sb failed in write_dev_supe...Zhao Lei2015-10-021-2/+12
* btrfs-progs: use calloc instead of malloc+memset for tree rootsOmar Sandoval2015-09-141-15/+7
* btrfs-progs: Avoid reading bad fd in case of missing device.Qu Wenruo2015-08-311-2/+2
* btrfs-progs: add missing free operation of raid_map for raid56Zhao Lei2015-08-311-0/+1
* btrfs-progs: disk-io: Support commit transaction on chunk treeQu Wenruo2015-07-101-0/+2
* btrfs-progs: export read_extent_data functionQu Wenruo2015-06-171-0/+34
* btrfs-progs: Enhance read_tree_block to avoid memory corruptionQu Wenruo2015-05-251-0/+26
* btrfs-progs: Export write_tree_blockQu Wenruo2015-05-141-2/+2
* btrfs-progs: Add open_ctree check for uuid changingQu Wenruo2015-05-141-1/+10
* btrfs-progs: fix typo in OPEN_CTREE flagDavid Sterba2015-02-121-3/+3
* btrfs-progs: Add new btrfs_open_ctree_flags CHUNK_ONLYQu Wenruo2015-02-111-1/+5
* btrfs-progs: Add support to suppress tree block csum error outputQu Wenruo2015-02-111-8/+15
* btrfs-progs: Cleanup check_tree_block() functionQu Wenruo2015-02-111-8/+37
* Btrfs-progs: skip opening all devices with restoreJosef Bacik2015-02-091-3/+5
* Btrfs-progs: remove global transaction from fsckJosef Bacik2015-02-091-0/+2
* btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo2015-02-021-5/+5
* btrfs-progs: Record orphan data extent ref to corresponding root.Qu Wenruo2015-02-021-0/+1
* btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov2015-01-271-3/+0
* btrfs-progs: Fix a copy-n-paste bug in btrfs_read_fs_root().Qu Wenruo2015-01-091-1/+1
* btrfs-progs: Fix a clang dead-judgement warning in disk-io.c.Qu Wenruo2014-12-191-3/+6
* btrfs-progs: Check sb_bytenr with device size before scanning one device.Qu Wenruo2014-11-141-0/+10
* Btrfs-progs: don't fail on log tree opening with PARTIALJosef Bacik2014-11-141-1/+2
* btrfs-progs: optimize btrfs_scan_lblkid() for multiple callsAnand Jain2014-11-031-1/+1
* btrfs-progs: fix csum root copy-n-paste errorZach Brown2014-11-031-30/+37
* Btrfs-progs: check, ability to detect and fix outdated snapshot root itemsFilipe Manana2014-10-171-0/+2
* btrfs-progs: introduce a proper structure on which cli will call register-dev...Anand Jain2014-10-161-3/+2
* Btrfs-progs: break out rbtree util functionsJosef Bacik2014-10-141-0/+1
* Btrfs-progs: fsck: deal with corrupted csum rootWang Shilong2014-10-101-0/+7
* Btrfs-progs: fsck: disallow partial opening if critical roots corruptedWang Shilong2014-10-101-4/+1
* btrfs-progs: remove BTRFS_SCAN_PROC scan methodAnand Jain2014-10-101-1/+1
* btrfs-progs: don't fall back to recursive /dev scanEric Sandeen2014-10-101-1/+1
* Btrfs-progs: let btrfs-image actually work on a balanced fsJosef Bacik2014-10-011-1/+2
* btrfs-progs: remove btrfs_release_path before btrfs_free_pathGui Hecheng2014-09-141-1/+0
* btrfs-progs: kill BUG_ON in readahead_tree_block()Zach Brown2014-09-141-15/+10
* btrfs-progs: Allow btrfs_read_dev_super() to read all 3 super for super_recover.Qu Wenruo2014-08-221-7/+10
* Btrfs-progs: fsck: fix wrong check for btrfs_read_fs_root()Wang Shilong2014-08-221-1/+1
* btrfs-progs: add quota group verify codeMark Fasheh2014-08-221-2/+14
* Btrfs-progs: fsck: fix double free memory crashRakesh Pandit2014-05-021-2/+1
* btrfs-progs: avoid implicit scan for backup SBAnand Jain2014-04-041-1/+8
* Btrfs-progs: make sure to save mirror_num only if it is setJosef Bacik2014-03-211-1/+1
* btrfs-progs: Fix bus error on sparcIvan Jager2014-01-311-1/+2
* btrfs-progs: btrfsck operations should be exclusiveAnand Jain2014-01-311-2/+8
* Btrfs-progs: check return value of read_tree_block() in check_chunks_and_exte...Eryu Guan2014-01-311-1/+4
* btrfs-progs: Make btrfs_header_chunk_tree_uuid() return unsigned longRoss Kirk2014-01-311-1/+1