summaryrefslogtreecommitdiff
path: root/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-16btrfs-progs: btrfs_setup_chunk_tree_and_device_map: Return -EIO on error.chandan1-1/+1
2013-09-03btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen1-6/+8
2013-09-03btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen1-1/+1
2013-08-09Btrfs-progs: fix wrong arg sb_bytenr for btrfs_scan_fs_devices()Wang Shilong1-3/+6
2013-08-09btrfs-progs: btrfs_scan_for_fsid doesn't need all the argumentsAnand Jain1-1/+1
2013-08-09btrfs-progs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-3/+3
2013-07-03Merge branch 'liubo-image-restore'Chris Mason1-164/+61
2013-07-03Btrfs-progs: enhance btrfs-image to restore image onto multiple disksLiu Bo1-164/+67
2013-07-03Btrfs-progs: delete fs_devices itself from fs_uuid list before freeingLiu Bo1-0/+1
2013-07-03Btrfs-progs: Add chunk recover function - using old chunk itemsMiao Xie1-5/+17
2013-07-03Btrfs-progs: use rb-tree instead of extent cache tree for fs/file rootsMiao Xie1-14/+36
2013-07-03Btrfs-progs: introduce common insert/search/delete functions for rb-treeMiao Xie1-25/+14
2013-07-03Btrfs-progs: cleanup similar code in open_ctree_* and close_ctreeMiao Xie1-200/+273
2013-07-03Btrfs-progs: Don't free the devices when close the ctreeMiao Xie1-28/+2
2013-07-03Btrfs-progs: don't close the file descriptor 0 when closing a deviceMiao Xie1-2/+3
2013-06-19Btrfs-progs: make fsck fix certain file extent inconsistenciesJosef Bacik1-0/+3
2013-05-10btrfs-progs: fix typecast when printing csum valueDavid Sterba1-3/+3
2013-04-23Btrfs-progs: make restore deal with really broken file systemsJosef Bacik1-27/+10
2013-03-18Btrfs-progs: fix memory leaks on cleanupJosef Bacik1-5/+21
2013-03-18Btrfs-progs: fix segfault when using tools fs with tree logJosef Bacik1-1/+2
2013-03-10btrfs-progs: separate super_copy out of fs_infoDavid Sterba1-21/+25
2013-03-10btrfs-progs: check return of posix_fadviseEric Sandeen1-2/+4
2013-02-27btrfs-progs: free memory before error exit in read_whole_ebEric Sandeen1-1/+5
2013-02-07Btrfs-progs: return an error if we can't find an fs rootJosef Bacik1-1/+2
2013-02-06Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason1-9/+18
2013-02-06Merge branch 'for-chris' of git://repo.or.cz/btrfs-progs-unstable/devel into ...Chris Mason1-1/+1
2013-02-05btrfs-progs: remove duplicate __setup_rootEric Sandeen1-1/+1
2013-02-05btrfs-progs: don't write memory after sb to diskZach Brown1-3/+11
2013-02-05btrfs-progs: return error from commit_tree_roots()Zach Brown1-1/+4
2013-02-05btrfs-progs: treat super.magic as an le64Zach Brown1-4/+2
2013-02-01Add basic RAID[56] supportDavid Woodhouse1-22/+194
2013-02-01Clear caches when opening and closing devicesChris Mason1-0/+7
2013-01-22Btrfs-progs: fix an off-by-one in write_dev_supers()Stefan Behrens1-1/+1
2013-01-17btrfs-progs: check malloc() resultKenji Okimoto1-0/+3
2013-01-17btrfs-progs: plug a memory leak reported by cppcheckKenji Okimoto1-2/+8