summaryrefslogtreecommitdiff
path: root/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-17btrfs-progs: export read_extent_data functionQu Wenruo1-0/+34
2015-05-25btrfs-progs: Enhance read_tree_block to avoid memory corruptionQu Wenruo1-0/+26
2015-05-14btrfs-progs: Export write_tree_blockQu Wenruo1-2/+2
2015-05-14btrfs-progs: Add open_ctree check for uuid changingQu Wenruo1-1/+10
2015-02-12btrfs-progs: fix typo in OPEN_CTREE flagDavid Sterba1-3/+3
2015-02-11btrfs-progs: Add new btrfs_open_ctree_flags CHUNK_ONLYQu Wenruo1-1/+5
2015-02-11btrfs-progs: Add support to suppress tree block csum error outputQu Wenruo1-8/+15
2015-02-11btrfs-progs: Cleanup check_tree_block() functionQu Wenruo1-8/+37
2015-02-09Btrfs-progs: skip opening all devices with restoreJosef Bacik1-3/+5
2015-02-09Btrfs-progs: remove global transaction from fsckJosef Bacik1-0/+2
2015-02-02btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo1-5/+5
2015-02-02btrfs-progs: Record orphan data extent ref to corresponding root.Qu Wenruo1-0/+1
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-3/+0
2015-01-09btrfs-progs: Fix a copy-n-paste bug in btrfs_read_fs_root().Qu Wenruo1-1/+1
2014-12-19btrfs-progs: Fix a clang dead-judgement warning in disk-io.c.Qu Wenruo1-3/+6
2014-11-14btrfs-progs: Check sb_bytenr with device size before scanning one device.Qu Wenruo1-0/+10
2014-11-14Btrfs-progs: don't fail on log tree opening with PARTIALJosef Bacik1-1/+2
2014-11-03btrfs-progs: optimize btrfs_scan_lblkid() for multiple callsAnand Jain1-1/+1
2014-11-03btrfs-progs: fix csum root copy-n-paste errorZach Brown1-30/+37
2014-10-17Btrfs-progs: check, ability to detect and fix outdated snapshot root itemsFilipe Manana1-0/+2
2014-10-16btrfs-progs: introduce a proper structure on which cli will call register-dev...Anand Jain1-3/+2
2014-10-14Btrfs-progs: break out rbtree util functionsJosef Bacik1-0/+1
2014-10-10Btrfs-progs: fsck: deal with corrupted csum rootWang Shilong1-0/+7
2014-10-10Btrfs-progs: fsck: disallow partial opening if critical roots corruptedWang Shilong1-4/+1
2014-10-10btrfs-progs: remove BTRFS_SCAN_PROC scan methodAnand Jain1-1/+1
2014-10-10btrfs-progs: don't fall back to recursive /dev scanEric Sandeen1-1/+1
2014-10-01Btrfs-progs: let btrfs-image actually work on a balanced fsJosef Bacik1-1/+2
2014-09-14btrfs-progs: remove btrfs_release_path before btrfs_free_pathGui Hecheng1-1/+0
2014-09-14btrfs-progs: kill BUG_ON in readahead_tree_block()Zach Brown1-15/+10
2014-08-22btrfs-progs: Allow btrfs_read_dev_super() to read all 3 super for super_recover.Qu Wenruo1-7/+10
2014-08-22Btrfs-progs: fsck: fix wrong check for btrfs_read_fs_root()Wang Shilong1-1/+1
2014-08-22btrfs-progs: add quota group verify codeMark Fasheh1-2/+14
2014-05-02Btrfs-progs: fsck: fix double free memory crashRakesh Pandit1-2/+1
2014-04-04btrfs-progs: avoid implicit scan for backup SBAnand Jain1-1/+8
2014-03-21Btrfs-progs: make sure to save mirror_num only if it is setJosef Bacik1-1/+1
2014-01-31btrfs-progs: Fix bus error on sparcIvan Jager1-1/+2
2014-01-31btrfs-progs: btrfsck operations should be exclusiveAnand Jain1-2/+8
2014-01-31Btrfs-progs: check return value of read_tree_block() in check_chunks_and_exte...Eryu Guan1-1/+4
2014-01-31btrfs-progs: Make btrfs_header_chunk_tree_uuid() return unsigned longRoss Kirk1-1/+1
2014-01-31btrfs-progs: make it static if function isn't called outsideAnand Jain1-1/+1
2014-01-31Btrfs-progs: allow --init-extent-tree to work when extent tree is borkedJosef Bacik1-1/+11
2013-11-07Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik1-76/+30
2013-11-07Btrfs-progs: add -b to btrfsck to look at backup rootsJosef Bacik1-10/+44
2013-10-16mkfs: fix mkfs -r to properly allocate spaceChris Mason1-12/+19
2013-10-16Btrfs-progs: keep track of transid failures and fix them if possibleJosef Bacik1-0/+15
2013-10-16btrfs-progs: Make btrfs_header_fsid() return unsigned longRoss Kirk1-1/+1
2013-10-16btrfs-progs: remove unused parameter from btrfs_header_fsidRoss Kirk1-1/+1
2013-10-16Btrfs-progs: add super-recover to recover bad supersWang Shilong1-7/+35
2013-10-16Btrfs-progs: pass flag to control whether run ioctl in btrfs_scan_for_fsid()Wang Shilong1-3/+3
2013-10-16btrfs-progs: make btrfs-corrupt-block compile againDavid Sterba1-1/+1