aboutsummaryrefslogtreecommitdiffstats
path: root/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12btrfs-progs: check the free space tree in btrfsckOmar Sandoval1-0/+6
2015-10-21btrfs-progs: use calloc instead of malloc+memsetSilvio Fricke1-2/+1
2015-08-31btrfs-progs: Avoid reading bad fd in case of missing device.Qu Wenruo1-2/+2
2015-02-27btrfs-progs: Move (set/clear_)extent_buffer_uptodate() to extent_io.h.Qu Wenruo1-23/+0
2015-02-02btrfs-progs: read_tree_block() and read_node_slot() cleanup.Qu Wenruo1-3/+2
2015-01-27btrfs-progs: drop feature defines from C files, in favour of CFLAGS definesDimitri John Ledkov1-2/+0
2014-11-03btrfs-progs: check read extent errors when mappingZach Brown1-1/+3
2014-10-14Btrfs-progs: pull back backref.c and fix it upJosef Bacik1-11/+30
2014-10-10btrfs-progs: do not reclaim extent bufferNaohiro Aota1-34/+3
2014-08-28btrfs-progs: Do not free dirty extent bufferNaohiro Aota1-1/+1
2014-01-31Btrfs-progs: fix the mismatch of extent buffer's spaceLiu Bo1-1/+1
2013-10-16Btrfs-progs: keep track of transid failures and fix them if possibleJosef Bacik1-0/+2
2013-10-16btrfs-progs: clear_extent_bits: Fix memory leak.chandan1-3/+5
2013-09-03btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen1-8/+2
2013-08-09btrfs-progs: fix the comment for extent_io.c/clear_extent_bitsWang Sheng-Hui1-1/+1
2013-07-03Merge branch 'liubo-image-restore'Chris Mason1-0/+87
2013-07-03Btrfs-progs: enhance btrfs-image to restore image onto multiple disksLiu Bo1-0/+87
2013-07-03Btrfs-progs: extend the extent cache for the device extentMiao Xie1-9/+10
2013-07-03Btrfs-progs: introduce common insert/search/delete functions for rb-treeMiao Xie1-22/+23
2013-04-23Btrfs-progs: add a free space cache checker to fsck V2Josef Bacik1-0/+51
2013-02-19btrfs-progs: make libbtrfs usable from C++Arvin Schnell1-3/+3
2013-02-06Merge branch 'cov-fixes-v1-integration-20130201' of http://git.zabbo.net/cgit...Chris Mason1-3/+5
2013-02-05btrfs-progs: don't leak in set_extent_bitsZach Brown1-3/+5
2013-02-01Add basic RAID[56] supportDavid Woodhouse1-3/+4
2012-02-06Allow extent_buffers to use more ramChris Mason1-4/+6
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-1/+0
2011-10-25mkfs.btrfs: write zeroes instead on uninitialized data.Sergei Trofimovich1-0/+1
2011-10-25Fix unused-but-set errors in gcc-4.6Chris Ball1-4/+0
2009-06-08Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Chris Mason1-2/+14
2008-05-13Verify parent generation number on btree readsv0.15Chris Mason1-0/+8
2008-04-22Update the Ext3 converterChris Mason1-0/+2
2008-04-01btrfs-progs: Fix printf format casting errorsAlex Chiang1-1/+2
2008-03-24Add support for multiple devices per filesystemChris Mason1-1/+3
2008-03-04Rename the extent_map code to extent_ioChris Mason1-0/+756