summaryrefslogtreecommitdiffstats
path: root/disk-io.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-21btrfs-progs: unify header file inclusion protectionsDavid Sterba1-3/+4
2015-01-21btrfs-progs: Cleanup, use bitshift instead of immediate number in btrfs_open_...Qu Wenruo1-7/+7
2014-10-16btrfs-progs: introduce a proper structure on which cli will call register-dev...Anand Jain1-1/+1
2014-09-14btrfs-progs: kill BUG_ON in readahead_tree_block()Zach Brown1-2/+2
2014-08-22btrfs-progs: Allow btrfs_read_dev_super() to read all 3 super for super_recover.Qu Wenruo1-2/+3
2014-01-31btrfs-progs: btrfsck operations should be exclusiveAnand Jain1-0/+1
2013-11-07Btrfs-progs: rework open_ctree to take flags, add a new one V2Josef Bacik1-11/+15
2013-11-07Btrfs-progs: add -b to btrfsck to look at backup rootsJosef Bacik1-2/+3
2013-10-16mkfs: fix mkfs -r to properly allocate spaceChris Mason1-0/+2
2013-10-16Btrfs-progs: add super-recover to recover bad supersWang Shilong1-0/+2
2013-10-16Btrfs-progs: pass flag to control whether run ioctl in btrfs_scan_for_fsid()Wang Shilong1-1/+2
2013-09-03btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen1-4/+0
2013-08-09Btrfs-progs: fix wrong arg sb_bytenr for btrfs_scan_fs_devices()Wang Shilong1-1/+1
2013-07-03Merge branch 'liubo-image-restore'Chris Mason1-0/+6
2013-07-03Btrfs-progs: enhance btrfs-image to restore image onto multiple disksLiu Bo1-0/+6
2013-07-03Btrfs-progs: Add chunk recover function - using old chunk itemsMiao Xie1-0/+1
2013-07-03Btrfs-progs: introduce common insert/search/delete functions for rb-treeMiao Xie1-1/+1
2013-07-03Btrfs-progs: cleanup similar code in open_ctree_* and close_ctreeMiao Xie1-0/+12
2013-04-23Btrfs-progs: make restore deal with really broken file systemsJosef Bacik1-4/+2
2013-02-06Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason1-0/+4
2013-02-05btrfs-progs: remove duplicate __setup_rootEric Sandeen1-0/+4
2013-02-01Add basic RAID[56] supportDavid Woodhouse1-0/+3
2012-02-05Add open_ctree_fs_info for partial FS opensChris Mason1-0/+3
2011-10-27btrfs-progs: add a recovery utility to pull files from damanged filesystemsJosef Bacik1-0/+2
2011-10-25Btrfs-progs: add a btrfs-select-super command to overwrite the superChris Mason1-0/+1
2009-06-08Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason1-0/+2
2008-12-17Btrfs: update converter for the new disk formatYan Zheng1-0/+1
2008-12-05superblock duplicationYan Zheng1-1/+12
2008-12-02btrfs-progs: support for different csum algorithimsJosef Bacik1-0/+2
2008-05-13Verify parent generation number on btree readsv0.15Chris Mason1-1/+1
2008-05-12Pass down the expected generation number when reading tree blocksChris Mason1-2/+4
2008-05-05Add a readonly flag open_ctree to force RO opensChris Mason1-2/+3
2008-04-10Write all super blocks during commitChris Mason1-0/+2
2008-04-09Retry metadata reads in the face of checksum failuresChris Mason1-0/+2
2008-03-24Walk all block devices looking for btrfsChris Mason1-2/+2
2008-03-24Add support for multiple devices per filesystemChris Mason1-0/+2
2008-01-04Update btrfs-progs to match kernel sourcesYan1-38/+28
2007-10-15Create a slightly more generic extent-caching structureChris Mason1-0/+2
2007-10-15Switch to byte granular allocationsChris Mason1-4/+6
2007-10-15Allow large blocksChris Mason1-0/+1
2007-06-28calculate checksums during IOv0.5Josef Bacik1-0/+2
2007-06-12add GPLv2Chris Mason1-0/+18
2007-04-23faster btrfsckChris Mason1-0/+2
2007-04-12add some support for multiple devices to progsChris Mason1-0/+2
2007-04-11early support for multiple devicesChris Mason1-2/+0
2007-03-21create a root dir in mkfsChris Mason1-0/+1
2007-03-16transaction handles everywhereChris Mason1-6/+10
2007-03-14variable block size supportChris Mason1-5/+4
2007-03-13Change the super to point to a tree of trees to enable persistent snapshotsChris Mason1-1/+2
2007-03-13rename funcs and structs to btrfsChris Mason1-14/+15
2007-03-06Fixup reference counting on cowsChris Mason1-2/+2
2007-03-01pretend page cache & commit codeChris Mason1-0/+6
2007-02-23Block sized tree extents and extent deletionChris Mason1-1/+1
2007-02-21extent fixesChris Mason1-2/+2
2007-02-20early extent mapping supportChris Mason1-0/+3
2007-02-02Add backing store, memory managementChris Mason1-0/+21