summaryrefslogtreecommitdiff
path: root/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs-progs: make it static if function isn't called outsideAnand Jain2014-01-311-1/+1
* Btrfs-progs: allow --init-extent-tree to work when extent tree is borkedJosef Bacik2014-01-311-1/+11
* Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik2013-11-071-76/+30
* Btrfs-progs: add -b to btrfsck to look at backup rootsJosef Bacik2013-11-071-10/+44
* mkfs: fix mkfs -r to properly allocate spaceChris Mason2013-10-161-12/+19
* Btrfs-progs: keep track of transid failures and fix them if possibleJosef Bacik2013-10-161-0/+15
* btrfs-progs: Make btrfs_header_fsid() return unsigned longRoss Kirk2013-10-161-1/+1
* btrfs-progs: remove unused parameter from btrfs_header_fsidRoss Kirk2013-10-161-1/+1
* Btrfs-progs: add super-recover to recover bad supersWang Shilong2013-10-161-7/+35
* Btrfs-progs: pass flag to control whether run ioctl in btrfs_scan_for_fsid()Wang Shilong2013-10-161-3/+3
* btrfs-progs: make btrfs-corrupt-block compile againDavid Sterba2013-10-161-1/+1
* btrfs-progs: btrfs_setup_chunk_tree_and_device_map: Return -EIO on error.chandan2013-10-161-1/+1
* btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen2013-09-031-6/+8
* btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen2013-09-031-1/+1
* Btrfs-progs: fix wrong arg sb_bytenr for btrfs_scan_fs_devices()Wang Shilong2013-08-091-3/+6
* btrfs-progs: btrfs_scan_for_fsid doesn't need all the argumentsAnand Jain2013-08-091-1/+1
* btrfs-progs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-08-091-3/+3
* Merge branch 'liubo-image-restore'Chris Mason2013-07-031-164/+61
|\
| * Btrfs-progs: enhance btrfs-image to restore image onto multiple disksLiu Bo2013-07-031-164/+67
| * Btrfs-progs: delete fs_devices itself from fs_uuid list before freeingLiu Bo2013-07-031-0/+1
* | Btrfs-progs: Add chunk recover function - using old chunk itemsMiao Xie2013-07-031-5/+17
* | Btrfs-progs: use rb-tree instead of extent cache tree for fs/file rootsMiao Xie2013-07-031-14/+36
* | Btrfs-progs: introduce common insert/search/delete functions for rb-treeMiao Xie2013-07-031-25/+14
* | Btrfs-progs: cleanup similar code in open_ctree_* and close_ctreeMiao Xie2013-07-031-200/+273
* | Btrfs-progs: Don't free the devices when close the ctreeMiao Xie2013-07-031-28/+2
* | Btrfs-progs: don't close the file descriptor 0 when closing a deviceMiao Xie2013-07-031-2/+3
|/
* Btrfs-progs: make fsck fix certain file extent inconsistenciesJosef Bacik2013-06-191-0/+3
* btrfs-progs: fix typecast when printing csum valueDavid Sterba2013-05-101-3/+3
* Btrfs-progs: make restore deal with really broken file systemsJosef Bacik2013-04-231-27/+10
* Btrfs-progs: fix memory leaks on cleanupJosef Bacik2013-03-181-5/+21
* Btrfs-progs: fix segfault when using tools fs with tree logJosef Bacik2013-03-181-1/+2
* btrfs-progs: separate super_copy out of fs_infoDavid Sterba2013-03-101-21/+25
* btrfs-progs: check return of posix_fadviseEric Sandeen2013-03-101-2/+4
* btrfs-progs: free memory before error exit in read_whole_ebEric Sandeen2013-02-271-1/+5
* Btrfs-progs: return an error if we can't find an fs rootJosef Bacik2013-02-071-1/+2
* Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason2013-02-061-9/+18
|\
| * btrfs-progs: remove duplicate __setup_rootEric Sandeen2013-02-051-1/+1
| * btrfs-progs: don't write memory after sb to diskZach Brown2013-02-051-3/+11
| * btrfs-progs: return error from commit_tree_roots()Zach Brown2013-02-051-1/+4
| * btrfs-progs: treat super.magic as an le64Zach Brown2013-02-051-4/+2
* | Merge branch 'for-chris' of git://repo.or.cz/btrfs-progs-unstable/devel into ...Chris Mason2013-02-061-1/+1
|\ \ | |/
| * Btrfs-progs: fix an off-by-one in write_dev_supers()Stefan Behrens2013-01-221-1/+1
* | Add basic RAID[56] supportDavid Woodhouse2013-02-011-22/+194
* | Clear caches when opening and closing devicesChris Mason2013-02-011-0/+7
|/
* btrfs-progs: check malloc() resultKenji Okimoto2013-01-171-0/+3
* btrfs-progs: plug a memory leak reported by cppcheckKenji Okimoto2013-01-171-2/+8
* Correct un-initialized fsid variableGoffredo Baroncelli2012-10-041-4/+16
* btrfsck: add --init-csum-tree to replace the csum root with an empty oneChris Mason2012-02-091-1/+2
* Add open_ctree_fs_info for partial FS opensChris Mason2012-02-051-32/+62
* btrfs-progs: remove old debugging statementrecovery-betaChris Mason2011-10-271-2/+0